diff --git a/snippets/cdk-l1-constructs-python.json b/snippets/cdk-l1-constructs-python.json index 80319ea..eda9f0c 100644 --- a/snippets/cdk-l1-constructs-python.json +++ b/snippets/cdk-l1-constructs-python.json @@ -1,133 +1,4 @@ { - "AWS::ACMPCA::Certificate": { - "body": [ - "aws_acmpca.CfnCertificate(self, \"${1:id}\",", - " api_passthrough=aws_acmpca.CfnCertificate.ApiPassthroughProperty(", - " extensions=aws_acmpca.CfnCertificate.ExtensionsProperty(", - " certificate_policies=[", - " aws_acmpca.CfnCertificate.PolicyInformationProperty(", - " cert_policy_id=\"${2:str}\", # Required", - " policy_qualifiers=[", - " aws_acmpca.CfnCertificate.PolicyQualifierInfoProperty(", - " policy_qualifier_id=\"${3:str}\", # Required", - " qualifier=aws_acmpca.CfnCertificate.QualifierProperty( # Required", - " cps_uri=\"${4:str}\", # Required", - " ),", - " ),", - " ],", - " ),", - " ],", - " custom_extensions=[", - " aws_acmpca.CfnCertificate.CustomExtensionProperty(", - " critical=${5:False},", - " object_identifier=\"${6:str}\", # Required", - " value=\"${7:str}\", # Required", - " ),", - " ],", - " extended_key_usage=[", - " aws_acmpca.CfnCertificate.ExtendedKeyUsageProperty(", - " extended_key_usage_object_identifier=\"${8:str}\",", - " extended_key_usage_type=\"${9:str}\",", - " ),", - " ],", - " key_usage=aws_acmpca.CfnCertificate.KeyUsageProperty(", - " crl_sign=${10:False},", - " data_encipherment=${11:False},", - " decipher_only=${12:False},", - " digital_signature=${13:False},", - " encipher_only=${14:False},", - " key_agreement=${15:False},", - " key_cert_sign=${16:False},", - " key_encipherment=${17:False},", - " non_repudiation=${18:False},", - " ),", - " subject_alternative_names=[", - " aws_acmpca.CfnCertificate.GeneralNameProperty(", - " directory_name=aws_acmpca.CfnCertificate.SubjectProperty(", - " common_name=\"${19:str}\",", - " country=\"${20:str}\",", - " custom_attributes=[", - " aws_acmpca.CfnCertificate.CustomAttributeProperty(", - " object_identifier=\"${21:str}\", # Required", - " value=\"${22:str}\", # Required", - " ),", - " ],", - " distinguished_name_qualifier=\"${23:str}\",", - " generation_qualifier=\"${24:str}\",", - " given_name=\"${25:str}\",", - " initials=\"${26:str}\",", - " locality=\"${27:str}\",", - " organization=\"${28:str}\",", - " organizational_unit=\"${29:str}\",", - " pseudonym=\"${30:str}\",", - " serial_number=\"${31:str}\",", - " state=\"${32:str}\",", - " surname=\"${33:str}\",", - " title=\"${34:str}\",", - " ),", - " dns_name=\"${35:str}\",", - " edi_party_name=aws_acmpca.CfnCertificate.EdiPartyNameProperty(", - " name_assigner=\"${36:str}\", # Required", - " party_name=\"${37:str}\", # Required", - " ),", - " ip_address=\"${38:str}\",", - " other_name=aws_acmpca.CfnCertificate.OtherNameProperty(", - " type_id=\"${39:str}\", # Required", - " value=\"${40:str}\", # Required", - " ),", - " registered_id=\"${41:str}\",", - " rfc822_name=\"${42:str}\",", - " uniform_resource_identifier=\"${43:str}\",", - " ),", - " ],", - " ),", - " subject=aws_acmpca.CfnCertificate.SubjectProperty(", - " common_name=\"${44:str}\",", - " country=\"${45:str}\",", - " custom_attributes=[", - " aws_acmpca.CfnCertificate.CustomAttributeProperty(", - " object_identifier=\"${46:str}\", # Required", - " value=\"${47:str}\", # Required", - " ),", - " ],", - " distinguished_name_qualifier=\"${48:str}\",", - " generation_qualifier=\"${49:str}\",", - " given_name=\"${50:str}\",", - " initials=\"${51:str}\",", - " locality=\"${52:str}\",", - " organization=\"${53:str}\",", - " organizational_unit=\"${54:str}\",", - " pseudonym=\"${55:str}\",", - " serial_number=\"${56:str}\",", - " state=\"${57:str}\",", - " surname=\"${58:str}\",", - " title=\"${59:str}\",", - " ),", - " ),", - " certificate_authority_arn=\"${60:str}\", # Required", - " certificate_signing_request=\"${61:str}\", # Required", - " signing_algorithm=\"${62:str}\", # Required", - " template_arn=\"${63:str}\",", - " validity=aws_acmpca.CfnCertificate.ValidityProperty( # Required", - " type=\"${64:str}\", # Required", - " value=${65:0}, # Required", - " ),", - " validity_not_before=aws_acmpca.CfnCertificate.ValidityProperty(", - " type=\"${66:str}\", # Required", - " value=${67:0}, # Required", - " ),", - ")" - ], - "description": [ - "Construct: acmpca.CfnCertificate", - "Documentation: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_acmpca/CfnCertificate.html", - "Attributes:", - " Arn", - " Certificate" - ], - "prefix": "l1-acmpca-certificate", - "scope": "python" - }, "AWS::ACMPCA::CertificateAuthority": { "body": [ "aws_acmpca.CfnCertificateAuthority(self, \"${1:id}\",", @@ -158431,4 +158302,4 @@ "prefix": "l1-ask-skill", "scope": "python" } -} \ No newline at end of file +} diff --git a/snippets/cdk-l1-constructs-typescript.json b/snippets/cdk-l1-constructs-typescript.json index e90358c..3b1defa 100644 --- a/snippets/cdk-l1-constructs-typescript.json +++ b/snippets/cdk-l1-constructs-typescript.json @@ -1,133 +1,4 @@ { - "AWS::ACMPCA::Certificate": { - "body": [ - "new acmpca.CfnCertificate(this, '${1:id}', {", - " apiPassthrough: {", - " extensions: {", - " certificatePolicies: [ // Required", - " {", - " certPolicyId: '${2:str}', // Required", - " policyQualifiers: [ // Required", - " {", - " policyQualifierId: '${3:str}', // Required", - " qualifier: {", - " cpsUri: '${4:str}', // Required", - " },", - " }", - " ],", - " }", - " ],", - " customExtensions: [ // Required", - " {", - " critical: ${5:false}, // Required", - " objectIdentifier: '${6:str}', // Required", - " value: '${7:str}', // Required", - " }", - " ],", - " extendedKeyUsage: [ // Required", - " {", - " extendedKeyUsageObjectIdentifier: '${8:str}', // Required", - " extendedKeyUsageType: '${9:str}', // Required", - " }", - " ],", - " keyUsage: {", - " cRLSign: ${10:false}, // Required", - " dataEncipherment: ${11:false}, // Required", - " decipherOnly: ${12:false}, // Required", - " digitalSignature: ${13:false}, // Required", - " encipherOnly: ${14:false}, // Required", - " keyAgreement: ${15:false}, // Required", - " keyCertSign: ${16:false}, // Required", - " keyEncipherment: ${17:false}, // Required", - " nonRepudiation: ${18:false}, // Required", - " },", - " subjectAlternativeNames: [ // Required", - " {", - " directoryName: {", - " commonName: '${19:str}', // Required", - " country: '${20:str}', // Required", - " customAttributes: [ // Required", - " {", - " objectIdentifier: '${21:str}', // Required", - " value: '${22:str}', // Required", - " }", - " ],", - " distinguishedNameQualifier: '${23:str}', // Required", - " generationQualifier: '${24:str}', // Required", - " givenName: '${25:str}', // Required", - " initials: '${26:str}', // Required", - " locality: '${27:str}', // Required", - " organization: '${28:str}', // Required", - " organizationalUnit: '${29:str}', // Required", - " pseudonym: '${30:str}', // Required", - " serialNumber: '${31:str}', // Required", - " state: '${32:str}', // Required", - " surname: '${33:str}', // Required", - " title: '${34:str}', // Required", - " },", - " dnsName: '${35:str}', // Required", - " ediPartyName: {", - " nameAssigner: '${36:str}', // Required", - " partyName: '${37:str}', // Required", - " },", - " ipAddress: '${38:str}', // Required", - " otherName: {", - " typeId: '${39:str}', // Required", - " value: '${40:str}', // Required", - " },", - " registeredId: '${41:str}', // Required", - " rfc822Name: '${42:str}', // Required", - " uniformResourceIdentifier: '${43:str}', // Required", - " }", - " ],", - " },", - " subject: {", - " commonName: '${44:str}', // Required", - " country: '${45:str}', // Required", - " customAttributes: [ // Required", - " {", - " objectIdentifier: '${46:str}', // Required", - " value: '${47:str}', // Required", - " }", - " ],", - " distinguishedNameQualifier: '${48:str}', // Required", - " generationQualifier: '${49:str}', // Required", - " givenName: '${50:str}', // Required", - " initials: '${51:str}', // Required", - " locality: '${52:str}', // Required", - " organization: '${53:str}', // Required", - " organizationalUnit: '${54:str}', // Required", - " pseudonym: '${55:str}', // Required", - " serialNumber: '${56:str}', // Required", - " state: '${57:str}', // Required", - " surname: '${58:str}', // Required", - " title: '${59:str}', // Required", - " },", - " },", - " certificateAuthorityArn: '${60:str}', // Required", - " certificateSigningRequest: '${61:str}', // Required", - " signingAlgorithm: '${62:str}', // Required", - " templateArn: '${63:str}', // Required", - " validity: {", - " type: '${64:str}', // Required", - " value: ${65:0}, // Required", - " },", - " validityNotBefore: {", - " type: '${66:str}', // Required", - " value: ${67:0}, // Required", - " },", - "})" - ], - "description": [ - "Construct: acmpca.CfnCertificate", - "Documentation: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_acmpca.CfnCertificate.html", - "Attributes:", - " Arn", - " Certificate" - ], - "prefix": "l1-acmpca-certificate", - "scope": "typescript" - }, "AWS::ACMPCA::CertificateAuthority": { "body": [ "new acmpca.CfnCertificateAuthority(this, '${1:id}', {", @@ -161867,4 +161738,4 @@ "prefix": "l1-ask-skill", "scope": "typescript" } -} \ No newline at end of file +} diff --git a/src/current-json-spec-hash b/src/current-json-spec-hash deleted file mode 100644 index 727a82c..0000000 --- a/src/current-json-spec-hash +++ /dev/null @@ -1 +0,0 @@ -c77ff6b6315a92f diff --git a/src/requirements.txt b/src/requirements.txt index eab9363..d87b5aa 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,5 +1,5 @@ -feedparser==6.0.8 +feedparser==6.0.11 gitchangelog==3.0.4 -pystache==0.6.0 -requests==2.27.1 -wheel==0.37.1 +pystache==0.6.5 +requests==2.32.3 +wheel==0.45.0