aws-sdk-core 2.11.426 → 2.11.427

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: d3fa31f68a4d34ff70017f9a4e41852f135685ab
4
- data.tar.gz: 6385346b52cf22627b6abb301b9c59a1f7a86daa
3
+ metadata.gz: a12e5a8af514528252804cf9059129b5611bc74c
4
+ data.tar.gz: 720cde2a47d489272aef9e2bde5f9a6541a7991f
5
5
  SHA512:
6
- metadata.gz: 24d36179bff162e3e25eacd0bef0c8fb1dfc3b8820b8d4bb958462a590bb635de4984372cc5f50359739ece12194e65b790746a12fa2060b2860fde47cc3bf45
7
- data.tar.gz: eb6028c92e1fad5b08e254dd112663e184deab376cfda25fb61e4ee7c374d89419601d20284be0bc005e1d4e171fec9e928513051cd35c9e44a66689f0aa8cc2
6
+ metadata.gz: 294a0b4492b514cb27b3bf103f77a0a1f9faca4cb3d61fb018ea1d5f4a27be795f3207d8f15df854dec5ae69233c08da4b3c281fc9fdd815fccdd5608bc54abb
7
+ data.tar.gz: c21d2c54835b886a4a4d51f8fd5a8c9e08163f771982e358c41c356fed0a06ef658ab6d4c903a08867450c2913f18c63d416c5d614049a9f195d38b859524718
@@ -70,6 +70,25 @@
70
70
  {"shape":"ServiceFailureException"}
71
71
  ]
72
72
  },
73
+ "AssociateSigninDelegateGroupsWithAccount":{
74
+ "name":"AssociateSigninDelegateGroupsWithAccount",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/accounts/{accountId}?operation=associate-signin-delegate-groups",
78
+ "responseCode":200
79
+ },
80
+ "input":{"shape":"AssociateSigninDelegateGroupsWithAccountRequest"},
81
+ "output":{"shape":"AssociateSigninDelegateGroupsWithAccountResponse"},
82
+ "errors":[
83
+ {"shape":"UnauthorizedClientException"},
84
+ {"shape":"NotFoundException"},
85
+ {"shape":"ForbiddenException"},
86
+ {"shape":"BadRequestException"},
87
+ {"shape":"ThrottledClientException"},
88
+ {"shape":"ServiceUnavailableException"},
89
+ {"shape":"ServiceFailureException"}
90
+ ]
91
+ },
73
92
  "BatchCreateAttendee":{
74
93
  "name":"BatchCreateAttendee",
75
94
  "http":{
@@ -104,6 +123,7 @@
104
123
  {"shape":"NotFoundException"},
105
124
  {"shape":"BadRequestException"},
106
125
  {"shape":"ForbiddenException"},
126
+ {"shape":"ThrottledClientException"},
107
127
  {"shape":"ServiceUnavailableException"},
108
128
  {"shape":"ServiceFailureException"}
109
129
  ]
@@ -258,7 +278,8 @@
258
278
  {"shape":"BadRequestException"},
259
279
  {"shape":"UnauthorizedClientException"},
260
280
  {"shape":"ResourceLimitExceededException"},
261
- {"shape":"NotFoundException"}
281
+ {"shape":"NotFoundException"},
282
+ {"shape":"ThrottledClientException"}
262
283
  ]
263
284
  },
264
285
  "CreateMeeting":{
@@ -315,6 +336,7 @@
315
336
  {"shape":"ForbiddenException"},
316
337
  {"shape":"UnauthorizedClientException"},
317
338
  {"shape":"ResourceLimitExceededException"},
339
+ {"shape":"ThrottledClientException"},
318
340
  {"shape":"ServiceUnavailableException"},
319
341
  {"shape":"ServiceFailureException"}
320
342
  ]
@@ -335,6 +357,27 @@
335
357
  {"shape":"BadRequestException"},
336
358
  {"shape":"ForbiddenException"},
337
359
  {"shape":"ResourceLimitExceededException"},
360
+ {"shape":"ThrottledClientException"},
361
+ {"shape":"ServiceUnavailableException"},
362
+ {"shape":"ServiceFailureException"}
363
+ ]
364
+ },
365
+ "CreateUser":{
366
+ "name":"CreateUser",
367
+ "http":{
368
+ "method":"POST",
369
+ "requestUri":"/accounts/{accountId}/users?operation=create",
370
+ "responseCode":201
371
+ },
372
+ "input":{"shape":"CreateUserRequest"},
373
+ "output":{"shape":"CreateUserResponse"},
374
+ "errors":[
375
+ {"shape":"UnauthorizedClientException"},
376
+ {"shape":"NotFoundException"},
377
+ {"shape":"ConflictException"},
378
+ {"shape":"ForbiddenException"},
379
+ {"shape":"BadRequestException"},
380
+ {"shape":"ThrottledClientException"},
338
381
  {"shape":"ServiceUnavailableException"},
339
382
  {"shape":"ServiceFailureException"}
340
383
  ]
@@ -483,6 +526,7 @@
483
526
  {"shape":"ForbiddenException"},
484
527
  {"shape":"NotFoundException"},
485
528
  {"shape":"UnauthorizedClientException"},
529
+ {"shape":"ThrottledClientException"},
486
530
  {"shape":"ServiceUnavailableException"},
487
531
  {"shape":"ServiceFailureException"}
488
532
  ]
@@ -500,6 +544,7 @@
500
544
  {"shape":"NotFoundException"},
501
545
  {"shape":"BadRequestException"},
502
546
  {"shape":"ForbiddenException"},
547
+ {"shape":"ThrottledClientException"},
503
548
  {"shape":"ServiceUnavailableException"},
504
549
  {"shape":"ServiceFailureException"}
505
550
  ]
@@ -671,6 +716,25 @@
671
716
  {"shape":"ServiceFailureException"}
672
717
  ]
673
718
  },
719
+ "DisassociateSigninDelegateGroupsFromAccount":{
720
+ "name":"DisassociateSigninDelegateGroupsFromAccount",
721
+ "http":{
722
+ "method":"POST",
723
+ "requestUri":"/accounts/{accountId}?operation=disassociate-signin-delegate-groups",
724
+ "responseCode":200
725
+ },
726
+ "input":{"shape":"DisassociateSigninDelegateGroupsFromAccountRequest"},
727
+ "output":{"shape":"DisassociateSigninDelegateGroupsFromAccountResponse"},
728
+ "errors":[
729
+ {"shape":"UnauthorizedClientException"},
730
+ {"shape":"NotFoundException"},
731
+ {"shape":"ForbiddenException"},
732
+ {"shape":"BadRequestException"},
733
+ {"shape":"ThrottledClientException"},
734
+ {"shape":"ServiceUnavailableException"},
735
+ {"shape":"ServiceFailureException"}
736
+ ]
737
+ },
674
738
  "GetAccount":{
675
739
  "name":"GetAccount",
676
740
  "http":{
@@ -741,7 +805,8 @@
741
805
  {"shape":"ForbiddenException"},
742
806
  {"shape":"UnauthorizedClientException"},
743
807
  {"shape":"NotFoundException"},
744
- {"shape":"BadRequestException"}
808
+ {"shape":"BadRequestException"},
809
+ {"shape":"ThrottledClientException"}
745
810
  ]
746
811
  },
747
812
  "GetEventsConfiguration":{
@@ -867,6 +932,7 @@
867
932
  {"shape":"ForbiddenException"},
868
933
  {"shape":"NotFoundException"},
869
934
  {"shape":"UnauthorizedClientException"},
935
+ {"shape":"ThrottledClientException"},
870
936
  {"shape":"ServiceUnavailableException"},
871
937
  {"shape":"ServiceFailureException"}
872
938
  ]
@@ -1113,7 +1179,8 @@
1113
1179
  {"shape":"ForbiddenException"},
1114
1180
  {"shape":"UnauthorizedClientException"},
1115
1181
  {"shape":"BadRequestException"},
1116
- {"shape":"NotFoundException"}
1182
+ {"shape":"NotFoundException"},
1183
+ {"shape":"ThrottledClientException"}
1117
1184
  ]
1118
1185
  },
1119
1186
  "ListMeetings":{
@@ -1183,6 +1250,7 @@
1183
1250
  {"shape":"BadRequestException"},
1184
1251
  {"shape":"ForbiddenException"},
1185
1252
  {"shape":"UnauthorizedClientException"},
1253
+ {"shape":"ThrottledClientException"},
1186
1254
  {"shape":"ServiceUnavailableException"},
1187
1255
  {"shape":"ServiceFailureException"}
1188
1256
  ]
@@ -1201,6 +1269,7 @@
1201
1269
  {"shape":"BadRequestException"},
1202
1270
  {"shape":"ForbiddenException"},
1203
1271
  {"shape":"UnauthorizedClientException"},
1272
+ {"shape":"ThrottledClientException"},
1204
1273
  {"shape":"ServiceUnavailableException"},
1205
1274
  {"shape":"ServiceFailureException"}
1206
1275
  ]
@@ -1427,7 +1496,8 @@
1427
1496
  {"shape":"ForbiddenException"},
1428
1497
  {"shape":"BadRequestException"},
1429
1498
  {"shape":"UnauthorizedClientException"},
1430
- {"shape":"NotFoundException"}
1499
+ {"shape":"NotFoundException"},
1500
+ {"shape":"ThrottledClientException"}
1431
1501
  ]
1432
1502
  },
1433
1503
  "ResetPersonalPIN":{
@@ -1541,7 +1611,8 @@
1541
1611
  {"shape":"ForbiddenException"},
1542
1612
  {"shape":"BadRequestException"},
1543
1613
  {"shape":"UnauthorizedClientException"},
1544
- {"shape":"NotFoundException"}
1614
+ {"shape":"NotFoundException"},
1615
+ {"shape":"ThrottledClientException"}
1545
1616
  ]
1546
1617
  },
1547
1618
  "UpdateGlobalSettings":{
@@ -1611,6 +1682,7 @@
1611
1682
  {"shape":"ForbiddenException"},
1612
1683
  {"shape":"NotFoundException"},
1613
1684
  {"shape":"UnauthorizedClientException"},
1685
+ {"shape":"ThrottledClientException"},
1614
1686
  {"shape":"ServiceUnavailableException"},
1615
1687
  {"shape":"ServiceFailureException"}
1616
1688
  ]
@@ -1629,6 +1701,7 @@
1629
1701
  {"shape":"NotFoundException"},
1630
1702
  {"shape":"BadRequestException"},
1631
1703
  {"shape":"ForbiddenException"},
1704
+ {"shape":"ThrottledClientException"},
1632
1705
  {"shape":"ServiceUnavailableException"},
1633
1706
  {"shape":"ServiceFailureException"}
1634
1707
  ]
@@ -1734,7 +1807,8 @@
1734
1807
  "AccountType":{"shape":"AccountType"},
1735
1808
  "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
1736
1809
  "DefaultLicense":{"shape":"License"},
1737
- "SupportedLicenses":{"shape":"LicenseList"}
1810
+ "SupportedLicenses":{"shape":"LicenseList"},
1811
+ "SigninDelegateGroups":{"shape":"SigninDelegateGroupList"}
1738
1812
  }
1739
1813
  },
1740
1814
  "AccountList":{
@@ -1763,6 +1837,13 @@
1763
1837
  "EnterpriseOIDC"
1764
1838
  ]
1765
1839
  },
1840
+ "AlexaForBusinessMetadata":{
1841
+ "type":"structure",
1842
+ "members":{
1843
+ "IsAlexaForBusinessEnabled":{"shape":"Boolean"},
1844
+ "AlexaForBusinessRoomArn":{"shape":"SensitiveString"}
1845
+ }
1846
+ },
1766
1847
  "Arn":{
1767
1848
  "type":"string",
1768
1849
  "max":1024,
@@ -1834,6 +1915,26 @@
1834
1915
  "PhoneNumberErrors":{"shape":"PhoneNumberErrorList"}
1835
1916
  }
1836
1917
  },
1918
+ "AssociateSigninDelegateGroupsWithAccountRequest":{
1919
+ "type":"structure",
1920
+ "required":[
1921
+ "AccountId",
1922
+ "SigninDelegateGroups"
1923
+ ],
1924
+ "members":{
1925
+ "AccountId":{
1926
+ "shape":"NonEmptyString",
1927
+ "location":"uri",
1928
+ "locationName":"accountId"
1929
+ },
1930
+ "SigninDelegateGroups":{"shape":"SigninDelegateGroupList"}
1931
+ }
1932
+ },
1933
+ "AssociateSigninDelegateGroupsWithAccountResponse":{
1934
+ "type":"structure",
1935
+ "members":{
1936
+ }
1937
+ },
1837
1938
  "Attendee":{
1838
1939
  "type":"structure",
1839
1940
  "members":{
@@ -2232,6 +2333,26 @@
2232
2333
  "Room":{"shape":"Room"}
2233
2334
  }
2234
2335
  },
2336
+ "CreateUserRequest":{
2337
+ "type":"structure",
2338
+ "required":["AccountId"],
2339
+ "members":{
2340
+ "AccountId":{
2341
+ "shape":"NonEmptyString",
2342
+ "location":"uri",
2343
+ "locationName":"accountId"
2344
+ },
2345
+ "Username":{"shape":"String"},
2346
+ "Email":{"shape":"EmailAddress"},
2347
+ "UserType":{"shape":"UserType"}
2348
+ }
2349
+ },
2350
+ "CreateUserResponse":{
2351
+ "type":"structure",
2352
+ "members":{
2353
+ "User":{"shape":"User"}
2354
+ }
2355
+ },
2235
2356
  "CreateVoiceConnectorGroupRequest":{
2236
2357
  "type":"structure",
2237
2358
  "required":["Name"],
@@ -2526,6 +2647,26 @@
2526
2647
  "PhoneNumberErrors":{"shape":"PhoneNumberErrorList"}
2527
2648
  }
2528
2649
  },
2650
+ "DisassociateSigninDelegateGroupsFromAccountRequest":{
2651
+ "type":"structure",
2652
+ "required":[
2653
+ "AccountId",
2654
+ "GroupNames"
2655
+ ],
2656
+ "members":{
2657
+ "AccountId":{
2658
+ "shape":"NonEmptyString",
2659
+ "location":"uri",
2660
+ "locationName":"accountId"
2661
+ },
2662
+ "GroupNames":{"shape":"NonEmptyStringList"}
2663
+ }
2664
+ },
2665
+ "DisassociateSigninDelegateGroupsFromAccountResponse":{
2666
+ "type":"structure",
2667
+ "members":{
2668
+ }
2669
+ },
2529
2670
  "E164PhoneNumber":{
2530
2671
  "type":"string",
2531
2672
  "pattern":"^\\+?[1-9]\\d{1,14}$",
@@ -2995,7 +3136,8 @@
2995
3136
  "location":"uri",
2996
3137
  "locationName":"accountId"
2997
3138
  },
2998
- "UserEmailList":{"shape":"UserEmailList"}
3139
+ "UserEmailList":{"shape":"UserEmailList"},
3140
+ "UserType":{"shape":"UserType"}
2999
3141
  }
3000
3142
  },
3001
3143
  "InviteUsersResponse":{
@@ -3284,6 +3426,11 @@
3284
3426
  "location":"querystring",
3285
3427
  "locationName":"user-email"
3286
3428
  },
3429
+ "UserType":{
3430
+ "shape":"UserType",
3431
+ "location":"querystring",
3432
+ "locationName":"user-type"
3433
+ },
3287
3434
  "MaxResults":{
3288
3435
  "shape":"ProfileServiceMaxResults",
3289
3436
  "location":"querystring",
@@ -3995,6 +4142,16 @@
3995
4142
  "exception":true,
3996
4143
  "fault":true
3997
4144
  },
4145
+ "SigninDelegateGroup":{
4146
+ "type":"structure",
4147
+ "members":{
4148
+ "GroupName":{"shape":"NonEmptyString"}
4149
+ }
4150
+ },
4151
+ "SigninDelegateGroupList":{
4152
+ "type":"list",
4153
+ "member":{"shape":"SigninDelegateGroup"}
4154
+ },
3998
4155
  "StreamingConfiguration":{
3999
4156
  "type":"structure",
4000
4157
  "required":["DataRetentionInHours"],
@@ -4260,7 +4417,9 @@
4260
4417
  "location":"uri",
4261
4418
  "locationName":"userId"
4262
4419
  },
4263
- "LicenseType":{"shape":"License"}
4420
+ "LicenseType":{"shape":"License"},
4421
+ "UserType":{"shape":"UserType"},
4422
+ "AlexaForBusinessMetadata":{"shape":"AlexaForBusinessMetadata"}
4264
4423
  }
4265
4424
  },
4266
4425
  "UpdateUserRequestItem":{
@@ -4268,7 +4427,9 @@
4268
4427
  "required":["UserId"],
4269
4428
  "members":{
4270
4429
  "UserId":{"shape":"NonEmptyString"},
4271
- "LicenseType":{"shape":"License"}
4430
+ "LicenseType":{"shape":"License"},
4431
+ "UserType":{"shape":"UserType"},
4432
+ "AlexaForBusinessMetadata":{"shape":"AlexaForBusinessMetadata"}
4272
4433
  }
4273
4434
  },
4274
4435
  "UpdateUserRequestItemList":{
@@ -4363,10 +4524,12 @@
4363
4524
  "PrimaryProvisionedNumber":{"shape":"SensitiveString"},
4364
4525
  "DisplayName":{"shape":"SensitiveString"},
4365
4526
  "LicenseType":{"shape":"License"},
4527
+ "UserType":{"shape":"UserType"},
4366
4528
  "UserRegistrationStatus":{"shape":"RegistrationStatus"},
4367
4529
  "UserInvitationStatus":{"shape":"InviteStatus"},
4368
4530
  "RegisteredOn":{"shape":"Iso8601Timestamp"},
4369
4531
  "InvitedOn":{"shape":"Iso8601Timestamp"},
4532
+ "AlexaForBusinessMetadata":{"shape":"AlexaForBusinessMetadata"},
4370
4533
  "PersonalPIN":{"shape":"String"}
4371
4534
  }
4372
4535
  },
@@ -4403,6 +4566,13 @@
4403
4566
  "Telephony":{"shape":"TelephonySettings"}
4404
4567
  }
4405
4568
  },
4569
+ "UserType":{
4570
+ "type":"string",
4571
+ "enum":[
4572
+ "PrivateUser",
4573
+ "SharedDevice"
4574
+ ]
4575
+ },
4406
4576
  "VoiceConnector":{
4407
4577
  "type":"structure",
4408
4578
  "members":{
@@ -9466,7 +9466,11 @@
9466
9466
  "locationName":"EgressOnlyInternetGatewayId"
9467
9467
  },
9468
9468
  "MaxResults":{"shape":"DescribeEgressOnlyInternetGatewaysMaxResults"},
9469
- "NextToken":{"shape":"String"}
9469
+ "NextToken":{"shape":"String"},
9470
+ "Filters":{
9471
+ "shape":"FilterList",
9472
+ "locationName":"Filter"
9473
+ }
9470
9474
  }
9471
9475
  },
9472
9476
  "DescribeEgressOnlyInternetGatewaysResult":{
@@ -13336,6 +13340,10 @@
13336
13340
  "EgressOnlyInternetGatewayId":{
13337
13341
  "shape":"EgressOnlyInternetGatewayId",
13338
13342
  "locationName":"egressOnlyInternetGatewayId"
13343
+ },
13344
+ "Tags":{
13345
+ "shape":"TagList",
13346
+ "locationName":"tagSet"
13339
13347
  }
13340
13348
  }
13341
13349
  },
@@ -19007,6 +19015,10 @@
19007
19015
  "State":{
19008
19016
  "shape":"String",
19009
19017
  "locationName":"state"
19018
+ },
19019
+ "Tags":{
19020
+ "shape":"TagList",
19021
+ "locationName":"tagSet"
19010
19022
  }
19011
19023
  }
19012
19024
  },
@@ -19082,6 +19094,10 @@
19082
19094
  "State":{
19083
19095
  "shape":"String",
19084
19096
  "locationName":"state"
19097
+ },
19098
+ "Tags":{
19099
+ "shape":"TagList",
19100
+ "locationName":"tagSet"
19085
19101
  }
19086
19102
  }
19087
19103
  },
@@ -19121,6 +19137,10 @@
19121
19137
  "State":{
19122
19138
  "shape":"String",
19123
19139
  "locationName":"state"
19140
+ },
19141
+ "Tags":{
19142
+ "shape":"TagList",
19143
+ "locationName":"tagSet"
19124
19144
  }
19125
19145
  }
19126
19146
  },
@@ -19160,6 +19180,10 @@
19160
19180
  "State":{
19161
19181
  "shape":"String",
19162
19182
  "locationName":"state"
19183
+ },
19184
+ "Tags":{
19185
+ "shape":"TagList",
19186
+ "locationName":"tagSet"
19163
19187
  }
19164
19188
  }
19165
19189
  },
@@ -19221,6 +19245,10 @@
19221
19245
  "PeerBgpAsn":{
19222
19246
  "shape":"Integer",
19223
19247
  "locationName":"peerBgpAsn"
19248
+ },
19249
+ "Tags":{
19250
+ "shape":"TagList",
19251
+ "locationName":"tagSet"
19224
19252
  }
19225
19253
  }
19226
19254
  },
@@ -19238,6 +19266,10 @@
19238
19266
  "LocalGatewayId":{
19239
19267
  "shape":"String",
19240
19268
  "locationName":"localGatewayId"
19269
+ },
19270
+ "Tags":{
19271
+ "shape":"TagList",
19272
+ "locationName":"tagSet"
19241
19273
  }
19242
19274
  }
19243
19275
  },
@@ -1396,6 +1396,21 @@
1396
1396
  {"shape":"DBClusterNotFoundFault"}
1397
1397
  ]
1398
1398
  },
1399
+ "ModifyCertificates":{
1400
+ "name":"ModifyCertificates",
1401
+ "http":{
1402
+ "method":"POST",
1403
+ "requestUri":"/"
1404
+ },
1405
+ "input":{"shape":"ModifyCertificatesMessage"},
1406
+ "output":{
1407
+ "shape":"ModifyCertificatesResult",
1408
+ "resultWrapper":"ModifyCertificatesResult"
1409
+ },
1410
+ "errors":[
1411
+ {"shape":"CertificateNotFoundFault"}
1412
+ ]
1413
+ },
1399
1414
  "ModifyCurrentDBClusterCapacity":{
1400
1415
  "name":"ModifyCurrentDBClusterCapacity",
1401
1416
  "http":{
@@ -2444,7 +2459,9 @@
2444
2459
  "Thumbprint":{"shape":"String"},
2445
2460
  "ValidFrom":{"shape":"TStamp"},
2446
2461
  "ValidTill":{"shape":"TStamp"},
2447
- "CertificateArn":{"shape":"String"}
2462
+ "CertificateArn":{"shape":"String"},
2463
+ "CustomerOverride":{"shape":"BooleanOptional"},
2464
+ "CustomerOverrideValidTill":{"shape":"TStamp"}
2448
2465
  },
2449
2466
  "wrapper":true
2450
2467
  },
@@ -5625,6 +5642,19 @@
5625
5642
  "locationName":"MinimumEngineVersionPerAllowedValue"
5626
5643
  }
5627
5644
  },
5645
+ "ModifyCertificatesMessage":{
5646
+ "type":"structure",
5647
+ "members":{
5648
+ "CertificateIdentifier":{"shape":"String"},
5649
+ "RemoveCustomerOverride":{"shape":"BooleanOptional"}
5650
+ }
5651
+ },
5652
+ "ModifyCertificatesResult":{
5653
+ "type":"structure",
5654
+ "members":{
5655
+ "Certificate":{"shape":"Certificate"}
5656
+ }
5657
+ },
5628
5658
  "ModifyCurrentDBClusterCapacityMessage":{
5629
5659
  "type":"structure",
5630
5660
  "required":["DBClusterIdentifier"],
@@ -259,7 +259,10 @@
259
259
  "requestUri":"/"
260
260
  },
261
261
  "input":{"shape":"CreatePresignedDomainUrlRequest"},
262
- "output":{"shape":"CreatePresignedDomainUrlResponse"}
262
+ "output":{"shape":"CreatePresignedDomainUrlResponse"},
263
+ "errors":[
264
+ {"shape":"ResourceNotFound"}
265
+ ]
263
266
  },
264
267
  "CreatePresignedNotebookInstanceUrl":{
265
268
  "name":"CreatePresignedNotebookInstanceUrl",
@@ -1105,7 +1108,10 @@
1105
1108
  "requestUri":"/"
1106
1109
  },
1107
1110
  "input":{"shape":"ListTrialComponentsRequest"},
1108
- "output":{"shape":"ListTrialComponentsResponse"}
1111
+ "output":{"shape":"ListTrialComponentsResponse"},
1112
+ "errors":[
1113
+ {"shape":"ResourceNotFound"}
1114
+ ]
1109
1115
  },
1110
1116
  "ListTrials":{
1111
1117
  "name":"ListTrials",
@@ -1114,7 +1120,10 @@
1114
1120
  "requestUri":"/"
1115
1121
  },
1116
1122
  "input":{"shape":"ListTrialsRequest"},
1117
- "output":{"shape":"ListTrialsResponse"}
1123
+ "output":{"shape":"ListTrialsResponse"},
1124
+ "errors":[
1125
+ {"shape":"ResourceNotFound"}
1126
+ ]
1118
1127
  },
1119
1128
  "ListUserProfiles":{
1120
1129
  "name":"ListUserProfiles",
@@ -4672,6 +4681,7 @@
4672
4681
  "type":"string",
4673
4682
  "enum":[
4674
4683
  "TENSORFLOW",
4684
+ "KERAS",
4675
4685
  "MXNET",
4676
4686
  "ONNX",
4677
4687
  "PYTORCH",
@@ -6034,6 +6044,8 @@
6034
6044
  "ListTrialComponentsRequest":{
6035
6045
  "type":"structure",
6036
6046
  "members":{
6047
+ "ExperimentName":{"shape":"ExperimentEntityName"},
6048
+ "TrialName":{"shape":"ExperimentEntityName"},
6037
6049
  "SourceArn":{"shape":"String256"},
6038
6050
  "CreatedAfter":{"shape":"Timestamp"},
6039
6051
  "CreatedBefore":{"shape":"Timestamp"},
@@ -8058,7 +8070,7 @@
8058
8070
  "TaskAvailabilityLifetimeInSeconds":{
8059
8071
  "type":"integer",
8060
8072
  "max":864000,
8061
- "min":1
8073
+ "min":60
8062
8074
  },
8063
8075
  "TaskCount":{
8064
8076
  "type":"integer",
@@ -264,6 +264,7 @@
264
264
  "output":{"shape":"UpdateServerResponse"},
265
265
  "errors":[
266
266
  {"shape":"ServiceUnavailableException"},
267
+ {"shape":"ConflictException"},
267
268
  {"shape":"InternalServiceError"},
268
269
  {"shape":"InvalidRequestException"},
269
270
  {"shape":"ResourceExistsException"},
@@ -289,12 +290,25 @@
289
290
  }
290
291
  },
291
292
  "shapes":{
293
+ "AddressAllocationId":{"type":"string"},
294
+ "AddressAllocationIds":{
295
+ "type":"list",
296
+ "member":{"shape":"AddressAllocationId"}
297
+ },
292
298
  "Arn":{
293
299
  "type":"string",
294
300
  "max":1600,
295
301
  "min":20,
296
302
  "pattern":"arn:.*"
297
303
  },
304
+ "ConflictException":{
305
+ "type":"structure",
306
+ "required":["Message"],
307
+ "members":{
308
+ "Message":{"shape":"Message"}
309
+ },
310
+ "exception":true
311
+ },
298
312
  "CreateServerRequest":{
299
313
  "type":"structure",
300
314
  "members":{
@@ -447,13 +461,17 @@
447
461
  "EndpointDetails":{
448
462
  "type":"structure",
449
463
  "members":{
450
- "VpcEndpointId":{"shape":"VpcEndpointId"}
464
+ "AddressAllocationIds":{"shape":"AddressAllocationIds"},
465
+ "SubnetIds":{"shape":"SubnetIds"},
466
+ "VpcEndpointId":{"shape":"VpcEndpointId"},
467
+ "VpcId":{"shape":"VpcId"}
451
468
  }
452
469
  },
453
470
  "EndpointType":{
454
471
  "type":"string",
455
472
  "enum":[
456
473
  "PUBLIC",
474
+ "VPC",
457
475
  "VPC_ENDPOINT"
458
476
  ]
459
477
  },
@@ -783,6 +801,11 @@
783
801
  "ServerId":{"shape":"ServerId"}
784
802
  }
785
803
  },
804
+ "SubnetId":{"type":"string"},
805
+ "SubnetIds":{
806
+ "type":"list",
807
+ "member":{"shape":"SubnetId"}
808
+ },
786
809
  "Tag":{
787
810
  "type":"structure",
788
811
  "required":[
@@ -935,6 +958,7 @@
935
958
  "max":22,
936
959
  "min":22,
937
960
  "pattern":"^vpce-[0-9a-f]{17}$"
938
- }
961
+ },
962
+ "VpcId":{"type":"string"}
939
963
  }
940
964
  }
@@ -347,6 +347,23 @@
347
347
  {"shape":"AccessDeniedException"}
348
348
  ]
349
349
  },
350
+ "MigrateWorkspace":{
351
+ "name":"MigrateWorkspace",
352
+ "http":{
353
+ "method":"POST",
354
+ "requestUri":"/"
355
+ },
356
+ "input":{"shape":"MigrateWorkspaceRequest"},
357
+ "output":{"shape":"MigrateWorkspaceResult"},
358
+ "errors":[
359
+ {"shape":"InvalidParameterValuesException"},
360
+ {"shape":"ResourceNotFoundException"},
361
+ {"shape":"AccessDeniedException"},
362
+ {"shape":"OperationNotSupportedException"},
363
+ {"shape":"OperationInProgressException"},
364
+ {"shape":"ResourceUnavailableException"}
365
+ ]
366
+ },
350
367
  "ModifyAccount":{
351
368
  "name":"ModifyAccount",
352
369
  "http":{
@@ -1180,6 +1197,24 @@
1180
1197
  "max":5,
1181
1198
  "min":1
1182
1199
  },
1200
+ "MigrateWorkspaceRequest":{
1201
+ "type":"structure",
1202
+ "required":[
1203
+ "SourceWorkspaceId",
1204
+ "BundleId"
1205
+ ],
1206
+ "members":{
1207
+ "SourceWorkspaceId":{"shape":"WorkspaceId"},
1208
+ "BundleId":{"shape":"BundleId"}
1209
+ }
1210
+ },
1211
+ "MigrateWorkspaceResult":{
1212
+ "type":"structure",
1213
+ "members":{
1214
+ "SourceWorkspaceId":{"shape":"WorkspaceId"},
1215
+ "TargetWorkspaceId":{"shape":"WorkspaceId"}
1216
+ }
1217
+ },
1183
1218
  "ModificationResourceEnum":{
1184
1219
  "type":"string",
1185
1220
  "enum":[
data/endpoints.json CHANGED
@@ -2979,6 +2979,7 @@
2979
2979
  "protocols" : [ "https" ]
2980
2980
  },
2981
2981
  "endpoints" : {
2982
+ "ap-east-1" : { },
2982
2983
  "ap-northeast-1" : { },
2983
2984
  "ap-northeast-2" : { },
2984
2985
  "ap-south-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.426'
2
+ VERSION = '2.11.427'
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.426
4
+ version: 2.11.427
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: 2020-01-09 00:00:00.000000000 Z
11
+ date: 2020-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath