aws-sdk-core 2.10.54 → 2.10.55

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: 6b349140ff7cc4081bfb224d7186df8b0795e59c
4
- data.tar.gz: 985d44f69223f2e0043fe908de3ccda692e38eae
3
+ metadata.gz: f0555a385bc3121987bde94177d4cf91273c91ec
4
+ data.tar.gz: 62e230441789e47b3d1a31fb2fa64f8701e50681
5
5
  SHA512:
6
- metadata.gz: 992aa549bcee9e3ef16707b334280daaf82cdf4072eb19cdae37f9ee853b38ab915abcfc4cf532095e1ccac2c18e8dcfc996eb8865202bc4d9f3ca932654cf00
7
- data.tar.gz: 3233944a1b6b0d7a16556df2bfeac68fd3bc30f1e56075c48bbad7546d875d8223b682c05378fbf9af50865dd9f57dc1dbe7fe269d047d8c3b5e42a69311c06a
6
+ metadata.gz: d705a3e221027064bfa49ab41b7d887b6f31c4198279c443b43edb329d7a3e089b7aee737386d81ac5be638b001d41cad01563a1b4454eefd8d7023cb3bb8466
7
+ data.tar.gz: fadd1085cfefcc67e5cf25040336086dc58fe1b60456c9404b8efe78f5118e94633110d3fd11e88064c1a4bc48e2976104f49865c6e541d5fb890c2fc169d6ce
@@ -60,6 +60,38 @@
60
60
  {"shape":"IncompatibleImageException"}
61
61
  ]
62
62
  },
63
+ "CreateImageBuilder":{
64
+ "name":"CreateImageBuilder",
65
+ "http":{
66
+ "method":"POST",
67
+ "requestUri":"/"
68
+ },
69
+ "input":{"shape":"CreateImageBuilderRequest"},
70
+ "output":{"shape":"CreateImageBuilderResult"},
71
+ "errors":[
72
+ {"shape":"LimitExceededException"},
73
+ {"shape":"ResourceAlreadyExistsException"},
74
+ {"shape":"ResourceNotAvailableException"},
75
+ {"shape":"ResourceNotFoundException"},
76
+ {"shape":"InvalidRoleException"},
77
+ {"shape":"ConcurrentModificationException"},
78
+ {"shape":"InvalidParameterCombinationException"},
79
+ {"shape":"IncompatibleImageException"}
80
+ ]
81
+ },
82
+ "CreateImageBuilderStreamingURL":{
83
+ "name":"CreateImageBuilderStreamingURL",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/"
87
+ },
88
+ "input":{"shape":"CreateImageBuilderStreamingURLRequest"},
89
+ "output":{"shape":"CreateImageBuilderStreamingURLResult"},
90
+ "errors":[
91
+ {"shape":"OperationNotPermittedException"},
92
+ {"shape":"ResourceNotFoundException"}
93
+ ]
94
+ },
63
95
  "CreateStack":{
64
96
  "name":"CreateStack",
65
97
  "http":{
@@ -119,6 +151,35 @@
119
151
  {"shape":"ConcurrentModificationException"}
120
152
  ]
121
153
  },
154
+ "DeleteImage":{
155
+ "name":"DeleteImage",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/"
159
+ },
160
+ "input":{"shape":"DeleteImageRequest"},
161
+ "output":{"shape":"DeleteImageResult"},
162
+ "errors":[
163
+ {"shape":"ResourceInUseException"},
164
+ {"shape":"ResourceNotFoundException"},
165
+ {"shape":"OperationNotPermittedException"},
166
+ {"shape":"ConcurrentModificationException"}
167
+ ]
168
+ },
169
+ "DeleteImageBuilder":{
170
+ "name":"DeleteImageBuilder",
171
+ "http":{
172
+ "method":"POST",
173
+ "requestUri":"/"
174
+ },
175
+ "input":{"shape":"DeleteImageBuilderRequest"},
176
+ "output":{"shape":"DeleteImageBuilderResult"},
177
+ "errors":[
178
+ {"shape":"ResourceNotFoundException"},
179
+ {"shape":"OperationNotPermittedException"},
180
+ {"shape":"ConcurrentModificationException"}
181
+ ]
182
+ },
122
183
  "DeleteStack":{
123
184
  "name":"DeleteStack",
124
185
  "http":{
@@ -157,6 +218,18 @@
157
218
  {"shape":"ResourceNotFoundException"}
158
219
  ]
159
220
  },
221
+ "DescribeImageBuilders":{
222
+ "name":"DescribeImageBuilders",
223
+ "http":{
224
+ "method":"POST",
225
+ "requestUri":"/"
226
+ },
227
+ "input":{"shape":"DescribeImageBuildersRequest"},
228
+ "output":{"shape":"DescribeImageBuildersResult"},
229
+ "errors":[
230
+ {"shape":"ResourceNotFoundException"}
231
+ ]
232
+ },
160
233
  "DescribeImages":{
161
234
  "name":"DescribeImages",
162
235
  "http":{
@@ -249,6 +322,20 @@
249
322
  {"shape":"ConcurrentModificationException"}
250
323
  ]
251
324
  },
325
+ "StartImageBuilder":{
326
+ "name":"StartImageBuilder",
327
+ "http":{
328
+ "method":"POST",
329
+ "requestUri":"/"
330
+ },
331
+ "input":{"shape":"StartImageBuilderRequest"},
332
+ "output":{"shape":"StartImageBuilderResult"},
333
+ "errors":[
334
+ {"shape":"ResourceNotAvailableException"},
335
+ {"shape":"ResourceNotFoundException"},
336
+ {"shape":"ConcurrentModificationException"}
337
+ ]
338
+ },
252
339
  "StopFleet":{
253
340
  "name":"StopFleet",
254
341
  "http":{
@@ -262,6 +349,20 @@
262
349
  {"shape":"ConcurrentModificationException"}
263
350
  ]
264
351
  },
352
+ "StopImageBuilder":{
353
+ "name":"StopImageBuilder",
354
+ "http":{
355
+ "method":"POST",
356
+ "requestUri":"/"
357
+ },
358
+ "input":{"shape":"StopImageBuilderRequest"},
359
+ "output":{"shape":"StopImageBuilderResult"},
360
+ "errors":[
361
+ {"shape":"ResourceNotFoundException"},
362
+ {"shape":"OperationNotPermittedException"},
363
+ {"shape":"ConcurrentModificationException"}
364
+ ]
365
+ },
265
366
  "UpdateDirectoryConfig":{
266
367
  "name":"UpdateDirectoryConfig",
267
368
  "http":{
@@ -444,6 +545,45 @@
444
545
  "Fleet":{"shape":"Fleet"}
445
546
  }
446
547
  },
548
+ "CreateImageBuilderRequest":{
549
+ "type":"structure",
550
+ "required":[
551
+ "Name",
552
+ "ImageName",
553
+ "InstanceType"
554
+ ],
555
+ "members":{
556
+ "Name":{"shape":"Name"},
557
+ "ImageName":{"shape":"String"},
558
+ "InstanceType":{"shape":"String"},
559
+ "Description":{"shape":"Description"},
560
+ "DisplayName":{"shape":"DisplayName"},
561
+ "VpcConfig":{"shape":"VpcConfig"},
562
+ "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
563
+ "DomainJoinInfo":{"shape":"DomainJoinInfo"}
564
+ }
565
+ },
566
+ "CreateImageBuilderResult":{
567
+ "type":"structure",
568
+ "members":{
569
+ "ImageBuilder":{"shape":"ImageBuilder"}
570
+ }
571
+ },
572
+ "CreateImageBuilderStreamingURLRequest":{
573
+ "type":"structure",
574
+ "required":["Name"],
575
+ "members":{
576
+ "Name":{"shape":"String"},
577
+ "Validity":{"shape":"Long"}
578
+ }
579
+ },
580
+ "CreateImageBuilderStreamingURLResult":{
581
+ "type":"structure",
582
+ "members":{
583
+ "StreamingURL":{"shape":"String"},
584
+ "Expires":{"shape":"Timestamp"}
585
+ }
586
+ },
447
587
  "CreateStackRequest":{
448
588
  "type":"structure",
449
589
  "required":["Name"],
@@ -507,6 +647,32 @@
507
647
  "members":{
508
648
  }
509
649
  },
650
+ "DeleteImageBuilderRequest":{
651
+ "type":"structure",
652
+ "required":["Name"],
653
+ "members":{
654
+ "Name":{"shape":"Name"}
655
+ }
656
+ },
657
+ "DeleteImageBuilderResult":{
658
+ "type":"structure",
659
+ "members":{
660
+ "ImageBuilder":{"shape":"ImageBuilder"}
661
+ }
662
+ },
663
+ "DeleteImageRequest":{
664
+ "type":"structure",
665
+ "required":["Name"],
666
+ "members":{
667
+ "Name":{"shape":"Name"}
668
+ }
669
+ },
670
+ "DeleteImageResult":{
671
+ "type":"structure",
672
+ "members":{
673
+ "Image":{"shape":"Image"}
674
+ }
675
+ },
510
676
  "DeleteStackRequest":{
511
677
  "type":"structure",
512
678
  "required":["Name"],
@@ -548,6 +714,21 @@
548
714
  "NextToken":{"shape":"String"}
549
715
  }
550
716
  },
717
+ "DescribeImageBuildersRequest":{
718
+ "type":"structure",
719
+ "members":{
720
+ "Names":{"shape":"StringList"},
721
+ "MaxResults":{"shape":"Integer"},
722
+ "NextToken":{"shape":"String"}
723
+ }
724
+ },
725
+ "DescribeImageBuildersResult":{
726
+ "type":"structure",
727
+ "members":{
728
+ "ImageBuilders":{"shape":"ImageBuilderList"},
729
+ "NextToken":{"shape":"String"}
730
+ }
731
+ },
551
732
  "DescribeImagesRequest":{
552
733
  "type":"structure",
553
734
  "members":{
@@ -781,6 +962,57 @@
781
962
  "PublicBaseImageReleasedDate":{"shape":"Timestamp"}
782
963
  }
783
964
  },
965
+ "ImageBuilder":{
966
+ "type":"structure",
967
+ "required":["Name"],
968
+ "members":{
969
+ "Name":{"shape":"String"},
970
+ "Arn":{"shape":"Arn"},
971
+ "ImageArn":{"shape":"Arn"},
972
+ "Description":{"shape":"String"},
973
+ "DisplayName":{"shape":"String"},
974
+ "VpcConfig":{"shape":"VpcConfig"},
975
+ "InstanceType":{"shape":"String"},
976
+ "Platform":{"shape":"PlatformType"},
977
+ "State":{"shape":"ImageBuilderState"},
978
+ "StateChangeReason":{"shape":"ImageBuilderStateChangeReason"},
979
+ "CreatedTime":{"shape":"Timestamp"},
980
+ "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
981
+ "DomainJoinInfo":{"shape":"DomainJoinInfo"},
982
+ "ImageBuilderErrors":{"shape":"ResourceErrors"}
983
+ }
984
+ },
985
+ "ImageBuilderList":{
986
+ "type":"list",
987
+ "member":{"shape":"ImageBuilder"}
988
+ },
989
+ "ImageBuilderState":{
990
+ "type":"string",
991
+ "enum":[
992
+ "PENDING",
993
+ "RUNNING",
994
+ "STOPPING",
995
+ "STOPPED",
996
+ "REBOOTING",
997
+ "SNAPSHOTTING",
998
+ "DELETING",
999
+ "FAILED"
1000
+ ]
1001
+ },
1002
+ "ImageBuilderStateChangeReason":{
1003
+ "type":"structure",
1004
+ "members":{
1005
+ "Code":{"shape":"ImageBuilderStateChangeReasonCode"},
1006
+ "Message":{"shape":"String"}
1007
+ }
1008
+ },
1009
+ "ImageBuilderStateChangeReasonCode":{
1010
+ "type":"string",
1011
+ "enum":[
1012
+ "INTERNAL_ERROR",
1013
+ "IMAGE_UNAVAILABLE"
1014
+ ]
1015
+ },
784
1016
  "ImageList":{
785
1017
  "type":"list",
786
1018
  "member":{"shape":"Image"}
@@ -903,6 +1135,18 @@
903
1135
  },
904
1136
  "exception":true
905
1137
  },
1138
+ "ResourceError":{
1139
+ "type":"structure",
1140
+ "members":{
1141
+ "ErrorCode":{"shape":"FleetErrorCode"},
1142
+ "ErrorMessage":{"shape":"String"},
1143
+ "ErrorTimestamp":{"shape":"Timestamp"}
1144
+ }
1145
+ },
1146
+ "ResourceErrors":{
1147
+ "type":"list",
1148
+ "member":{"shape":"ResourceError"}
1149
+ },
906
1150
  "ResourceIdentifier":{
907
1151
  "type":"string",
908
1152
  "min":1
@@ -1021,6 +1265,19 @@
1021
1265
  "members":{
1022
1266
  }
1023
1267
  },
1268
+ "StartImageBuilderRequest":{
1269
+ "type":"structure",
1270
+ "required":["Name"],
1271
+ "members":{
1272
+ "Name":{"shape":"String"}
1273
+ }
1274
+ },
1275
+ "StartImageBuilderResult":{
1276
+ "type":"structure",
1277
+ "members":{
1278
+ "ImageBuilder":{"shape":"ImageBuilder"}
1279
+ }
1280
+ },
1024
1281
  "StopFleetRequest":{
1025
1282
  "type":"structure",
1026
1283
  "required":["Name"],
@@ -1033,6 +1290,19 @@
1033
1290
  "members":{
1034
1291
  }
1035
1292
  },
1293
+ "StopImageBuilderRequest":{
1294
+ "type":"structure",
1295
+ "required":["Name"],
1296
+ "members":{
1297
+ "Name":{"shape":"String"}
1298
+ }
1299
+ },
1300
+ "StopImageBuilderResult":{
1301
+ "type":"structure",
1302
+ "members":{
1303
+ "ImageBuilder":{"shape":"ImageBuilder"}
1304
+ }
1305
+ },
1036
1306
  "StorageConnector":{
1037
1307
  "type":"structure",
1038
1308
  "required":["ConnectorType"],
@@ -61,6 +61,21 @@
61
61
  {"shape":"AccountLimitExceededException"}
62
62
  ]
63
63
  },
64
+ "CreateWebhook":{
65
+ "name":"CreateWebhook",
66
+ "http":{
67
+ "method":"POST",
68
+ "requestUri":"/"
69
+ },
70
+ "input":{"shape":"CreateWebhookInput"},
71
+ "output":{"shape":"CreateWebhookOutput"},
72
+ "errors":[
73
+ {"shape":"InvalidInputException"},
74
+ {"shape":"OAuthProviderException"},
75
+ {"shape":"ResourceAlreadyExistsException"},
76
+ {"shape":"ResourceNotFoundException"}
77
+ ]
78
+ },
64
79
  "DeleteProject":{
65
80
  "name":"DeleteProject",
66
81
  "http":{
@@ -73,6 +88,20 @@
73
88
  {"shape":"InvalidInputException"}
74
89
  ]
75
90
  },
91
+ "DeleteWebhook":{
92
+ "name":"DeleteWebhook",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"DeleteWebhookInput"},
98
+ "output":{"shape":"DeleteWebhookOutput"},
99
+ "errors":[
100
+ {"shape":"InvalidInputException"},
101
+ {"shape":"ResourceNotFoundException"},
102
+ {"shape":"OAuthProviderException"}
103
+ ]
104
+ },
76
105
  "ListBuilds":{
77
106
  "name":"ListBuilds",
78
107
  "http":{
@@ -346,6 +375,19 @@
346
375
  "project":{"shape":"Project"}
347
376
  }
348
377
  },
378
+ "CreateWebhookInput":{
379
+ "type":"structure",
380
+ "required":["projectName"],
381
+ "members":{
382
+ "projectName":{"shape":"ProjectName"}
383
+ }
384
+ },
385
+ "CreateWebhookOutput":{
386
+ "type":"structure",
387
+ "members":{
388
+ "webhook":{"shape":"Webhook"}
389
+ }
390
+ },
349
391
  "DeleteProjectInput":{
350
392
  "type":"structure",
351
393
  "required":["name"],
@@ -358,6 +400,18 @@
358
400
  "members":{
359
401
  }
360
402
  },
403
+ "DeleteWebhookInput":{
404
+ "type":"structure",
405
+ "required":["projectName"],
406
+ "members":{
407
+ "projectName":{"shape":"ProjectName"}
408
+ }
409
+ },
410
+ "DeleteWebhookOutput":{
411
+ "type":"structure",
412
+ "members":{
413
+ }
414
+ },
361
415
  "EnvironmentImage":{
362
416
  "type":"structure",
363
417
  "members":{
@@ -512,6 +566,12 @@
512
566
  "type":"string",
513
567
  "min":1
514
568
  },
569
+ "OAuthProviderException":{
570
+ "type":"structure",
571
+ "members":{
572
+ },
573
+ "exception":true
574
+ },
515
575
  "PhaseContext":{
516
576
  "type":"structure",
517
577
  "members":{
@@ -545,7 +605,8 @@
545
605
  "encryptionKey":{"shape":"NonEmptyString"},
546
606
  "tags":{"shape":"TagList"},
547
607
  "created":{"shape":"Timestamp"},
548
- "lastModified":{"shape":"Timestamp"}
608
+ "lastModified":{"shape":"Timestamp"},
609
+ "webhook":{"shape":"Webhook"}
549
610
  }
550
611
  },
551
612
  "ProjectArtifacts":{
@@ -744,6 +805,12 @@
744
805
  "min":1,
745
806
  "pattern":"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=@+\\\\-]*)$"
746
807
  },
808
+ "Webhook":{
809
+ "type":"structure",
810
+ "members":{
811
+ "url":{"shape":"NonEmptyString"}
812
+ }
813
+ },
747
814
  "WrapperBoolean":{"type":"boolean"},
748
815
  "WrapperInt":{"type":"integer"},
749
816
  "WrapperLong":{"type":"long"}
@@ -629,7 +629,7 @@
629
629
  "type":"structure",
630
630
  "members":{
631
631
  "WorkerId":{"shape":"CustomerId"},
632
- "BonusAmount":{"shape":"NumericValue"},
632
+ "BonusAmount":{"shape":"CurrencyAmount"},
633
633
  "AssignmentId":{"shape":"EntityId"},
634
634
  "Reason":{"shape":"String"},
635
635
  "GrantTime":{"shape":"Timestamp"}
@@ -662,7 +662,10 @@
662
662
  },
663
663
  "CreateAdditionalAssignmentsForHITRequest":{
664
664
  "type":"structure",
665
- "required":["HITId"],
665
+ "required":[
666
+ "HITId",
667
+ "NumberOfAdditionalAssignments"
668
+ ],
666
669
  "members":{
667
670
  "HITId":{"shape":"EntityId"},
668
671
  "NumberOfAdditionalAssignments":{"shape":"Integer"},
@@ -688,7 +691,7 @@
688
691
  "AutoApprovalDelayInSeconds":{"shape":"Long"},
689
692
  "LifetimeInSeconds":{"shape":"Long"},
690
693
  "AssignmentDurationInSeconds":{"shape":"Long"},
691
- "Reward":{"shape":"NumericValue"},
694
+ "Reward":{"shape":"CurrencyAmount"},
692
695
  "Title":{"shape":"String"},
693
696
  "Keywords":{"shape":"String"},
694
697
  "Description":{"shape":"String"},
@@ -719,7 +722,7 @@
719
722
  "members":{
720
723
  "AutoApprovalDelayInSeconds":{"shape":"Long"},
721
724
  "AssignmentDurationInSeconds":{"shape":"Long"},
722
- "Reward":{"shape":"NumericValue"},
725
+ "Reward":{"shape":"CurrencyAmount"},
723
726
  "Title":{"shape":"String"},
724
727
  "Keywords":{"shape":"String"},
725
728
  "Description":{"shape":"String"},
@@ -799,6 +802,10 @@
799
802
  "members":{
800
803
  }
801
804
  },
805
+ "CurrencyAmount":{
806
+ "type":"string",
807
+ "pattern":"^[0-9]+(\\.)?[0-9]{0,2}$"
808
+ },
802
809
  "CustomerId":{
803
810
  "type":"string",
804
811
  "max":64,
@@ -899,8 +906,8 @@
899
906
  "GetAccountBalanceResponse":{
900
907
  "type":"structure",
901
908
  "members":{
902
- "AvailableBalance":{"shape":"NumericValue"},
903
- "OnHoldBalance":{"shape":"NumericValue"}
909
+ "AvailableBalance":{"shape":"CurrencyAmount"},
910
+ "OnHoldBalance":{"shape":"CurrencyAmount"}
904
911
  }
905
912
  },
906
913
  "GetAssignmentRequest":{
@@ -991,7 +998,7 @@
991
998
  "Keywords":{"shape":"String"},
992
999
  "HITStatus":{"shape":"HITStatus"},
993
1000
  "MaxAssignments":{"shape":"Integer"},
994
- "Reward":{"shape":"NumericValue"},
1001
+ "Reward":{"shape":"CurrencyAmount"},
995
1002
  "AutoApprovalDelayInSeconds":{"shape":"Long"},
996
1003
  "Expiration":{"shape":"Timestamp"},
997
1004
  "AssignmentDurationInSeconds":{"shape":"Long"},
@@ -1005,6 +1012,10 @@
1005
1012
  },
1006
1013
  "HITLayoutParameter":{
1007
1014
  "type":"structure",
1015
+ "required":[
1016
+ "Name",
1017
+ "Value"
1018
+ ],
1008
1019
  "members":{
1009
1020
  "Name":{"shape":"String"},
1010
1021
  "Value":{"shape":"String"}
@@ -1239,7 +1250,9 @@
1239
1250
  "type":"structure",
1240
1251
  "required":[
1241
1252
  "Destination",
1242
- "Transport"
1253
+ "Transport",
1254
+ "Version",
1255
+ "EventTypes"
1243
1256
  ],
1244
1257
  "members":{
1245
1258
  "Destination":{"shape":"String"},
@@ -1252,7 +1265,8 @@
1252
1265
  "type":"string",
1253
1266
  "enum":[
1254
1267
  "Email",
1255
- "SQS"
1268
+ "SQS",
1269
+ "SNS"
1256
1270
  ]
1257
1271
  },
1258
1272
  "NotifyWorkersFailureCode":{
@@ -1293,10 +1307,6 @@
1293
1307
  "NotifyWorkersFailureStatuses":{"shape":"NotifyWorkersFailureStatusList"}
1294
1308
  }
1295
1309
  },
1296
- "NumericValue":{
1297
- "type":"string",
1298
- "pattern":"^[0-9]+(\\.)?[0-9]*$"
1299
- },
1300
1310
  "PaginationToken":{
1301
1311
  "type":"string",
1302
1312
  "max":255,
@@ -1411,7 +1421,10 @@
1411
1421
  },
1412
1422
  "RejectAssignmentRequest":{
1413
1423
  "type":"structure",
1414
- "required":["AssignmentId"],
1424
+ "required":[
1425
+ "AssignmentId",
1426
+ "RequesterFeedback"
1427
+ ],
1415
1428
  "members":{
1416
1429
  "AssignmentId":{"shape":"EntityId"},
1417
1430
  "RequesterFeedback":{"shape":"String"}
@@ -1476,6 +1489,7 @@
1476
1489
  },
1477
1490
  "ReviewPolicy":{
1478
1491
  "type":"structure",
1492
+ "required":["PolicyName"],
1479
1493
  "members":{
1480
1494
  "PolicyName":{"shape":"String"},
1481
1495
  "Parameters":{"shape":"PolicyParameterList"}
@@ -1526,11 +1540,12 @@
1526
1540
  "required":[
1527
1541
  "WorkerId",
1528
1542
  "BonusAmount",
1529
- "AssignmentId"
1543
+ "AssignmentId",
1544
+ "Reason"
1530
1545
  ],
1531
1546
  "members":{
1532
1547
  "WorkerId":{"shape":"CustomerId"},
1533
- "BonusAmount":{"shape":"NumericValue"},
1548
+ "BonusAmount":{"shape":"CurrencyAmount"},
1534
1549
  "AssignmentId":{"shape":"EntityId"},
1535
1550
  "Reason":{"shape":"String"},
1536
1551
  "UniqueRequestToken":{"shape":"IdempotencyToken"}
@@ -1575,7 +1590,10 @@
1575
1590
  "TurkErrorCode":{"type":"string"},
1576
1591
  "UpdateExpirationForHITRequest":{
1577
1592
  "type":"structure",
1578
- "required":["HITId"],
1593
+ "required":[
1594
+ "HITId",
1595
+ "ExpireAt"
1596
+ ],
1579
1597
  "members":{
1580
1598
  "HITId":{"shape":"EntityId"},
1581
1599
  "ExpireAt":{"shape":"Timestamp"}
@@ -1310,6 +1310,10 @@
1310
1310
  },
1311
1311
  "HandshakeParty":{
1312
1312
  "type":"structure",
1313
+ "required":[
1314
+ "Id",
1315
+ "Type"
1316
+ ],
1313
1317
  "members":{
1314
1318
  "Id":{"shape":"HandshakePartyId"},
1315
1319
  "Type":{"shape":"HandshakePartyType"}
@@ -2913,6 +2913,25 @@
2913
2913
  "max":30,
2914
2914
  "min":10
2915
2915
  },
2916
+ "ResettableElementName":{
2917
+ "type":"string",
2918
+ "enum":[
2919
+ "FullyQualifiedDomainName",
2920
+ "Regions",
2921
+ "ResourcePath",
2922
+ "ChildHealthChecks"
2923
+ ],
2924
+ "max":64,
2925
+ "min":1
2926
+ },
2927
+ "ResettableElementNameList":{
2928
+ "type":"list",
2929
+ "member":{
2930
+ "shape":"ResettableElementName",
2931
+ "locationName":"ResettableElementName"
2932
+ },
2933
+ "max":64
2934
+ },
2916
2935
  "ResourceDescription":{
2917
2936
  "type":"string",
2918
2937
  "max":256
@@ -3382,7 +3401,8 @@
3382
3401
  "EnableSNI":{"shape":"EnableSNI"},
3383
3402
  "Regions":{"shape":"HealthCheckRegionList"},
3384
3403
  "AlarmIdentifier":{"shape":"AlarmIdentifier"},
3385
- "InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"}
3404
+ "InsufficientDataHealthStatus":{"shape":"InsufficientDataHealthStatus"},
3405
+ "ResetElements":{"shape":"ResettableElementNameList"}
3386
3406
  }
3387
3407
  },
3388
3408
  "UpdateHealthCheckResponse":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.54'
2
+ VERSION = '2.10.55'
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.10.54
4
+ version: 2.10.55
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-09-27 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath