Skip to content

Commit

Permalink
Release v1.38.35 (2021-05-06) (#3899)
Browse files Browse the repository at this point in the history
Release v1.38.35 (2021-05-06)
===

### Service Client Updates
* `service/kafka`: Updates service API and documentation
* `service/servicediscovery`: Updates service API and documentation
* `service/snowball`: Updates service API and documentation
  * AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing
* `service/ssm`: Updates service API and documentation
  * SSM feature release - ChangeCalendar integration with StateManager.
  • Loading branch information
aws-sdk-go-automation authored May 6, 2021
1 parent c9753ef commit de949e2
Show file tree
Hide file tree
Showing 19 changed files with 1,386 additions and 345 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.38.35 (2021-05-06)
===

### Service Client Updates
* `service/kafka`: Updates service API and documentation
* `service/servicediscovery`: Updates service API and documentation
* `service/snowball`: Updates service API and documentation
* AWS Snow Family adds APIs for ordering and managing Snow jobs with long term pricing
* `service/ssm`: Updates service API and documentation
* SSM feature release - ChangeCalendar integration with StateManager.

Release v1.38.34 (2021-05-05)
===

Expand Down
22 changes: 22 additions & 0 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.34"
const SDKVersion = "1.38.35"
17 changes: 17 additions & 0 deletions models/apis/kafka/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1889,6 +1889,10 @@
"BootstrapBrokerStringSaslScram": {
"shape": "__string",
"locationName": "bootstrapBrokerStringSaslScram"
},
"BootstrapBrokerStringSaslIam": {
"shape": "__string",
"locationName": "bootstrapBrokerStringSaslIam"
}
}
},
Expand Down Expand Up @@ -2311,6 +2315,10 @@
"Scram" : {
"shape" : "Scram",
"locationName" : "scram"
},
"Iam" : {
"shape" : "Iam",
"locationName" : "iam"
}
}
},
Expand All @@ -2323,6 +2331,15 @@
}
}
},
"Iam" : {
"type" : "structure",
"members" : {
"Enabled" : {
"shape" : "__boolean",
"locationName" : "enabled"
}
}
},
"ServiceUnavailableException": {
"type": "structure",
"members": {
Expand Down
1 change: 1 addition & 0 deletions models/apis/kafka/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@
"GetBootstrapBrokersResponse$BootstrapBrokerString" : "<p>A string containing one or more hostname:port pairs.</p>",
"GetBootstrapBrokersResponse$BootstrapBrokerStringTls" : "<p>A string containing one or more DNS names (or IP) and TLS port pairs. The following is an example.</p> <programlisting>{\n \"BootstrapBrokerStringTls\": \"b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094\"\n}</programlisting>",
"GetBootstrapBrokersResponse$BootstrapBrokerStringSaslScram" : "<p>A string containing one or more DNS names (or IP) and SASL SCRAM port pairs. The following is an example.</p> <programlisting>{\n \"BootstrapBrokerStringSaslScram\": \"b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096\"\n}</programlisting>",
"GetBootstrapBrokersResponse$BootstrapBrokerStringSaslIam" : "<p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. The following is an example.</p> <programlisting>{\n \"BootstrapBrokerStringSaslIam\": \"b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098\"\n}</programlisting>",
"KafkaVersion$Version" : "<p>The Kafka version.</p>",
"ListClusterOperationsResponse$NextToken" : "<p>If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.</p>",
"ListClustersResponse$NextToken" : "<p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.</p>",
Expand Down
7 changes: 6 additions & 1 deletion models/apis/servicediscovery/2017-03-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,11 @@
"key":{"shape":"ResourceId"},
"value":{"shape":"HealthStatus"}
},
"InstanceId":{
"type":"string",
"max":64,
"pattern":"^[0-9a-zA-Z_/:.@-]+$"
},
"InstanceIdList":{
"type":"list",
"member":{"shape":"ResourceId"},
Expand Down Expand Up @@ -1085,7 +1090,7 @@
],
"members":{
"ServiceId":{"shape":"ResourceId"},
"InstanceId":{"shape":"ResourceId"},
"InstanceId":{"shape":"InstanceId"},
"CreatorRequestId":{
"shape":"ResourceId",
"idempotencyToken":true
Expand Down
83 changes: 44 additions & 39 deletions models/apis/servicediscovery/2017-03-14/docs-2.json

Large diffs are not rendered by default.

133 changes: 129 additions & 4 deletions models/apis/snowball/2016-06-30/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
{"shape":"Ec2RequestFailedException"}
]
},
"CreateLongTermPricing":{
"name":"CreateLongTermPricing",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLongTermPricingRequest"},
"output":{"shape":"CreateLongTermPricingResult"},
"errors":[
{"shape":"InvalidResourceException"}
]
},
"CreateReturnShippingLabel":{
"name":"CreateReturnShippingLabel",
"http":{
Expand Down Expand Up @@ -262,6 +274,19 @@
{"shape":"InvalidNextTokenException"}
]
},
"ListLongTermPricing":{
"name":"ListLongTermPricing",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLongTermPricingRequest"},
"output":{"shape":"ListLongTermPricingResult"},
"errors":[
{"shape":"InvalidResourceException"},
{"shape":"InvalidNextTokenException"}
]
},
"UpdateCluster":{
"name":"UpdateCluster",
"http":{
Expand Down Expand Up @@ -307,6 +332,18 @@
{"shape":"InvalidResourceException"},
{"shape":"InvalidJobStateException"}
]
},
"UpdateLongTermPricing":{
"name":"UpdateLongTermPricing",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLongTermPricingRequest"},
"output":{"shape":"UpdateLongTermPricingResult"},
"errors":[
{"shape":"InvalidResourceException"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -464,6 +501,7 @@
"Resources",
"AddressId",
"RoleARN",
"SnowballType",
"ShippingOption"
],
"members":{
Expand Down Expand Up @@ -502,7 +540,8 @@
"SnowballType":{"shape":"SnowballType"},
"ForwardingAddressId":{"shape":"AddressId"},
"TaxDocuments":{"shape":"TaxDocuments"},
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
"DeviceConfiguration":{"shape":"DeviceConfiguration"},
"LongTermPricingId":{"shape":"LongTermPricingId"}
}
},
"CreateJobResult":{
Expand All @@ -511,6 +550,21 @@
"JobId":{"shape":"JobId"}
}
},
"CreateLongTermPricingRequest":{
"type":"structure",
"required":["LongTermPricingType"],
"members":{
"LongTermPricingType":{"shape":"LongTermPricingType"},
"IsLongTermPricingAutoRenew":{"shape":"JavaBoolean"},
"SnowballType":{"shape":"SnowballType"}
}
},
"CreateLongTermPricingResult":{
"type":"structure",
"members":{
"LongTermPricingId":{"shape":"LongTermPricingId"}
}
},
"CreateReturnShippingLabelRequest":{
"type":"structure",
"required":["JobId"],
Expand Down Expand Up @@ -590,6 +644,7 @@
},
"DescribeReturnShippingLabelRequest":{
"type":"structure",
"required":["JobId"],
"members":{
"JobId":{"shape":"JobId"}
}
Expand Down Expand Up @@ -734,6 +789,7 @@
},
"exception":true
},
"JavaBoolean":{"type":"boolean"},
"JobId":{
"type":"string",
"max":39,
Expand Down Expand Up @@ -785,7 +841,8 @@
"ClusterId":{"shape":"String"},
"ForwardingAddressId":{"shape":"AddressId"},
"TaxDocuments":{"shape":"TaxDocuments"},
"DeviceConfiguration":{"shape":"DeviceConfiguration"}
"DeviceConfiguration":{"shape":"DeviceConfiguration"},
"LongTermPricingId":{"shape":"LongTermPricingId"}
}
},
"JobMetadataList":{
Expand Down Expand Up @@ -923,7 +980,57 @@
"max":100,
"min":0
},
"ListLongTermPricingRequest":{
"type":"structure",
"members":{
"MaxResults":{"shape":"ListLimit"},
"NextToken":{"shape":"String"}
}
},
"ListLongTermPricingResult":{
"type":"structure",
"members":{
"LongTermPricingEntries":{"shape":"LongTermPricingEntryList"},
"NextToken":{"shape":"String"}
}
},
"Long":{"type":"long"},
"LongTermPricingAssociatedJobIdList":{
"type":"list",
"member":{"shape":"JobId"}
},
"LongTermPricingEntryList":{
"type":"list",
"member":{"shape":"LongTermPricingListEntry"}
},
"LongTermPricingId":{
"type":"string",
"max":41,
"min":41,
"pattern":"LTPID[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
"LongTermPricingListEntry":{
"type":"structure",
"members":{
"LongTermPricingId":{"shape":"LongTermPricingId"},
"LongTermPricingEndDate":{"shape":"Timestamp"},
"LongTermPricingStartDate":{"shape":"Timestamp"},
"LongTermPricingType":{"shape":"LongTermPricingType"},
"CurrentActiveJob":{"shape":"JobId"},
"ReplacementJob":{"shape":"JobId"},
"IsLongTermPricingAutoRenew":{"shape":"JavaBoolean"},
"LongTermPricingStatus":{"shape":"String"},
"SnowballType":{"shape":"SnowballType"},
"JobIds":{"shape":"LongTermPricingAssociatedJobIdList"}
}
},
"LongTermPricingType":{
"type":"string",
"enum":[
"OneYear",
"ThreeYear"
]
},
"Notification":{
"type":"structure",
"members":{
Expand All @@ -934,7 +1041,8 @@
},
"ResourceARN":{
"type":"string",
"max":255
"max":255,
"pattern":"arn:aws.*:*"
},
"ReturnShippingLabelAlreadyExistsException":{
"type":"structure",
Expand Down Expand Up @@ -1008,6 +1116,7 @@
"T42",
"T98",
"T8",
"T14",
"NoPreference"
]
},
Expand All @@ -1019,7 +1128,8 @@
"EDGE_C",
"EDGE_CG",
"EDGE_S",
"SNC1_HDD"
"SNC1_HDD",
"SNC1_SSD"
]
},
"SnowconeDeviceConfiguration":{
Expand All @@ -1035,6 +1145,7 @@
},
"String":{
"type":"string",
"max":1024,
"min":1
},
"TaxDocuments":{
Expand Down Expand Up @@ -1106,6 +1217,20 @@
"members":{
}
},
"UpdateLongTermPricingRequest":{
"type":"structure",
"required":["LongTermPricingId"],
"members":{
"LongTermPricingId":{"shape":"LongTermPricingId"},
"ReplacementJob":{"shape":"JobId"},
"IsLongTermPricingAutoRenew":{"shape":"JavaBoolean"}
}
},
"UpdateLongTermPricingResult":{
"type":"structure",
"members":{
}
},
"WirelessConnection":{
"type":"structure",
"members":{
Expand Down
Loading

0 comments on commit de949e2

Please sign in to comment.