Skip to content

Commit

Permalink
Release v1.30.18 (2020-04-30) (#3297)
Browse files Browse the repository at this point in the history
Release v1.30.18 (2020-04-30)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
  * AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly,  AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA).
* `service/iotevents`: Updates service API and documentation
* `service/lambda`: Updates service documentation and examples
  * Documentation updates for Lambda
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
* `service/schemas`: Updates service API and documentation
* `service/storagegateway`: Updates service API
  * Adding support for S3_INTELLIGENT_TIERING as a storage class option
  • Loading branch information
aws-sdk-go-automation committed Apr 30, 2020
1 parent 7cc16ab commit 2cc1773
Show file tree
Hide file tree
Showing 27 changed files with 2,073 additions and 1,544 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.30.18 (2020-04-30)
===

### Service Client Updates
* `service/iot`: Updates service API and documentation
* AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly, AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA).
* `service/iotevents`: Updates service API and documentation
* `service/lambda`: Updates service documentation and examples
* Documentation updates for Lambda
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
* `service/schemas`: Updates service API and documentation
* `service/storagegateway`: Updates service API
* Adding support for S3_INTELLIGENT_TIERING as a storage class option

Release v1.30.17 (2020-04-29)
===

Expand Down
56 changes: 52 additions & 4 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.30.17"
const SDKVersion = "1.30.18"
106 changes: 94 additions & 12 deletions models/apis/iot/2015-05-28/api-2.json
Expand Up @@ -1284,6 +1284,7 @@
"errors":[
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"InvalidRequestException"},
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"InternalFailureException"}
Expand Down Expand Up @@ -2649,6 +2650,25 @@
{"shape":"InternalFailureException"}
]
},
"RegisterCertificateWithoutCA":{
"name":"RegisterCertificateWithoutCA",
"http":{
"method":"POST",
"requestUri":"/certificate/register-no-ca"
},
"input":{"shape":"RegisterCertificateWithoutCARequest"},
"output":{"shape":"RegisterCertificateWithoutCAResponse"},
"errors":[
{"shape":"ResourceAlreadyExistsException"},
{"shape":"InvalidRequestException"},
{"shape":"CertificateStateException"},
{"shape":"CertificateValidationException"},
{"shape":"ThrottlingException"},
{"shape":"UnauthorizedException"},
{"shape":"ServiceUnavailableException"},
{"shape":"InternalFailureException"}
]
},
"RegisterThing":{
"name":"RegisterThing",
"http":{
Expand Down Expand Up @@ -2807,8 +2827,7 @@
{"shape":"InternalException"},
{"shape":"NotConfiguredException"},
{"shape":"InvalidRequestException"},
{"shape":"ServiceUnavailableException"},
{"shape":"LimitExceededException"}
{"shape":"ServiceUnavailableException"}
]
},
"SetV2LoggingOptions":{
Expand Down Expand Up @@ -3925,6 +3944,7 @@
},
"AuthInfo":{
"type":"structure",
"required":["resources"],
"members":{
"actionType":{"shape":"ActionType"},
"resources":{"shape":"Resources"}
Expand Down Expand Up @@ -4257,6 +4277,7 @@
"certificateArn":{"shape":"CertificateArn"},
"certificateId":{"shape":"CertificateId"},
"status":{"shape":"CertificateStatus"},
"certificateMode":{"shape":"CertificateMode"},
"creationDate":{"shape":"DateType"}
}
},
Expand Down Expand Up @@ -4284,7 +4305,8 @@
"customerVersion":{"shape":"CustomerVersion"},
"transferData":{"shape":"TransferData"},
"generationId":{"shape":"GenerationId"},
"validity":{"shape":"CertificateValidity"}
"validity":{"shape":"CertificateValidity"},
"certificateMode":{"shape":"CertificateMode"}
}
},
"CertificateId":{
Expand All @@ -4293,6 +4315,13 @@
"min":64,
"pattern":"(0x)?[a-fA-F0-9]+"
},
"CertificateMode":{
"type":"string",
"enum":[
"DEFAULT",
"SNI_ONLY"
]
},
"CertificateName":{"type":"string"},
"CertificatePathOnDevice":{"type":"string"},
"CertificatePem":{
Expand Down Expand Up @@ -4520,6 +4549,7 @@
"tokenKeyName":{"shape":"TokenKeyName"},
"tokenSigningPublicKeys":{"shape":"PublicKeyMap"},
"status":{"shape":"AuthorizerStatus"},
"tags":{"shape":"TagList"},
"signingDisabled":{"shape":"BooleanKey"}
}
},
Expand Down Expand Up @@ -4614,7 +4644,8 @@
"serverCertificateArns":{"shape":"ServerCertificateArns"},
"validationCertificateArn":{"shape":"AcmCertificateArn"},
"authorizerConfig":{"shape":"AuthorizerConfig"},
"serviceType":{"shape":"ServiceType"}
"serviceType":{"shape":"ServiceType"},
"tags":{"shape":"TagList"}
}
},
"CreateDomainConfigurationResponse":{
Expand Down Expand Up @@ -4778,7 +4809,8 @@
"location":"uri",
"locationName":"policyName"
},
"policyDocument":{"shape":"PolicyDocument"}
"policyDocument":{"shape":"PolicyDocument"},
"tags":{"shape":"TagList"}
}
},
"CreatePolicyResponse":{
Expand Down Expand Up @@ -4852,6 +4884,7 @@
"templateBody":{"shape":"TemplateBody"},
"enabled":{"shape":"Enabled"},
"provisioningRoleArn":{"shape":"RoleArn"},
"preProvisioningHook":{"shape":"ProvisioningHook"},
"tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -4905,7 +4938,8 @@
"locationName":"roleAlias"
},
"roleArn":{"shape":"RoleArn"},
"credentialDurationSeconds":{"shape":"CredentialDurationSeconds"}
"credentialDurationSeconds":{"shape":"CredentialDurationSeconds"},
"tags":{"shape":"TagList"}
}
},
"CreateRoleAliasResponse":{
Expand Down Expand Up @@ -5998,7 +6032,8 @@
"defaultVersionId":{"shape":"TemplateVersionId"},
"templateBody":{"shape":"TemplateBody"},
"enabled":{"shape":"Enabled"},
"provisioningRoleArn":{"shape":"RoleArn"}
"provisioningRoleArn":{"shape":"RoleArn"},
"preProvisioningHook":{"shape":"ProvisioningHook"}
}
},
"DescribeProvisioningTemplateVersionRequest":{
Expand Down Expand Up @@ -8847,6 +8882,7 @@
},
"MaxJobExecutionsPerMin":{
"type":"integer",
"max":1000,
"min":1
},
"MaxResults":{
Expand Down Expand Up @@ -9117,6 +9153,12 @@
},
"PartitionKey":{"type":"string"},
"PayloadField":{"type":"string"},
"PayloadVersion":{
"type":"string",
"max":32,
"min":10,
"pattern":"^[0-9-]+$"
},
"Percent":{
"type":"double",
"max":100,
Expand Down Expand Up @@ -9255,6 +9297,14 @@
"max":2,
"min":1
},
"ProvisioningHook":{
"type":"structure",
"required":["targetArn"],
"members":{
"payloadVersion":{"shape":"PayloadVersion"},
"targetArn":{"shape":"TargetArn"}
}
},
"ProvisioningTemplateListing":{
"type":"list",
"member":{"shape":"ProvisioningTemplateSummary"}
Expand Down Expand Up @@ -9381,7 +9431,8 @@
"location":"querystring",
"locationName":"allowAutoRegistration"
},
"registrationConfig":{"shape":"RegistrationConfig"}
"registrationConfig":{"shape":"RegistrationConfig"},
"tags":{"shape":"TagList"}
}
},
"RegisterCACertificateResponse":{
Expand Down Expand Up @@ -9413,6 +9464,21 @@
"certificateId":{"shape":"CertificateId"}
}
},
"RegisterCertificateWithoutCARequest":{
"type":"structure",
"required":["certificatePem"],
"members":{
"certificatePem":{"shape":"CertificatePem"},
"status":{"shape":"CertificateStatus"}
}
},
"RegisterCertificateWithoutCAResponse":{
"type":"structure",
"members":{
"certificateArn":{"shape":"CertificateArn"},
"certificateId":{"shape":"CertificateId"}
}
},
"RegisterThingRequest":{
"type":"structure",
"required":["templateBody"],
Expand Down Expand Up @@ -9493,6 +9559,7 @@
},
"RemoveAuthorizerConfig":{"type":"boolean"},
"RemoveAutoRegistration":{"type":"boolean"},
"RemoveHook":{"type":"boolean"},
"RemoveThingFromBillingGroupRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -10250,12 +10317,18 @@
"TableName":{"type":"string"},
"Tag":{
"type":"structure",
"required":["Key"],
"members":{
"Key":{"shape":"TagKey"},
"Value":{"shape":"TagValue"}
}
},
"TagKey":{"type":"string"},
"TagKey":{
"type":"string",
"max":128,
"min":1,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"}
Expand All @@ -10280,9 +10353,16 @@
"members":{
}
},
"TagValue":{"type":"string"},
"TagValue":{
"type":"string",
"max":256,
"min":1
},
"Target":{"type":"string"},
"TargetArn":{"type":"string"},
"TargetArn":{
"type":"string",
"max":2048
},
"TargetAuditCheckNames":{
"type":"list",
"member":{"shape":"AuditCheckName"}
Expand Down Expand Up @@ -11066,7 +11146,9 @@
"description":{"shape":"TemplateDescription"},
"enabled":{"shape":"Enabled"},
"defaultVersionId":{"shape":"TemplateVersionId"},
"provisioningRoleArn":{"shape":"RoleArn"}
"provisioningRoleArn":{"shape":"RoleArn"},
"preProvisioningHook":{"shape":"ProvisioningHook"},
"removePreProvisioningHook":{"shape":"RemoveHook"}
}
},
"UpdateProvisioningTemplateResponse":{
Expand Down

0 comments on commit 2cc1773

Please sign in to comment.