aws-sdk-core 2.10.4 → 2.10.6

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: b462a1f3c14d5011c4d866c0fcf8b1687e360fc9
4
- data.tar.gz: adddac7c3c3cc45dfd8536f5d27732a2b9621c5b
3
+ metadata.gz: 2b8656e2d44a50b27a8cb676c0f432356a78730f
4
+ data.tar.gz: 258a02a6297716ba5d9c830ad35af21f2bb0da0f
5
5
  SHA512:
6
- metadata.gz: 52854cb98da174ef08e3ff5050e498bb4d3c8aad7dee012d8b3b0b8e4ac66fea053c9c903b7a6c86f15bec7907e1a837ff037667714cdf60c5dd33a82cf41764
7
- data.tar.gz: 13b6ef9c4f18bcce0b19564139d4dd37ec1c1c64a1f569835c16e36dd2fc3f1c459587c73aee2d119f2118ab11fd21f62a92cf9e5f9e9bcccd6404475adc60f6
6
+ metadata.gz: 89e807611abd9c25475fd430364da35280a96565382c28275c586134643f2b3f054cc72afae88923a3cc709781a4568c7dc13904ab84c14dd157a5523563ed9a
7
+ data.tar.gz: 0a96cc14d1846e58255cc0ed115cb6e2b693e1da1a92f5ad9d7c1bee627b849adc3e37faeb7996c9586e657aa2a29c5090856e08b3b4f9c6ba892dfd3bdb12b9
@@ -23,6 +23,19 @@
23
23
  {"shape":"InternalException"}
24
24
  ]
25
25
  },
26
+ "DescribeEventBus":{
27
+ "name":"DescribeEventBus",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/"
31
+ },
32
+ "input":{"shape":"DescribeEventBusRequest"},
33
+ "output":{"shape":"DescribeEventBusResponse"},
34
+ "errors":[
35
+ {"shape":"ResourceNotFoundException"},
36
+ {"shape":"InternalException"}
37
+ ]
38
+ },
26
39
  "DescribeRule":{
27
40
  "name":"DescribeRule",
28
41
  "http":{
@@ -111,6 +124,19 @@
111
124
  {"shape":"InternalException"}
112
125
  ]
113
126
  },
127
+ "PutPermission":{
128
+ "name":"PutPermission",
129
+ "http":{
130
+ "method":"POST",
131
+ "requestUri":"/"
132
+ },
133
+ "input":{"shape":"PutPermissionRequest"},
134
+ "errors":[
135
+ {"shape":"ResourceNotFoundException"},
136
+ {"shape":"PolicyLengthExceededException"},
137
+ {"shape":"InternalException"}
138
+ ]
139
+ },
114
140
  "PutRule":{
115
141
  "name":"PutRule",
116
142
  "http":{
@@ -141,6 +167,18 @@
141
167
  {"shape":"InternalException"}
142
168
  ]
143
169
  },
170
+ "RemovePermission":{
171
+ "name":"RemovePermission",
172
+ "http":{
173
+ "method":"POST",
174
+ "requestUri":"/"
175
+ },
176
+ "input":{"shape":"RemovePermissionRequest"},
177
+ "errors":[
178
+ {"shape":"ResourceNotFoundException"},
179
+ {"shape":"InternalException"}
180
+ ]
181
+ },
144
182
  "RemoveTargets":{
145
183
  "name":"RemoveTargets",
146
184
  "http":{
@@ -170,6 +208,12 @@
170
208
  }
171
209
  },
172
210
  "shapes":{
211
+ "Action":{
212
+ "type":"string",
213
+ "max":64,
214
+ "min":1,
215
+ "pattern":"events:[a-zA-Z]+"
216
+ },
173
217
  "Arn":{
174
218
  "type":"string",
175
219
  "max":1600,
@@ -189,6 +233,19 @@
189
233
  "Name":{"shape":"RuleName"}
190
234
  }
191
235
  },
236
+ "DescribeEventBusRequest":{
237
+ "type":"structure",
238
+ "members":{
239
+ }
240
+ },
241
+ "DescribeEventBusResponse":{
242
+ "type":"structure",
243
+ "members":{
244
+ "Name":{"shape":"String"},
245
+ "Arn":{"shape":"String"},
246
+ "Policy":{"shape":"String"}
247
+ }
248
+ },
192
249
  "DescribeRuleRequest":{
193
250
  "type":"structure",
194
251
  "required":["Name"],
@@ -345,6 +402,18 @@
345
402
  "max":2048,
346
403
  "min":1
347
404
  },
405
+ "PolicyLengthExceededException":{
406
+ "type":"structure",
407
+ "members":{
408
+ },
409
+ "exception":true
410
+ },
411
+ "Principal":{
412
+ "type":"string",
413
+ "max":12,
414
+ "min":1,
415
+ "pattern":"(\\d{12}|\\*)"
416
+ },
348
417
  "PutEventsRequest":{
349
418
  "type":"structure",
350
419
  "required":["Entries"],
@@ -387,6 +456,19 @@
387
456
  "type":"list",
388
457
  "member":{"shape":"PutEventsResultEntry"}
389
458
  },
459
+ "PutPermissionRequest":{
460
+ "type":"structure",
461
+ "required":[
462
+ "Action",
463
+ "Principal",
464
+ "StatementId"
465
+ ],
466
+ "members":{
467
+ "Action":{"shape":"Action"},
468
+ "Principal":{"shape":"Principal"},
469
+ "StatementId":{"shape":"StatementId"}
470
+ }
471
+ },
390
472
  "PutRuleRequest":{
391
473
  "type":"structure",
392
474
  "required":["Name"],
@@ -435,6 +517,13 @@
435
517
  "type":"list",
436
518
  "member":{"shape":"PutTargetsResultEntry"}
437
519
  },
520
+ "RemovePermissionRequest":{
521
+ "type":"structure",
522
+ "required":["StatementId"],
523
+ "members":{
524
+ "StatementId":{"shape":"StatementId"}
525
+ }
526
+ },
438
527
  "RemoveTargetsRequest":{
439
528
  "type":"structure",
440
529
  "required":[
@@ -563,6 +652,12 @@
563
652
  "type":"string",
564
653
  "max":256
565
654
  },
655
+ "StatementId":{
656
+ "type":"string",
657
+ "max":64,
658
+ "min":1,
659
+ "pattern":"[a-zA-Z0-9-_]+"
660
+ },
566
661
  "String":{"type":"string"},
567
662
  "Target":{
568
663
  "type":"structure",
@@ -1320,7 +1320,8 @@
1320
1320
  "ResourceId":{"shape":"NonZeroAndMaxString"},
1321
1321
  "EventCode":{"shape":"EventCode"},
1322
1322
  "Message":{"shape":"NonEmptyString"},
1323
- "EventTime":{"shape":"Timestamp"}
1323
+ "EventTime":{"shape":"Timestamp"},
1324
+ "PreSignedLogUrl":{"shape":"NonZeroAndMaxString"}
1324
1325
  }
1325
1326
  },
1326
1327
  "EventCode":{
@@ -1351,7 +1352,10 @@
1351
1352
  "SERVER_PROCESS_TERMINATED_UNHEALTHY",
1352
1353
  "SERVER_PROCESS_FORCE_TERMINATED",
1353
1354
  "SERVER_PROCESS_PROCESS_EXIT_TIMEOUT",
1354
- "GAME_SESSION_ACTIVATION_TIMEOUT"
1355
+ "GAME_SESSION_ACTIVATION_TIMEOUT",
1356
+ "FLEET_CREATION_EXTRACTING_BUILD",
1357
+ "FLEET_CREATION_RUNNING_INSTALLER",
1358
+ "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG"
1355
1359
  ]
1356
1360
  },
1357
1361
  "EventList":{
@@ -143,6 +143,21 @@
143
143
  {"shape":"InternalServerError"}
144
144
  ]
145
145
  },
146
+ "CreateResourceDataSync":{
147
+ "name":"CreateResourceDataSync",
148
+ "http":{
149
+ "method":"POST",
150
+ "requestUri":"/"
151
+ },
152
+ "input":{"shape":"CreateResourceDataSyncRequest"},
153
+ "output":{"shape":"CreateResourceDataSyncResult"},
154
+ "errors":[
155
+ {"shape":"InternalServerError"},
156
+ {"shape":"ResourceDataSyncCountExceededException"},
157
+ {"shape":"ResourceDataSyncAlreadyExistsException"},
158
+ {"shape":"ResourceDataSyncInvalidConfigurationException"}
159
+ ]
160
+ },
146
161
  "DeleteActivation":{
147
162
  "name":"DeleteActivation",
148
163
  "http":{
@@ -238,6 +253,19 @@
238
253
  {"shape":"InternalServerError"}
239
254
  ]
240
255
  },
256
+ "DeleteResourceDataSync":{
257
+ "name":"DeleteResourceDataSync",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"DeleteResourceDataSyncRequest"},
263
+ "output":{"shape":"DeleteResourceDataSyncResult"},
264
+ "errors":[
265
+ {"shape":"InternalServerError"},
266
+ {"shape":"ResourceDataSyncNotFoundException"}
267
+ ]
268
+ },
241
269
  "DeregisterManagedInstance":{
242
270
  "name":"DeregisterManagedInstance",
243
271
  "http":{
@@ -911,6 +939,19 @@
911
939
  {"shape":"InvalidNextToken"}
912
940
  ]
913
941
  },
942
+ "ListResourceDataSync":{
943
+ "name":"ListResourceDataSync",
944
+ "http":{
945
+ "method":"POST",
946
+ "requestUri":"/"
947
+ },
948
+ "input":{"shape":"ListResourceDataSyncRequest"},
949
+ "output":{"shape":"ListResourceDataSyncResult"},
950
+ "errors":[
951
+ {"shape":"InternalServerError"},
952
+ {"shape":"InvalidNextToken"}
953
+ ]
954
+ },
914
955
  "ListTagsForResource":{
915
956
  "name":"ListTagsForResource",
916
957
  "http":{
@@ -1942,6 +1983,22 @@
1942
1983
  "BaselineId":{"shape":"BaselineId"}
1943
1984
  }
1944
1985
  },
1986
+ "CreateResourceDataSyncRequest":{
1987
+ "type":"structure",
1988
+ "required":[
1989
+ "SyncName",
1990
+ "S3Destination"
1991
+ ],
1992
+ "members":{
1993
+ "SyncName":{"shape":"ResourceDataSyncName"},
1994
+ "S3Destination":{"shape":"ResourceDataSyncS3Destination"}
1995
+ }
1996
+ },
1997
+ "CreateResourceDataSyncResult":{
1998
+ "type":"structure",
1999
+ "members":{
2000
+ }
2001
+ },
1945
2002
  "CreatedDate":{"type":"timestamp"},
1946
2003
  "CustomSchemaCountLimitExceededException":{
1947
2004
  "type":"structure",
@@ -2047,6 +2104,18 @@
2047
2104
  "BaselineId":{"shape":"BaselineId"}
2048
2105
  }
2049
2106
  },
2107
+ "DeleteResourceDataSyncRequest":{
2108
+ "type":"structure",
2109
+ "required":["SyncName"],
2110
+ "members":{
2111
+ "SyncName":{"shape":"ResourceDataSyncName"}
2112
+ }
2113
+ },
2114
+ "DeleteResourceDataSyncResult":{
2115
+ "type":"structure",
2116
+ "members":{
2117
+ }
2118
+ },
2050
2119
  "DeregisterManagedInstanceRequest":{
2051
2120
  "type":"structure",
2052
2121
  "required":["InstanceId"],
@@ -3900,6 +3969,16 @@
3900
3969
  "type":"list",
3901
3970
  "member":{"shape":"TagKey"}
3902
3971
  },
3972
+ "LastResourceDataSyncStatus":{
3973
+ "type":"string",
3974
+ "enum":[
3975
+ "Successful",
3976
+ "Failed",
3977
+ "InProgress"
3978
+ ]
3979
+ },
3980
+ "LastResourceDataSyncTime":{"type":"timestamp"},
3981
+ "LastSuccessfulResourceDataSyncTime":{"type":"timestamp"},
3903
3982
  "ListAssociationsRequest":{
3904
3983
  "type":"structure",
3905
3984
  "members":{
@@ -4024,6 +4103,23 @@
4024
4103
  "NextToken":{"shape":"NextToken"}
4025
4104
  }
4026
4105
  },
4106
+ "ListResourceDataSyncRequest":{
4107
+ "type":"structure",
4108
+ "members":{
4109
+ "NextToken":{"shape":"NextToken"},
4110
+ "MaxResults":{
4111
+ "shape":"MaxResults",
4112
+ "box":true
4113
+ }
4114
+ }
4115
+ },
4116
+ "ListResourceDataSyncResult":{
4117
+ "type":"structure",
4118
+ "members":{
4119
+ "ResourceDataSyncItems":{"shape":"ResourceDataSyncItemList"},
4120
+ "NextToken":{"shape":"NextToken"}
4121
+ }
4122
+ },
4027
4123
  "ListTagsForResourceRequest":{
4028
4124
  "type":"structure",
4029
4125
  "required":[
@@ -5041,6 +5137,88 @@
5041
5137
  "members":{
5042
5138
  }
5043
5139
  },
5140
+ "ResourceDataSyncAlreadyExistsException":{
5141
+ "type":"structure",
5142
+ "members":{
5143
+ "SyncName":{"shape":"ResourceDataSyncName"}
5144
+ },
5145
+ "exception":true
5146
+ },
5147
+ "ResourceDataSyncCountExceededException":{
5148
+ "type":"structure",
5149
+ "members":{
5150
+ "Message":{"shape":"String"}
5151
+ },
5152
+ "exception":true
5153
+ },
5154
+ "ResourceDataSyncCreatedTime":{"type":"timestamp"},
5155
+ "ResourceDataSyncInvalidConfigurationException":{
5156
+ "type":"structure",
5157
+ "members":{
5158
+ "Message":{"shape":"String"}
5159
+ },
5160
+ "exception":true
5161
+ },
5162
+ "ResourceDataSyncItem":{
5163
+ "type":"structure",
5164
+ "members":{
5165
+ "SyncName":{"shape":"ResourceDataSyncName"},
5166
+ "S3Destination":{"shape":"ResourceDataSyncS3Destination"},
5167
+ "LastSyncTime":{"shape":"LastResourceDataSyncTime"},
5168
+ "LastSuccessfulSyncTime":{"shape":"LastSuccessfulResourceDataSyncTime"},
5169
+ "LastStatus":{"shape":"LastResourceDataSyncStatus"},
5170
+ "SyncCreatedTime":{"shape":"ResourceDataSyncCreatedTime"}
5171
+ }
5172
+ },
5173
+ "ResourceDataSyncItemList":{
5174
+ "type":"list",
5175
+ "member":{"shape":"ResourceDataSyncItem"}
5176
+ },
5177
+ "ResourceDataSyncName":{
5178
+ "type":"string",
5179
+ "max":64,
5180
+ "min":1
5181
+ },
5182
+ "ResourceDataSyncNotFoundException":{
5183
+ "type":"structure",
5184
+ "members":{
5185
+ "SyncName":{"shape":"ResourceDataSyncName"}
5186
+ },
5187
+ "exception":true
5188
+ },
5189
+ "ResourceDataSyncS3BucketName":{
5190
+ "type":"string",
5191
+ "max":2048,
5192
+ "min":1
5193
+ },
5194
+ "ResourceDataSyncS3Destination":{
5195
+ "type":"structure",
5196
+ "required":[
5197
+ "BucketName",
5198
+ "SyncFormat",
5199
+ "Region"
5200
+ ],
5201
+ "members":{
5202
+ "BucketName":{"shape":"ResourceDataSyncS3BucketName"},
5203
+ "Prefix":{"shape":"ResourceDataSyncS3Prefix"},
5204
+ "SyncFormat":{"shape":"ResourceDataSyncS3Format"},
5205
+ "Region":{"shape":"ResourceDataSyncS3Region"}
5206
+ }
5207
+ },
5208
+ "ResourceDataSyncS3Format":{
5209
+ "type":"string",
5210
+ "enum":["JsonSerDe"]
5211
+ },
5212
+ "ResourceDataSyncS3Prefix":{
5213
+ "type":"string",
5214
+ "max":256,
5215
+ "min":1
5216
+ },
5217
+ "ResourceDataSyncS3Region":{
5218
+ "type":"string",
5219
+ "max":64,
5220
+ "min":1
5221
+ },
5044
5222
  "ResourceId":{"type":"string"},
5045
5223
  "ResourceInUseException":{
5046
5224
  "type":"structure",
@@ -79,6 +79,7 @@
79
79
  "ap-south-1" : { },
80
80
  "ap-southeast-1" : { },
81
81
  "ap-southeast-2" : { },
82
+ "ca-central-1" : { },
82
83
  "eu-central-1" : { },
83
84
  "eu-west-1" : { },
84
85
  "eu-west-2" : { },
@@ -159,8 +160,12 @@
159
160
  "batch" : {
160
161
  "endpoints" : {
161
162
  "ap-northeast-1" : { },
163
+ "ap-southeast-2" : { },
164
+ "eu-central-1" : { },
162
165
  "eu-west-1" : { },
166
+ "eu-west-2" : { },
163
167
  "us-east-1" : { },
168
+ "us-east-2" : { },
164
169
  "us-west-2" : { }
165
170
  }
166
171
  },
@@ -764,6 +769,8 @@
764
769
  "protocols" : [ "https" ]
765
770
  },
766
771
  "endpoints" : {
772
+ "ap-southeast-2" : { },
773
+ "eu-central-1" : { },
767
774
  "us-east-1" : { },
768
775
  "us-west-2" : { }
769
776
  },
@@ -1228,9 +1235,16 @@
1228
1235
  },
1229
1236
  "sms" : {
1230
1237
  "endpoints" : {
1238
+ "ap-northeast-1" : { },
1239
+ "ap-northeast-2" : { },
1240
+ "ap-south-1" : { },
1231
1241
  "ap-southeast-2" : { },
1242
+ "ca-central-1" : { },
1243
+ "eu-central-1" : { },
1232
1244
  "eu-west-1" : { },
1233
- "us-east-1" : { }
1245
+ "us-east-1" : { },
1246
+ "us-east-2" : { },
1247
+ "us-west-2" : { }
1234
1248
  }
1235
1249
  },
1236
1250
  "snowball" : {
@@ -1890,6 +1904,11 @@
1890
1904
  }
1891
1905
  }
1892
1906
  },
1907
+ "sms" : {
1908
+ "endpoints" : {
1909
+ "us-gov-west-1" : { }
1910
+ }
1911
+ },
1893
1912
  "snowball" : {
1894
1913
  "endpoints" : {
1895
1914
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.4'
2
+ VERSION = '2.10.6'
3
3
  end
@@ -13,11 +13,12 @@ module Seahorse
13
13
  # @param [String] string
14
14
  # @return [String] Returns the underscored version of the given string.
15
15
  def underscore(string)
16
- string.
17
- gsub(@irregular_regex) { |word| '_' + @irregular_inflections[word] }.
18
- gsub(/([A-Z0-9]+)([A-Z][a-z])/, '\1_\2').
19
- scan(/[a-z0-9]+|\d+|[A-Z0-9]+[a-z]*/).
20
- join('_').downcase
16
+ new_string = string.dup
17
+ new_string.gsub!(@irregular_regex) { |word| "_#{@irregular_inflections[word]}" }
18
+ new_string.gsub!(/([A-Z0-9]+)([A-Z][a-z])/, '\1_\2'.freeze)
19
+ new_string = new_string.scan(/[a-z0-9]+|\d+|[A-Z0-9]+[a-z]*/).join('_'.freeze)
20
+ new_string.downcase!
21
+ new_string
21
22
  end
22
23
 
23
24
  def uri_escape(string)
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.10.4
4
+ version: 2.10.6
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: 2017-06-27 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath