aws-sdk-core 2.11.295 → 2.11.296

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17a10f6f6750b8f9fabe6cf6bf644ce7da7fb61c
4
- data.tar.gz: 2c208d5858cbeef12796bc94da050ace62028e26
3
+ metadata.gz: '09bf4c509e3b857c4c51dc854f6528fb54c40f43'
4
+ data.tar.gz: f30d3e9ff3061c630d4cb5da4ae29591eb09c395
5
5
  SHA512:
6
- metadata.gz: d73be62a186e9e19b77a8c25aa3fe25775ac082b3f99a4446657fdcaab66477a322ff988c3cbfb56114e7b449c26c19cd08f59158528ac27c2dc859f182e6a03
7
- data.tar.gz: 80fd8a656a2eed8129883b1dc64ac6473f0209440ecccf3f84dfe758ac7fdac2043ac42c1ac64715362209198cdb385b154a480e74befbfd2a94bdaef2ac962a
6
+ metadata.gz: eae5a6ddd06e970953727d9a743b4e7028944efe734190ccdd841d4bb4dd8cd6ebc42b8a746bd0e57708df40c4b3ccc73bd488fae6903cf26540c825b31a7f48
7
+ data.tar.gz: 7f667dc5f2399627e23a22be9938ee9c03c2f6b4e342a28ca375ec316540c05691d6edd75f0aaabda2cc796762a465d4bb43161921d0fe02a216c1885da98875
@@ -1205,7 +1205,8 @@
1205
1205
  "StorageEncrypted":{"shape":"BooleanOptional"},
1206
1206
  "KmsKeyId":{"shape":"String"},
1207
1207
  "PreSignedUrl":{"shape":"String"},
1208
- "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"}
1208
+ "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
1209
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"}
1209
1210
  }
1210
1211
  },
1211
1212
  "CreateDBClusterParameterGroupMessage":{
@@ -1412,7 +1413,8 @@
1412
1413
  "AssociatedRoles":{"shape":"DBClusterRoles"},
1413
1414
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
1414
1415
  "CloneGroupId":{"shape":"String"},
1415
- "ClusterCreateTime":{"shape":"TStamp"}
1416
+ "ClusterCreateTime":{"shape":"TStamp"},
1417
+ "EnabledCloudwatchLogsExports":{"shape":"LogTypeList"}
1416
1418
  },
1417
1419
  "wrapper":true
1418
1420
  },
@@ -2742,6 +2744,7 @@
2742
2744
  "PreferredBackupWindow":{"shape":"String"},
2743
2745
  "PreferredMaintenanceWindow":{"shape":"String"},
2744
2746
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
2747
+ "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
2745
2748
  "EngineVersion":{"shape":"String"}
2746
2749
  }
2747
2750
  },
@@ -3194,6 +3197,7 @@
3194
3197
  "Tags":{"shape":"TagList"},
3195
3198
  "KmsKeyId":{"shape":"String"},
3196
3199
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
3200
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
3197
3201
  "DBClusterParameterGroupName":{"shape":"String"}
3198
3202
  }
3199
3203
  },
@@ -3222,6 +3226,7 @@
3222
3226
  "Tags":{"shape":"TagList"},
3223
3227
  "KmsKeyId":{"shape":"String"},
3224
3228
  "EnableIAMDatabaseAuthentication":{"shape":"BooleanOptional"},
3229
+ "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
3225
3230
  "DBClusterParameterGroupName":{"shape":"String"}
3226
3231
  }
3227
3232
  },
@@ -187,7 +187,8 @@
187
187
  {"shape":"InternalServerException"},
188
188
  {"shape":"ThrottlingException"},
189
189
  {"shape":"LimitExceededException"},
190
- {"shape":"IdempotentParameterMismatchException"}
190
+ {"shape":"IdempotentParameterMismatchException"},
191
+ {"shape":"ServiceUnavailableException"}
191
192
  ]
192
193
  },
193
194
  "DeleteFleet":{
@@ -960,6 +961,7 @@
960
961
  "EnvironmentSetupError",
961
962
  "EtagMismatch",
962
963
  "FailureThresholdBreached",
964
+ "RobotDeploymentAborted",
963
965
  "RobotDeploymentNoResponse",
964
966
  "RobotAgentConnectionTimeout",
965
967
  "GreengrassDeploymentFailed",
@@ -1641,6 +1643,14 @@
1641
1643
  "max":5,
1642
1644
  "min":1
1643
1645
  },
1646
+ "ServiceUnavailableException":{
1647
+ "type":"structure",
1648
+ "members":{
1649
+ "message":{"shape":"errorMessage"}
1650
+ },
1651
+ "error":{"httpStatusCode":503},
1652
+ "exception":true
1653
+ },
1644
1654
  "SimulationApplicationConfig":{
1645
1655
  "type":"structure",
1646
1656
  "required":[
@@ -178,7 +178,8 @@
178
178
  {"shape":"ResourceNotFoundException"},
179
179
  {"shape":"LimitExceededException"},
180
180
  {"shape":"InvalidParametersException"},
181
- {"shape":"OperationNotSupportedException"}
181
+ {"shape":"OperationNotSupportedException"},
182
+ {"shape":"InvalidStateException"}
182
183
  ]
183
184
  },
184
185
  "CreateProduct":{
@@ -289,7 +290,8 @@
289
290
  "errors":[
290
291
  {"shape":"ResourceNotFoundException"},
291
292
  {"shape":"InvalidParametersException"},
292
- {"shape":"OperationNotSupportedException"}
293
+ {"shape":"OperationNotSupportedException"},
294
+ {"shape":"InvalidStateException"}
293
295
  ]
294
296
  },
295
297
  "DeleteProduct":{
@@ -1251,6 +1251,7 @@
1251
1251
  "eu-central-1" : { },
1252
1252
  "eu-west-1" : { },
1253
1253
  "eu-west-2" : { },
1254
+ "eu-west-3" : { },
1254
1255
  "us-east-1" : { },
1255
1256
  "us-east-2" : { },
1256
1257
  "us-west-1" : { },
@@ -1482,6 +1483,7 @@
1482
1483
  },
1483
1484
  "glue" : {
1484
1485
  "endpoints" : {
1486
+ "ap-east-1" : { },
1485
1487
  "ap-northeast-1" : { },
1486
1488
  "ap-northeast-2" : { },
1487
1489
  "ap-south-1" : { },
@@ -1965,6 +1967,7 @@
1965
1967
  "ap-northeast-2" : { },
1966
1968
  "ap-southeast-1" : { },
1967
1969
  "ap-southeast-2" : { },
1970
+ "ca-central-1" : { },
1968
1971
  "eu-central-1" : { },
1969
1972
  "eu-west-1" : { },
1970
1973
  "eu-west-2" : { },
@@ -2210,10 +2213,14 @@
2210
2213
  "ap-northeast-1" : { },
2211
2214
  "ap-northeast-2" : { },
2212
2215
  "ap-south-1" : { },
2216
+ "ap-southeast-1" : { },
2213
2217
  "ap-southeast-2" : { },
2218
+ "eu-central-1" : { },
2214
2219
  "eu-west-1" : { },
2220
+ "eu-west-2" : { },
2215
2221
  "us-east-1" : { },
2216
2222
  "us-east-2" : { },
2223
+ "us-west-1" : { },
2217
2224
  "us-west-2" : { }
2218
2225
  }
2219
2226
  },
@@ -2614,6 +2621,7 @@
2614
2621
  "ap-southeast-2" : { },
2615
2622
  "ca-central-1" : { },
2616
2623
  "eu-central-1" : { },
2624
+ "eu-north-1" : { },
2617
2625
  "eu-west-1" : { },
2618
2626
  "eu-west-2" : { },
2619
2627
  "eu-west-3" : { },
@@ -3493,12 +3501,6 @@
3493
3501
  },
3494
3502
  "kms" : {
3495
3503
  "endpoints" : {
3496
- "ProdFips" : {
3497
- "credentialScope" : {
3498
- "region" : "cn-northwest-1"
3499
- },
3500
- "hostname" : "kms-fips.cn-northwest-1.amazonaws.com.cn"
3501
- },
3502
3504
  "cn-north-1" : { },
3503
3505
  "cn-northwest-1" : { }
3504
3506
  }
@@ -3775,6 +3777,11 @@
3775
3777
  "us-gov-west-1" : { }
3776
3778
  }
3777
3779
  },
3780
+ "codebuild" : {
3781
+ "endpoints" : {
3782
+ "us-gov-west-1" : { }
3783
+ }
3784
+ },
3778
3785
  "codecommit" : {
3779
3786
  "endpoints" : {
3780
3787
  "us-gov-east-1" : { },
@@ -4137,6 +4144,27 @@
4137
4144
  }
4138
4145
  }
4139
4146
  },
4147
+ "secretsmanager" : {
4148
+ "endpoints" : {
4149
+ "us-gov-west-1" : { },
4150
+ "us-gov-west-1-fips" : {
4151
+ "credentialScope" : {
4152
+ "region" : "us-gov-west-1"
4153
+ },
4154
+ "hostname" : "secretsmanager-fips.us-gov-west-1.amazonaws.com"
4155
+ }
4156
+ }
4157
+ },
4158
+ "serverlessrepo" : {
4159
+ "defaults" : {
4160
+ "protocols" : [ "https" ]
4161
+ },
4162
+ "endpoints" : {
4163
+ "us-gov-west-1" : {
4164
+ "protocols" : [ "https" ]
4165
+ }
4166
+ }
4167
+ },
4140
4168
  "sms" : {
4141
4169
  "endpoints" : {
4142
4170
  "us-gov-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.295'
2
+ VERSION = '2.11.296'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.295
4
+ version: 2.11.296
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-14 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath