Skip to content

Commit

Permalink
Release v1.36.17 (2020-12-29) (#3716)
Browse files Browse the repository at this point in the history
Release v1.36.17 (2020-12-29)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and documentation
* `service/apigatewayv2`: Updates service API and documentation
  * Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker.
  • Loading branch information
aws-sdk-go-automation committed Dec 29, 2020
1 parent e79c2eb commit 656f43d
Show file tree
Hide file tree
Showing 10 changed files with 1,140 additions and 166 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
Release v1.36.17 (2020-12-29)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and documentation
* `service/apigatewayv2`: Updates service API and documentation
* Amazon API Gateway now supports data mapping for HTTP APIs which allows customers to modify HTTP Request before sending it to their integration and HTTP Response before sending it to the invoker.

Release v1.36.16 (2020-12-28)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.16"
const SDKVersion = "1.36.17"
103 changes: 102 additions & 1 deletion models/apis/acm-pca/2017-08-22/api-2.json
Expand Up @@ -401,6 +401,37 @@
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
},
"AccessDescription":{
"type":"structure",
"required":[
"AccessMethod",
"AccessLocation"
],
"members":{
"AccessMethod":{"shape":"AccessMethod"},
"AccessLocation":{"shape":"GeneralName"}
},
"box":true
},
"AccessDescriptionList":{
"type":"list",
"member":{"shape":"AccessDescription"}
},
"AccessMethod":{
"type":"structure",
"members":{
"CustomObjectIdentifier":{"shape":"CustomObjectIdentifier"},
"AccessMethodType":{"shape":"AccessMethodType"}
}
},
"AccessMethodType":{
"type":"string",
"enum":[
"CA_REPOSITORY",
"RESOURCE_PKI_MANIFEST",
"RESOURCE_PKI_NOTIFY"
]
},
"AccountId":{
"type":"string",
"max":12,
Expand Down Expand Up @@ -481,7 +512,8 @@
"members":{
"KeyAlgorithm":{"shape":"KeyAlgorithm"},
"SigningAlgorithm":{"shape":"SigningAlgorithm"},
"Subject":{"shape":"ASN1Subject"}
"Subject":{"shape":"ASN1Subject"},
"CsrExtensions":{"shape":"CsrExtensions"}
}
},
"CertificateAuthorityStatus":{
Expand Down Expand Up @@ -611,6 +643,19 @@
"min":1
},
"CsrBody":{"type":"string"},
"CsrExtensions":{
"type":"structure",
"members":{
"KeyUsage":{"shape":"KeyUsage"},
"SubjectInformationAccess":{"shape":"AccessDescriptionList"}
}
},
"CustomObjectIdentifier":{
"type":"string",
"max":64,
"min":0,
"pattern":"^([0-2])\\.([0-9]|([0-3][0-9]))((\\.([0-9]+)){0,126})$"
},
"DeleteCertificateAuthorityRequest":{
"type":"structure",
"required":["CertificateAuthorityArn"],
Expand Down Expand Up @@ -671,6 +716,14 @@
"CertificateAuthority":{"shape":"CertificateAuthority"}
}
},
"EdiPartyName":{
"type":"structure",
"required":["PartyName"],
"members":{
"PartyName":{"shape":"String256"},
"NameAssigner":{"shape":"String256"}
}
},
"FailureReason":{
"type":"string",
"enum":[
Expand All @@ -679,6 +732,19 @@
"OTHER"
]
},
"GeneralName":{
"type":"structure",
"members":{
"OtherName":{"shape":"OtherName"},
"Rfc822Name":{"shape":"String256"},
"DnsName":{"shape":"String253"},
"DirectoryName":{"shape":"ASN1Subject"},
"EdiPartyName":{"shape":"EdiPartyName"},
"UniformResourceIdentifier":{"shape":"String253"},
"IpAddress":{"shape":"String39"},
"RegisteredId":{"shape":"CustomObjectIdentifier"}
}
},
"GetCertificateAuthorityCertificateRequest":{
"type":"structure",
"required":["CertificateAuthorityArn"],
Expand Down Expand Up @@ -841,6 +907,20 @@
"EC_secp384r1"
]
},
"KeyUsage":{
"type":"structure",
"members":{
"DigitalSignature":{"shape":"Boolean"},
"NonRepudiation":{"shape":"Boolean"},
"KeyEncipherment":{"shape":"Boolean"},
"DataEncipherment":{"shape":"Boolean"},
"KeyAgreement":{"shape":"Boolean"},
"KeyCertSign":{"shape":"Boolean"},
"CRLSign":{"shape":"Boolean"},
"EncipherOnly":{"shape":"Boolean"},
"DecipherOnly":{"shape":"Boolean"}
}
},
"LimitExceededException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -926,6 +1006,17 @@
"max":500,
"min":1
},
"OtherName":{
"type":"structure",
"required":[
"TypeId",
"Value"
],
"members":{
"TypeId":{"shape":"CustomObjectIdentifier"},
"Value":{"shape":"String256"}
}
},
"PermanentDeletionTimeInDays":{
"type":"integer",
"max":30,
Expand Down Expand Up @@ -1085,11 +1176,21 @@
"max":253,
"min":0
},
"String256":{
"type":"string",
"max":256,
"min":0
},
"String3":{
"type":"string",
"max":3,
"min":0
},
"String39":{
"type":"string",
"max":39,
"min":0
},
"String3To255":{
"type":"string",
"max":255,
Expand Down
123 changes: 106 additions & 17 deletions models/apis/acm-pca/2017-08-22/docs-2.json

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions models/apis/apigatewayv2/2018-11-29/api-2.json
Expand Up @@ -2349,6 +2349,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -2424,6 +2428,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -2506,6 +2514,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -4139,6 +4151,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -4969,6 +4985,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -4996,6 +5016,15 @@
"shape" : "StringWithLengthBetween1And512"
}
},
"ResponseParameters" : {
"type" : "map",
"key" : {
"shape" : "__string"
},
"value" : {
"shape" : "IntegrationParameters"
}
},
"IntegrationResponse" : {
"type" : "structure",
"members" : {
Expand Down Expand Up @@ -6253,6 +6282,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -6332,6 +6365,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down Expand Up @@ -6414,6 +6451,10 @@
"shape" : "IntegrationParameters",
"locationName" : "requestParameters"
},
"ResponseParameters" : {
"shape" : "ResponseParameters",
"locationName" : "responseParameters"
},
"RequestTemplates" : {
"shape" : "TemplateMap",
"locationName" : "requestTemplates"
Expand Down

0 comments on commit 656f43d

Please sign in to comment.