aws-sdk-core 2.11.256 → 2.11.257

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62b2343567dddf9e4e70573e51aa1390bf0ad94a
4
- data.tar.gz: bf9c99d171c7c10292692c1939df6d6fd38a22d7
3
+ metadata.gz: 919193daea743e954e9080db87afc1add5131b7a
4
+ data.tar.gz: 26528d061849c91dd5888b22366ac2173f45f3c7
5
5
  SHA512:
6
- metadata.gz: 332b36a1f7d5a059acea424aad1d89bc115370da6049f1aa4a9a01b99b475011755e2cab8b17c353586eaf9625da8d047d714b2a1f70d56c3c8de28ff0fd63c6
7
- data.tar.gz: b8cf19527d1fedcb82d7928a26e7754ad3fba4c1f583dd3f8b096e10d1bd8a6844c6a9f1ceb6d9a6c403c81cf26e929f4cd3061abacf1366d2a9594cba053b73
6
+ metadata.gz: af125fc33f7455d43f3bc2ea540ce57dbbfcf465641d54b4514bfb7e8cf4f2a0144c908f09c3e7fb95c4ffc70661c8fdc520d379dbeee365411d081f7d1c7fe7
7
+ data.tar.gz: b5df1886ea555b33d28ba619ad930f7ffda4be3ca7be19ad5a329c54ff343afc13b8aa194669e105d17613e06d6ede6e19a7b495afb8eb56edcc36d2f497f80c
@@ -485,7 +485,10 @@
485
485
  {"shape":"TooManyRequestsException"},
486
486
  {"shape":"NotAuthorizedException"},
487
487
  {"shape":"UserNotFoundException"},
488
- {"shape":"InternalErrorException"}
488
+ {"shape":"InternalErrorException"},
489
+ {"shape":"InvalidSmsRoleAccessPolicyException"},
490
+ {"shape":"InvalidEmailRoleAccessPolicyException"},
491
+ {"shape":"InvalidSmsRoleTrustRelationshipException"}
489
492
  ]
490
493
  },
491
494
  "AdminUserGlobalSignOut":{
@@ -3306,7 +3309,8 @@
3306
3309
  "type":"structure",
3307
3310
  "members":{
3308
3311
  "SourceArn":{"shape":"ArnType"},
3309
- "ReplyToEmailAddress":{"shape":"EmailAddressType"}
3312
+ "ReplyToEmailAddress":{"shape":"EmailAddressType"},
3313
+ "EmailSendingAccount":{"shape":"EmailSendingAccountType"}
3310
3314
  }
3311
3315
  },
3312
3316
  "EmailNotificationBodyType":{
@@ -3321,6 +3325,13 @@
3321
3325
  "min":1,
3322
3326
  "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+"
3323
3327
  },
3328
+ "EmailSendingAccountType":{
3329
+ "type":"string",
3330
+ "enum":[
3331
+ "COGNITO_DEFAULT",
3332
+ "DEVELOPER"
3333
+ ]
3334
+ },
3324
3335
  "EmailVerificationMessageByLinkType":{
3325
3336
  "type":"string",
3326
3337
  "max":20000,
@@ -3875,7 +3886,7 @@
3875
3886
  "ListProvidersLimitType":{
3876
3887
  "type":"integer",
3877
3888
  "max":60,
3878
- "min":1
3889
+ "min":0
3879
3890
  },
3880
3891
  "ListResourceServersLimitType":{
3881
3892
  "type":"integer",
@@ -1,4 +1,52 @@
1
1
  {
2
2
  "pagination": {
3
+ "AdminListGroupsForUser": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "Limit",
6
+ "output_token": "NextToken",
7
+ "result_key": "Groups"
8
+ },
9
+ "AdminListUserAuthEvents": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AuthEvents"
14
+ },
15
+ "ListGroups": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "Limit",
18
+ "output_token": "NextToken",
19
+ "result_key": "Groups"
20
+ },
21
+ "ListIdentityProviders": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Providers"
26
+ },
27
+ "ListResourceServers": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "ResourceServers"
32
+ },
33
+ "ListUserPoolClients": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "UserPoolClients"
38
+ },
39
+ "ListUserPools": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "UserPools"
44
+ },
45
+ "ListUsersInGroup": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "Limit",
48
+ "output_token": "NextToken",
49
+ "result_key": "Users"
50
+ }
3
51
  }
4
- }
52
+ }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "metadata" : {
3
3
  "apiVersion" : "2017-11-27",
4
- "endpointPrefix": "mq",
4
+ "endpointPrefix" : "mq",
5
5
  "signingName" : "mq",
6
- "serviceFullName": "AmazonMQ",
7
- "serviceId": "mq",
6
+ "serviceFullName" : "AmazonMQ",
7
+ "serviceId" : "mq",
8
8
  "protocol" : "rest-json",
9
9
  "jsonVersion" : "1.1",
10
- "uid": "mq-2017-11-27",
10
+ "uid" : "mq-2017-11-27",
11
11
  "signatureVersion" : "v4"
12
12
  },
13
13
  "operations" : {
@@ -56,31 +56,26 @@
56
56
  }, {
57
57
  "shape" : "ConflictException"
58
58
  }, {
59
- "shape": "ForbiddenException"
60
- }
61
- ]
59
+ "shape" : "ForbiddenException"
60
+ } ]
62
61
  },
63
- "CreateTags": {
64
- "name": "CreateTags",
65
- "http": {
66
- "method": "POST",
67
- "requestUri": "/v1/tags/{resource-arn}",
68
- "responseCode": 204
62
+ "CreateTags" : {
63
+ "name" : "CreateTags",
64
+ "http" : {
65
+ "method" : "POST",
66
+ "requestUri" : "/v1/tags/{resource-arn}",
67
+ "responseCode" : 204
69
68
  },
70
- "input": {
71
- "shape": "CreateTagsRequest"
69
+ "input" : {
70
+ "shape" : "CreateTagsRequest"
72
71
  },
73
- "errors": [
74
- {
75
- "shape": "NotFoundException"
76
- },
77
- {
78
- "shape": "BadRequestException"
79
- },
80
- {
81
- "shape": "InternalServerErrorException"
82
- },
83
- {
72
+ "errors" : [ {
73
+ "shape" : "NotFoundException"
74
+ }, {
75
+ "shape" : "BadRequestException"
76
+ }, {
77
+ "shape" : "InternalServerErrorException"
78
+ }, {
84
79
  "shape" : "ForbiddenException"
85
80
  } ]
86
81
  },
@@ -122,30 +117,25 @@
122
117
  "output" : {
123
118
  "shape" : "DeleteBrokerResponse"
124
119
  },
125
- "errors": [
126
- {
127
- "shape": "NotFoundException"
128
- },
129
- {
130
- "shape": "BadRequestException"
131
- },
132
- {
133
- "shape": "InternalServerErrorException"
134
- },
135
- {
136
- "shape": "ForbiddenException"
137
- }
138
- ]
120
+ "errors" : [ {
121
+ "shape" : "NotFoundException"
122
+ }, {
123
+ "shape" : "BadRequestException"
124
+ }, {
125
+ "shape" : "InternalServerErrorException"
126
+ }, {
127
+ "shape" : "ForbiddenException"
128
+ } ]
139
129
  },
140
- "DeleteTags": {
141
- "name": "DeleteTags",
142
- "http": {
143
- "method": "DELETE",
144
- "requestUri": "/v1/tags/{resource-arn}",
145
- "responseCode": 204
130
+ "DeleteTags" : {
131
+ "name" : "DeleteTags",
132
+ "http" : {
133
+ "method" : "DELETE",
134
+ "requestUri" : "/v1/tags/{resource-arn}",
135
+ "responseCode" : 204
146
136
  },
147
- "input": {
148
- "shape": "DeleteTagsRequest"
137
+ "input" : {
138
+ "shape" : "DeleteTagsRequest"
149
139
  },
150
140
  "errors" : [ {
151
141
  "shape" : "NotFoundException"
@@ -203,6 +193,48 @@
203
193
  "shape" : "ForbiddenException"
204
194
  } ]
205
195
  },
196
+ "DescribeBrokerEngineTypes" : {
197
+ "name" : "DescribeBrokerEngineTypes",
198
+ "http" : {
199
+ "method" : "GET",
200
+ "requestUri" : "/v1/broker-engine-types",
201
+ "responseCode" : 200
202
+ },
203
+ "input" : {
204
+ "shape" : "DescribeBrokerEngineTypesRequest"
205
+ },
206
+ "output" : {
207
+ "shape" : "DescribeBrokerEngineTypesResponse"
208
+ },
209
+ "errors" : [ {
210
+ "shape" : "BadRequestException"
211
+ }, {
212
+ "shape" : "InternalServerErrorException"
213
+ }, {
214
+ "shape" : "ForbiddenException"
215
+ } ]
216
+ },
217
+ "DescribeBrokerInstanceOptions" : {
218
+ "name" : "DescribeBrokerInstanceOptions",
219
+ "http" : {
220
+ "method" : "GET",
221
+ "requestUri" : "/v1/broker-instance-options",
222
+ "responseCode" : 200
223
+ },
224
+ "input" : {
225
+ "shape" : "DescribeBrokerInstanceOptionsRequest"
226
+ },
227
+ "output" : {
228
+ "shape" : "DescribeBrokerInstanceOptionsResponse"
229
+ },
230
+ "errors" : [ {
231
+ "shape" : "BadRequestException"
232
+ }, {
233
+ "shape" : "InternalServerErrorException"
234
+ }, {
235
+ "shape" : "ForbiddenException"
236
+ } ]
237
+ },
206
238
  "DescribeConfiguration" : {
207
239
  "name" : "DescribeConfiguration",
208
240
  "http" : {
@@ -337,33 +369,28 @@
337
369
  "shape" : "ForbiddenException"
338
370
  } ]
339
371
  },
340
- "ListTags": {
341
- "name": "ListTags",
342
- "http": {
343
- "method": "GET",
344
- "requestUri": "/v1/tags/{resource-arn}",
345
- "responseCode": 200
372
+ "ListTags" : {
373
+ "name" : "ListTags",
374
+ "http" : {
375
+ "method" : "GET",
376
+ "requestUri" : "/v1/tags/{resource-arn}",
377
+ "responseCode" : 200
346
378
  },
347
- "input": {
348
- "shape": "ListTagsRequest"
379
+ "input" : {
380
+ "shape" : "ListTagsRequest"
349
381
  },
350
- "output": {
351
- "shape": "ListTagsResponse"
382
+ "output" : {
383
+ "shape" : "ListTagsResponse"
352
384
  },
353
- "errors": [
354
- {
355
- "shape": "NotFoundException"
356
- },
357
- {
358
- "shape": "BadRequestException"
359
- },
360
- {
361
- "shape": "InternalServerErrorException"
362
- },
363
- {
364
- "shape": "ForbiddenException"
365
- }
366
- ]
385
+ "errors" : [ {
386
+ "shape" : "NotFoundException"
387
+ }, {
388
+ "shape" : "BadRequestException"
389
+ }, {
390
+ "shape" : "InternalServerErrorException"
391
+ }, {
392
+ "shape" : "ForbiddenException"
393
+ } ]
367
394
  },
368
395
  "ListUsers" : {
369
396
  "name" : "ListUsers",
@@ -488,6 +515,15 @@
488
515
  }
489
516
  },
490
517
  "shapes" : {
518
+ "AvailabilityZone" : {
519
+ "type" : "structure",
520
+ "members" : {
521
+ "Name" : {
522
+ "shape" : "__string",
523
+ "locationName" : "name"
524
+ }
525
+ }
526
+ },
491
527
  "BadRequestException" : {
492
528
  "type" : "structure",
493
529
  "members" : {
@@ -505,6 +541,36 @@
505
541
  "httpStatusCode" : 400
506
542
  }
507
543
  },
544
+ "BrokerEngineType" : {
545
+ "type" : "structure",
546
+ "members" : {
547
+ "EngineType" : {
548
+ "shape" : "EngineType",
549
+ "locationName" : "engineType"
550
+ },
551
+ "EngineVersions" : {
552
+ "shape" : "__listOfEngineVersion",
553
+ "locationName" : "engineVersions"
554
+ }
555
+ }
556
+ },
557
+ "BrokerEngineTypeOutput" : {
558
+ "type" : "structure",
559
+ "members" : {
560
+ "BrokerEngineTypes" : {
561
+ "shape" : "__listOfBrokerEngineType",
562
+ "locationName" : "brokerEngineTypes"
563
+ },
564
+ "MaxResults" : {
565
+ "shape" : "__integerMin5Max100",
566
+ "locationName" : "maxResults"
567
+ },
568
+ "NextToken" : {
569
+ "shape" : "__string",
570
+ "locationName" : "nextToken"
571
+ }
572
+ }
573
+ },
508
574
  "BrokerInstance" : {
509
575
  "type" : "structure",
510
576
  "members" : {
@@ -522,6 +588,44 @@
522
588
  }
523
589
  }
524
590
  },
591
+ "BrokerInstanceOption" : {
592
+ "type" : "structure",
593
+ "members" : {
594
+ "AvailabilityZones" : {
595
+ "shape" : "__listOfAvailabilityZone",
596
+ "locationName" : "availabilityZones"
597
+ },
598
+ "EngineType" : {
599
+ "shape" : "EngineType",
600
+ "locationName" : "engineType"
601
+ },
602
+ "HostInstanceType" : {
603
+ "shape" : "__string",
604
+ "locationName" : "hostInstanceType"
605
+ },
606
+ "SupportedEngineVersions" : {
607
+ "shape" : "__listOf__string",
608
+ "locationName" : "supportedEngineVersions"
609
+ }
610
+ }
611
+ },
612
+ "BrokerInstanceOptionsOutput" : {
613
+ "type" : "structure",
614
+ "members" : {
615
+ "BrokerInstanceOptions" : {
616
+ "shape" : "__listOfBrokerInstanceOption",
617
+ "locationName" : "brokerInstanceOptions"
618
+ },
619
+ "MaxResults" : {
620
+ "shape" : "__integerMin5Max100",
621
+ "locationName" : "maxResults"
622
+ },
623
+ "NextToken" : {
624
+ "shape" : "__string",
625
+ "locationName" : "nextToken"
626
+ }
627
+ }
628
+ },
525
629
  "BrokerState" : {
526
630
  "type" : "string",
527
631
  "enum" : [ "CREATION_IN_PROGRESS", "CREATION_FAILED", "DELETION_IN_PROGRESS", "RUNNING", "REBOOT_IN_PROGRESS" ]
@@ -598,9 +702,9 @@
598
702
  "shape" : "__string",
599
703
  "locationName" : "name"
600
704
  },
601
- "Tags": {
602
- "shape": "__mapOf__string",
603
- "locationName": "tags"
705
+ "Tags" : {
706
+ "shape" : "__mapOf__string",
707
+ "locationName" : "tags"
604
708
  }
605
709
  }
606
710
  },
@@ -724,9 +828,9 @@
724
828
  "shape" : "__listOf__string",
725
829
  "locationName" : "subnetIds"
726
830
  },
727
- "Tags": {
728
- "shape": "__mapOf__string",
729
- "locationName": "tags"
831
+ "Tags" : {
832
+ "shape" : "__mapOf__string",
833
+ "locationName" : "tags"
730
834
  },
731
835
  "Users" : {
732
836
  "shape" : "__listOfUser",
@@ -803,9 +907,9 @@
803
907
  "shape" : "__listOf__string",
804
908
  "locationName" : "subnetIds"
805
909
  },
806
- "Tags": {
807
- "shape": "__mapOf__string",
808
- "locationName": "tags"
910
+ "Tags" : {
911
+ "shape" : "__mapOf__string",
912
+ "locationName" : "tags"
809
913
  },
810
914
  "Users" : {
811
915
  "shape" : "__listOfUser",
@@ -841,9 +945,9 @@
841
945
  "shape" : "__string",
842
946
  "locationName" : "name"
843
947
  },
844
- "Tags": {
845
- "shape": "__mapOf__string",
846
- "locationName": "tags"
948
+ "Tags" : {
949
+ "shape" : "__mapOf__string",
950
+ "locationName" : "tags"
847
951
  }
848
952
  }
849
953
  },
@@ -887,9 +991,9 @@
887
991
  "shape" : "__string",
888
992
  "locationName" : "name"
889
993
  },
890
- "Tags": {
891
- "shape": "__mapOf__string",
892
- "locationName": "tags"
994
+ "Tags" : {
995
+ "shape" : "__mapOf__string",
996
+ "locationName" : "tags"
893
997
  }
894
998
  }
895
999
  },
@@ -918,22 +1022,20 @@
918
1022
  }
919
1023
  }
920
1024
  },
921
- "CreateTagsRequest": {
922
- "type": "structure",
923
- "members": {
924
- "ResourceArn": {
925
- "shape": "__string",
926
- "location": "uri",
927
- "locationName": "resource-arn"
1025
+ "CreateTagsRequest" : {
1026
+ "type" : "structure",
1027
+ "members" : {
1028
+ "ResourceArn" : {
1029
+ "shape" : "__string",
1030
+ "location" : "uri",
1031
+ "locationName" : "resource-arn"
928
1032
  },
929
- "Tags": {
930
- "shape": "__mapOf__string",
931
- "locationName": "tags"
1033
+ "Tags" : {
1034
+ "shape" : "__mapOf__string",
1035
+ "locationName" : "tags"
932
1036
  }
933
1037
  },
934
- "required": [
935
- "ResourceArn"
936
- ]
1038
+ "required" : [ "ResourceArn" ]
937
1039
  },
938
1040
  "CreateUserInput" : {
939
1041
  "type" : "structure",
@@ -1017,24 +1119,21 @@
1017
1119
  }
1018
1120
  }
1019
1121
  },
1020
- "DeleteTagsRequest": {
1021
- "type": "structure",
1022
- "members": {
1023
- "ResourceArn": {
1024
- "shape": "__string",
1025
- "location": "uri",
1026
- "locationName": "resource-arn"
1122
+ "DeleteTagsRequest" : {
1123
+ "type" : "structure",
1124
+ "members" : {
1125
+ "ResourceArn" : {
1126
+ "shape" : "__string",
1127
+ "location" : "uri",
1128
+ "locationName" : "resource-arn"
1027
1129
  },
1028
- "TagKeys": {
1029
- "shape": "__listOf__string",
1030
- "location": "querystring",
1031
- "locationName": "tagKeys"
1130
+ "TagKeys" : {
1131
+ "shape" : "__listOf__string",
1132
+ "location" : "querystring",
1133
+ "locationName" : "tagKeys"
1032
1134
  }
1033
1135
  },
1034
- "required": [
1035
- "TagKeys",
1036
- "ResourceArn"
1037
- ]
1136
+ "required" : [ "TagKeys", "ResourceArn" ]
1038
1137
  },
1039
1138
  "DeleteUserRequest" : {
1040
1139
  "type" : "structure",
@@ -1060,6 +1159,85 @@
1060
1159
  "type" : "string",
1061
1160
  "enum" : [ "SINGLE_INSTANCE", "ACTIVE_STANDBY_MULTI_AZ" ]
1062
1161
  },
1162
+ "DescribeBrokerEngineTypesRequest" : {
1163
+ "type" : "structure",
1164
+ "members" : {
1165
+ "EngineType" : {
1166
+ "shape" : "__string",
1167
+ "location" : "querystring",
1168
+ "locationName" : "engineType"
1169
+ },
1170
+ "MaxResults" : {
1171
+ "shape" : "MaxResults",
1172
+ "location" : "querystring",
1173
+ "locationName" : "maxResults"
1174
+ },
1175
+ "NextToken" : {
1176
+ "shape" : "__string",
1177
+ "location" : "querystring",
1178
+ "locationName" : "nextToken"
1179
+ }
1180
+ }
1181
+ },
1182
+ "DescribeBrokerEngineTypesResponse" : {
1183
+ "type" : "structure",
1184
+ "members" : {
1185
+ "BrokerEngineTypes" : {
1186
+ "shape" : "__listOfBrokerEngineType",
1187
+ "locationName" : "brokerEngineTypes"
1188
+ },
1189
+ "MaxResults" : {
1190
+ "shape" : "__integerMin5Max100",
1191
+ "locationName" : "maxResults"
1192
+ },
1193
+ "NextToken" : {
1194
+ "shape" : "__string",
1195
+ "locationName" : "nextToken"
1196
+ }
1197
+ }
1198
+ },
1199
+ "DescribeBrokerInstanceOptionsRequest" : {
1200
+ "type" : "structure",
1201
+ "members" : {
1202
+ "EngineType" : {
1203
+ "shape" : "__string",
1204
+ "location" : "querystring",
1205
+ "locationName" : "engineType"
1206
+ },
1207
+ "HostInstanceType" : {
1208
+ "shape" : "__string",
1209
+ "location" : "querystring",
1210
+ "locationName" : "hostInstanceType"
1211
+ },
1212
+ "MaxResults" : {
1213
+ "shape" : "MaxResults",
1214
+ "location" : "querystring",
1215
+ "locationName" : "maxResults"
1216
+ },
1217
+ "NextToken" : {
1218
+ "shape" : "__string",
1219
+ "location" : "querystring",
1220
+ "locationName" : "nextToken"
1221
+ }
1222
+ }
1223
+ },
1224
+ "DescribeBrokerInstanceOptionsResponse" : {
1225
+ "type" : "structure",
1226
+ "members" : {
1227
+ "BrokerInstanceOptions" : {
1228
+ "shape" : "__listOfBrokerInstanceOption",
1229
+ "locationName" : "brokerInstanceOptions"
1230
+ },
1231
+ "MaxResults" : {
1232
+ "shape" : "__integerMin5Max100",
1233
+ "locationName" : "maxResults"
1234
+ },
1235
+ "NextToken" : {
1236
+ "shape" : "__string",
1237
+ "locationName" : "nextToken"
1238
+ }
1239
+ }
1240
+ },
1063
1241
  "DescribeBrokerOutput" : {
1064
1242
  "type" : "structure",
1065
1243
  "members" : {
@@ -1135,9 +1313,9 @@
1135
1313
  "shape" : "__listOf__string",
1136
1314
  "locationName" : "subnetIds"
1137
1315
  },
1138
- "Tags": {
1139
- "shape": "__mapOf__string",
1140
- "locationName": "tags"
1316
+ "Tags" : {
1317
+ "shape" : "__mapOf__string",
1318
+ "locationName" : "tags"
1141
1319
  },
1142
1320
  "Users" : {
1143
1321
  "shape" : "__listOfUserSummary",
@@ -1231,9 +1409,9 @@
1231
1409
  "shape" : "__listOf__string",
1232
1410
  "locationName" : "subnetIds"
1233
1411
  },
1234
- "Tags": {
1235
- "shape": "__mapOf__string",
1236
- "locationName": "tags"
1412
+ "Tags" : {
1413
+ "shape" : "__mapOf__string",
1414
+ "locationName" : "tags"
1237
1415
  },
1238
1416
  "Users" : {
1239
1417
  "shape" : "__listOfUserSummary",
@@ -1287,9 +1465,9 @@
1287
1465
  "shape" : "__string",
1288
1466
  "locationName" : "name"
1289
1467
  },
1290
- "Tags": {
1291
- "shape": "__mapOf__string",
1292
- "locationName": "tags"
1468
+ "Tags" : {
1469
+ "shape" : "__mapOf__string",
1470
+ "locationName" : "tags"
1293
1471
  }
1294
1472
  }
1295
1473
  },
@@ -1421,6 +1599,15 @@
1421
1599
  "type" : "string",
1422
1600
  "enum" : [ "ACTIVEMQ" ]
1423
1601
  },
1602
+ "EngineVersion" : {
1603
+ "type" : "structure",
1604
+ "members" : {
1605
+ "Name" : {
1606
+ "shape" : "__string",
1607
+ "locationName" : "name"
1608
+ }
1609
+ }
1610
+ },
1424
1611
  "Error" : {
1425
1612
  "type" : "structure",
1426
1613
  "members" : {
@@ -1621,25 +1808,23 @@
1621
1808
  }
1622
1809
  }
1623
1810
  },
1624
- "ListTagsRequest": {
1625
- "type": "structure",
1626
- "members": {
1627
- "ResourceArn": {
1628
- "shape": "__string",
1629
- "location": "uri",
1630
- "locationName": "resource-arn"
1811
+ "ListTagsRequest" : {
1812
+ "type" : "structure",
1813
+ "members" : {
1814
+ "ResourceArn" : {
1815
+ "shape" : "__string",
1816
+ "location" : "uri",
1817
+ "locationName" : "resource-arn"
1631
1818
  }
1632
1819
  },
1633
- "required": [
1634
- "ResourceArn"
1635
- ]
1820
+ "required" : [ "ResourceArn" ]
1636
1821
  },
1637
- "ListTagsResponse": {
1638
- "type": "structure",
1639
- "members": {
1640
- "Tags": {
1641
- "shape": "__mapOf__string",
1642
- "locationName": "tags"
1822
+ "ListTagsResponse" : {
1823
+ "type" : "structure",
1824
+ "members" : {
1825
+ "Tags" : {
1826
+ "shape" : "__mapOf__string",
1827
+ "locationName" : "tags"
1643
1828
  }
1644
1829
  }
1645
1830
  },
@@ -1815,12 +2000,12 @@
1815
2000
  "type" : "string",
1816
2001
  "enum" : [ "DISALLOWED_ELEMENT_REMOVED", "DISALLOWED_ATTRIBUTE_REMOVED", "INVALID_ATTRIBUTE_VALUE_REMOVED" ]
1817
2002
  },
1818
- "Tags": {
1819
- "type": "structure",
1820
- "members": {
1821
- "Tags": {
1822
- "shape": "__mapOf__string",
1823
- "locationName": "tags"
2003
+ "Tags" : {
2004
+ "type" : "structure",
2005
+ "members" : {
2006
+ "Tags" : {
2007
+ "shape" : "__mapOf__string",
2008
+ "locationName" : "tags"
1824
2009
  }
1825
2010
  }
1826
2011
  },
@@ -2160,12 +2345,30 @@
2160
2345
  "min" : 5,
2161
2346
  "max" : 100
2162
2347
  },
2348
+ "__listOfAvailabilityZone" : {
2349
+ "type" : "list",
2350
+ "member" : {
2351
+ "shape" : "AvailabilityZone"
2352
+ }
2353
+ },
2354
+ "__listOfBrokerEngineType" : {
2355
+ "type" : "list",
2356
+ "member" : {
2357
+ "shape" : "BrokerEngineType"
2358
+ }
2359
+ },
2163
2360
  "__listOfBrokerInstance" : {
2164
2361
  "type" : "list",
2165
2362
  "member" : {
2166
2363
  "shape" : "BrokerInstance"
2167
2364
  }
2168
2365
  },
2366
+ "__listOfBrokerInstanceOption" : {
2367
+ "type" : "list",
2368
+ "member" : {
2369
+ "shape" : "BrokerInstanceOption"
2370
+ }
2371
+ },
2169
2372
  "__listOfBrokerSummary" : {
2170
2373
  "type" : "list",
2171
2374
  "member" : {
@@ -2190,6 +2393,12 @@
2190
2393
  "shape" : "ConfigurationRevision"
2191
2394
  }
2192
2395
  },
2396
+ "__listOfEngineVersion" : {
2397
+ "type" : "list",
2398
+ "member" : {
2399
+ "shape" : "EngineVersion"
2400
+ }
2401
+ },
2193
2402
  "__listOfSanitizationWarning" : {
2194
2403
  "type" : "list",
2195
2404
  "member" : {
@@ -2217,13 +2426,13 @@
2217
2426
  "__long" : {
2218
2427
  "type" : "long"
2219
2428
  },
2220
- "__mapOf__string": {
2221
- "type": "map",
2222
- "key": {
2223
- "shape": "__string"
2429
+ "__mapOf__string" : {
2430
+ "type" : "map",
2431
+ "key" : {
2432
+ "shape" : "__string"
2224
2433
  },
2225
- "value": {
2226
- "shape": "__string"
2434
+ "value" : {
2435
+ "shape" : "__string"
2227
2436
  }
2228
2437
  },
2229
2438
  "__string" : {
@@ -4042,7 +4042,8 @@
4042
4042
  "EstimatedTimeToCompletionInSeconds":{"shape":"LongOptional"},
4043
4043
  "ResizeType":{"shape":"String"},
4044
4044
  "Message":{"shape":"String"},
4045
- "TargetEncryptionType":{"shape":"String"}
4045
+ "TargetEncryptionType":{"shape":"String"},
4046
+ "DataTransferProgressPercent":{"shape":"DoubleOptional"}
4046
4047
  }
4047
4048
  },
4048
4049
  "ResourceNotFoundFault":{
@@ -1175,7 +1175,8 @@
1175
1175
  "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1176
1176
  "ClientToken":{"shape":"ClientToken"},
1177
1177
  "KMSEncrypted":{"shape":"Boolean"},
1178
- "KMSKey":{"shape":"KMSKey"}
1178
+ "KMSKey":{"shape":"KMSKey"},
1179
+ "Tags":{"shape":"Tags"}
1179
1180
  }
1180
1181
  },
1181
1182
  "CreateCachediSCSIVolumeOutput":{
@@ -1303,7 +1304,8 @@
1303
1304
  "TargetName":{"shape":"TargetName"},
1304
1305
  "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1305
1306
  "KMSEncrypted":{"shape":"Boolean"},
1306
- "KMSKey":{"shape":"KMSKey"}
1307
+ "KMSKey":{"shape":"KMSKey"},
1308
+ "Tags":{"shape":"Tags"}
1307
1309
  }
1308
1310
  },
1309
1311
  "CreateStorediSCSIVolumeOutput":{
@@ -1327,7 +1329,8 @@
1327
1329
  "TapeBarcode":{"shape":"TapeBarcode"},
1328
1330
  "KMSEncrypted":{"shape":"Boolean"},
1329
1331
  "KMSKey":{"shape":"KMSKey"},
1330
- "PoolId":{"shape":"PoolId"}
1332
+ "PoolId":{"shape":"PoolId"},
1333
+ "Tags":{"shape":"Tags"}
1331
1334
  }
1332
1335
  },
1333
1336
  "CreateTapeWithBarcodeOutput":{
@@ -1353,7 +1356,8 @@
1353
1356
  "TapeBarcodePrefix":{"shape":"TapeBarcodePrefix"},
1354
1357
  "KMSEncrypted":{"shape":"Boolean"},
1355
1358
  "KMSKey":{"shape":"KMSKey"},
1356
- "PoolId":{"shape":"PoolId"}
1359
+ "PoolId":{"shape":"PoolId"},
1360
+ "Tags":{"shape":"Tags"}
1357
1361
  }
1358
1362
  },
1359
1363
  "CreateTapesOutput":{
@@ -1363,6 +1367,11 @@
1363
1367
  }
1364
1368
  },
1365
1369
  "CreatedDate":{"type":"timestamp"},
1370
+ "DayOfMonth":{
1371
+ "type":"integer",
1372
+ "max":28,
1373
+ "min":1
1374
+ },
1366
1375
  "DayOfWeek":{
1367
1376
  "type":"integer",
1368
1377
  "max":6,
@@ -1565,6 +1574,8 @@
1565
1574
  "GatewayType":{"shape":"GatewayType"},
1566
1575
  "NextUpdateAvailabilityDate":{"shape":"NextUpdateAvailabilityDate"},
1567
1576
  "LastSoftwareUpdate":{"shape":"LastSoftwareUpdate"},
1577
+ "Ec2InstanceId":{"shape":"Ec2InstanceId"},
1578
+ "Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"},
1568
1579
  "Tags":{"shape":"Tags"}
1569
1580
  }
1570
1581
  },
@@ -1582,6 +1593,7 @@
1582
1593
  "HourOfDay":{"shape":"HourOfDay"},
1583
1594
  "MinuteOfHour":{"shape":"MinuteOfHour"},
1584
1595
  "DayOfWeek":{"shape":"DayOfWeek"},
1596
+ "DayOfMonth":{"shape":"DayOfMonth"},
1585
1597
  "Timezone":{"shape":"GatewayTimezone"}
1586
1598
  }
1587
1599
  },
@@ -1863,6 +1875,8 @@
1863
1875
  "sensitive":true
1864
1876
  },
1865
1877
  "DoubleObject":{"type":"double"},
1878
+ "Ec2InstanceId":{"type":"string"},
1879
+ "Ec2InstanceRegion":{"type":"string"},
1866
1880
  "ErrorCode":{
1867
1881
  "type":"string",
1868
1882
  "enum":[
@@ -2016,7 +2030,9 @@
2016
2030
  "GatewayARN":{"shape":"GatewayARN"},
2017
2031
  "GatewayType":{"shape":"GatewayType"},
2018
2032
  "GatewayOperationalState":{"shape":"GatewayOperationalState"},
2019
- "GatewayName":{"shape":"string"}
2033
+ "GatewayName":{"shape":"string"},
2034
+ "Ec2InstanceId":{"shape":"Ec2InstanceId"},
2035
+ "Ec2InstanceRegion":{"shape":"Ec2InstanceRegion"}
2020
2036
  }
2021
2037
  },
2022
2038
  "GatewayName":{
@@ -2856,14 +2872,14 @@
2856
2872
  "required":[
2857
2873
  "GatewayARN",
2858
2874
  "HourOfDay",
2859
- "MinuteOfHour",
2860
- "DayOfWeek"
2875
+ "MinuteOfHour"
2861
2876
  ],
2862
2877
  "members":{
2863
2878
  "GatewayARN":{"shape":"GatewayARN"},
2864
2879
  "HourOfDay":{"shape":"HourOfDay"},
2865
2880
  "MinuteOfHour":{"shape":"MinuteOfHour"},
2866
- "DayOfWeek":{"shape":"DayOfWeek"}
2881
+ "DayOfWeek":{"shape":"DayOfWeek"},
2882
+ "DayOfMonth":{"shape":"DayOfMonth"}
2867
2883
  }
2868
2884
  },
2869
2885
  "UpdateMaintenanceStartTimeOutput":{
@@ -91,14 +91,19 @@
91
91
  },
92
92
  "endpoints" : {
93
93
  "ap-northeast-1" : { },
94
+ "ap-northeast-2" : { },
95
+ "ap-south-1" : { },
94
96
  "ap-southeast-1" : { },
95
97
  "ap-southeast-2" : { },
96
98
  "ca-central-1" : { },
97
99
  "eu-central-1" : { },
100
+ "eu-north-1" : { },
98
101
  "eu-west-1" : { },
99
102
  "eu-west-2" : { },
103
+ "eu-west-3" : { },
100
104
  "us-east-1" : { },
101
105
  "us-east-2" : { },
106
+ "us-west-1" : { },
102
107
  "us-west-2" : { }
103
108
  }
104
109
  },
@@ -470,6 +475,7 @@
470
475
  },
471
476
  "cloud9" : {
472
477
  "endpoints" : {
478
+ "ap-northeast-1" : { },
473
479
  "ap-southeast-1" : { },
474
480
  "eu-west-1" : { },
475
481
  "us-east-1" : { },
@@ -1198,6 +1204,7 @@
1198
1204
  },
1199
1205
  "email" : {
1200
1206
  "endpoints" : {
1207
+ "eu-central-1" : { },
1201
1208
  "eu-west-1" : { },
1202
1209
  "us-east-1" : { },
1203
1210
  "us-west-2" : { }
@@ -1295,6 +1302,7 @@
1295
1302
  "fsx" : {
1296
1303
  "endpoints" : {
1297
1304
  "ap-northeast-1" : { },
1305
+ "ap-southeast-2" : { },
1298
1306
  "eu-west-1" : { },
1299
1307
  "us-east-1" : { },
1300
1308
  "us-east-2" : { },
@@ -2313,6 +2321,7 @@
2313
2321
  "ap-southeast-2" : { },
2314
2322
  "ca-central-1" : { },
2315
2323
  "eu-central-1" : { },
2324
+ "eu-north-1" : { },
2316
2325
  "eu-west-1" : { },
2317
2326
  "eu-west-2" : { },
2318
2327
  "eu-west-3" : { },
@@ -2392,6 +2401,9 @@
2392
2401
  "eu-central-1" : {
2393
2402
  "protocols" : [ "https" ]
2394
2403
  },
2404
+ "eu-north-1" : {
2405
+ "protocols" : [ "https" ]
2406
+ },
2395
2407
  "eu-west-1" : {
2396
2408
  "protocols" : [ "https" ]
2397
2409
  },
@@ -2996,6 +3008,19 @@
2996
3008
  "cn-northwest-1" : { }
2997
3009
  }
2998
3010
  },
3011
+ "cloudfront" : {
3012
+ "endpoints" : {
3013
+ "aws-cn-global" : {
3014
+ "credentialScope" : {
3015
+ "region" : "cn-northwest-1"
3016
+ },
3017
+ "hostname" : "cloudfront.cn-northwest-1.amazonaws.com.cn",
3018
+ "protocols" : [ "http", "https" ]
3019
+ }
3020
+ },
3021
+ "isRegionalized" : false,
3022
+ "partitionEndpoint" : "aws-cn-global"
3023
+ },
2999
3024
  "cloudtrail" : {
3000
3025
  "endpoints" : {
3001
3026
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.256'
2
+ VERSION = '2.11.257'
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.256
4
+ version: 2.11.257
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-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath