aws-sdk-core 2.11.313 → 2.11.323

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigatewayv2/2018-11-29/api-2.json +12 -0
  3. data/apis/batch/2016-08-10/api-2.json +35 -2
  4. data/apis/batch/2016-08-10/paginators-1.json +24 -0
  5. data/apis/ce/2017-10-25/api-2.json +152 -1
  6. data/apis/codecommit/2015-04-13/api-2.json +13 -0
  7. data/apis/comprehend/2017-11-27/api-2.json +11 -1
  8. data/apis/config/2014-11-12/api-2.json +14 -4
  9. data/apis/dms/2016-01-01/api-2.json +11 -3
  10. data/apis/ec2/2016-11-15/api-2.json +103 -3
  11. data/apis/ecr/2015-09-21/api-2.json +59 -4
  12. data/apis/ecs/2014-11-13/api-2.json +21 -3
  13. data/apis/es/2015-01-01/api-2.json +16 -0
  14. data/apis/glue/2017-03-31/api-2.json +91 -6
  15. data/apis/glue/2017-03-31/paginators-1.json +6 -0
  16. data/apis/greengrass/2017-06-07/api-2.json +105 -102
  17. data/apis/iam/2010-05-08/api-2.json +1 -4
  18. data/apis/iotevents/2018-07-27/api-2.json +43 -2
  19. data/apis/logs/2014-03-28/api-2.json +15 -3
  20. data/apis/mediaconnect/2018-11-14/api-2.json +26 -3
  21. data/apis/mediaconvert/2017-08-29/api-2.json +194 -15
  22. data/apis/medialive/2017-10-14/api-2.json +186 -20
  23. data/apis/mq/2017-11-27/api-2.json +40 -0
  24. data/apis/pinpoint/2016-12-01/api-2.json +7307 -5869
  25. data/apis/robomaker/2018-06-29/api-2.json +12 -5
  26. data/apis/secretsmanager/2017-10-17/api-2.json +14 -6
  27. data/apis/shield/2016-06-02/api-2.json +3 -1
  28. data/apis/ssm/2014-11-06/api-2.json +7 -4
  29. data/apis/sts/2011-06-15/api-2.json +25 -0
  30. data/endpoints.json +126 -0
  31. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +3 -1
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. metadata +2 -2
@@ -822,6 +822,37 @@
822
822
  {"shape":"OperationTimeoutException"}
823
823
  ]
824
824
  },
825
+ "GetJobBookmark":{
826
+ "name":"GetJobBookmark",
827
+ "http":{
828
+ "method":"POST",
829
+ "requestUri":"/"
830
+ },
831
+ "input":{"shape":"GetJobBookmarkRequest"},
832
+ "output":{"shape":"GetJobBookmarkResponse"},
833
+ "errors":[
834
+ {"shape":"EntityNotFoundException"},
835
+ {"shape":"InvalidInputException"},
836
+ {"shape":"InternalServiceException"},
837
+ {"shape":"OperationTimeoutException"},
838
+ {"shape":"ValidationException"}
839
+ ]
840
+ },
841
+ "GetJobBookmarks":{
842
+ "name":"GetJobBookmarks",
843
+ "http":{
844
+ "method":"POST",
845
+ "requestUri":"/"
846
+ },
847
+ "input":{"shape":"GetJobBookmarksRequest"},
848
+ "output":{"shape":"GetJobBookmarksResponse"},
849
+ "errors":[
850
+ {"shape":"InvalidInputException"},
851
+ {"shape":"EntityNotFoundException"},
852
+ {"shape":"InternalServiceException"},
853
+ {"shape":"OperationTimeoutException"}
854
+ ]
855
+ },
825
856
  "GetJobRun":{
826
857
  "name":"GetJobRun",
827
858
  "http":{
@@ -2472,6 +2503,8 @@
2472
2503
  "PublicKey":{"shape":"GenericString"},
2473
2504
  "PublicKeys":{"shape":"PublicKeysList"},
2474
2505
  "NumberOfNodes":{"shape":"IntegerValue"},
2506
+ "WorkerType":{"shape":"WorkerType"},
2507
+ "NumberOfWorkers":{"shape":"NullableInteger"},
2475
2508
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
2476
2509
  "ExtraJarsS3Path":{"shape":"GenericString"},
2477
2510
  "SecurityConfiguration":{"shape":"NameString"},
@@ -2490,6 +2523,8 @@
2490
2523
  "YarnEndpointAddress":{"shape":"GenericString"},
2491
2524
  "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
2492
2525
  "NumberOfNodes":{"shape":"IntegerValue"},
2526
+ "WorkerType":{"shape":"WorkerType"},
2527
+ "NumberOfWorkers":{"shape":"NullableInteger"},
2493
2528
  "AvailabilityZone":{"shape":"GenericString"},
2494
2529
  "VpcId":{"shape":"GenericString"},
2495
2530
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
@@ -2541,8 +2576,9 @@
2541
2576
  "SecurityConfiguration":{"shape":"NameString"},
2542
2577
  "Tags":{"shape":"TagsMap"},
2543
2578
  "NotificationProperty":{"shape":"NotificationProperty"},
2579
+ "GlueVersion":{"shape":"GlueVersionString"},
2544
2580
  "NumberOfWorkers":{"shape":"NullableInteger"},
2545
- "WorkerType":{"shape":"NameString"}
2581
+ "WorkerType":{"shape":"WorkerType"}
2546
2582
  }
2547
2583
  },
2548
2584
  "CreateJobResponse":{
@@ -3023,6 +3059,8 @@
3023
3059
  "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
3024
3060
  "PublicAddress":{"shape":"GenericString"},
3025
3061
  "Status":{"shape":"GenericString"},
3062
+ "WorkerType":{"shape":"WorkerType"},
3063
+ "NumberOfWorkers":{"shape":"NullableInteger"},
3026
3064
  "NumberOfNodes":{"shape":"IntegerValue"},
3027
3065
  "AvailabilityZone":{"shape":"GenericString"},
3028
3066
  "VpcId":{"shape":"GenericString"},
@@ -3351,6 +3389,36 @@
3351
3389
  "NextToken":{"shape":"GenericString"}
3352
3390
  }
3353
3391
  },
3392
+ "GetJobBookmarkRequest":{
3393
+ "type":"structure",
3394
+ "required":["JobName"],
3395
+ "members":{
3396
+ "JobName":{"shape":"JobName"},
3397
+ "RunId":{"shape":"RunId"}
3398
+ }
3399
+ },
3400
+ "GetJobBookmarkResponse":{
3401
+ "type":"structure",
3402
+ "members":{
3403
+ "JobBookmarkEntry":{"shape":"JobBookmarkEntry"}
3404
+ }
3405
+ },
3406
+ "GetJobBookmarksRequest":{
3407
+ "type":"structure",
3408
+ "required":["JobName"],
3409
+ "members":{
3410
+ "JobName":{"shape":"JobName"},
3411
+ "MaxResults":{"shape":"IntegerValue"},
3412
+ "NextToken":{"shape":"IntegerValue"}
3413
+ }
3414
+ },
3415
+ "GetJobBookmarksResponse":{
3416
+ "type":"structure",
3417
+ "members":{
3418
+ "JobBookmarkEntries":{"shape":"JobBookmarkEntryList"},
3419
+ "NextToken":{"shape":"IntegerValue"}
3420
+ }
3421
+ },
3354
3422
  "GetJobRequest":{
3355
3423
  "type":"structure",
3356
3424
  "required":["JobName"],
@@ -3772,6 +3840,12 @@
3772
3840
  "min":1,
3773
3841
  "pattern":"arn:aws:glue:.*"
3774
3842
  },
3843
+ "GlueVersionString":{
3844
+ "type":"string",
3845
+ "max":255,
3846
+ "min":1,
3847
+ "pattern":"^\\w+\\.\\w+$"
3848
+ },
3775
3849
  "GrokClassifier":{
3776
3850
  "type":"structure",
3777
3851
  "required":[
@@ -3883,7 +3957,8 @@
3883
3957
  "WorkerType":{"shape":"WorkerType"},
3884
3958
  "NumberOfWorkers":{"shape":"NullableInteger"},
3885
3959
  "SecurityConfiguration":{"shape":"NameString"},
3886
- "NotificationProperty":{"shape":"NotificationProperty"}
3960
+ "NotificationProperty":{"shape":"NotificationProperty"},
3961
+ "GlueVersion":{"shape":"GlueVersionString"}
3887
3962
  }
3888
3963
  },
3889
3964
  "JobBookmarkEntry":{
@@ -3893,9 +3968,15 @@
3893
3968
  "Version":{"shape":"IntegerValue"},
3894
3969
  "Run":{"shape":"IntegerValue"},
3895
3970
  "Attempt":{"shape":"IntegerValue"},
3971
+ "PreviousRunId":{"shape":"RunId"},
3972
+ "RunId":{"shape":"RunId"},
3896
3973
  "JobBookmark":{"shape":"JsonValue"}
3897
3974
  }
3898
3975
  },
3976
+ "JobBookmarkEntryList":{
3977
+ "type":"list",
3978
+ "member":{"shape":"JobBookmarkEntry"}
3979
+ },
3899
3980
  "JobBookmarksEncryption":{
3900
3981
  "type":"structure",
3901
3982
  "members":{
@@ -3960,7 +4041,8 @@
3960
4041
  "NumberOfWorkers":{"shape":"NullableInteger"},
3961
4042
  "SecurityConfiguration":{"shape":"NameString"},
3962
4043
  "LogGroupName":{"shape":"GenericString"},
3963
- "NotificationProperty":{"shape":"NotificationProperty"}
4044
+ "NotificationProperty":{"shape":"NotificationProperty"},
4045
+ "GlueVersion":{"shape":"GlueVersionString"}
3964
4046
  }
3965
4047
  },
3966
4048
  "JobRunList":{
@@ -4000,7 +4082,8 @@
4000
4082
  "WorkerType":{"shape":"WorkerType"},
4001
4083
  "NumberOfWorkers":{"shape":"NullableInteger"},
4002
4084
  "SecurityConfiguration":{"shape":"NameString"},
4003
- "NotificationProperty":{"shape":"NotificationProperty"}
4085
+ "NotificationProperty":{"shape":"NotificationProperty"},
4086
+ "GlueVersion":{"shape":"GlueVersionString"}
4004
4087
  }
4005
4088
  },
4006
4089
  "JsonClassifier":{
@@ -4482,7 +4565,8 @@
4482
4565
  "type":"structure",
4483
4566
  "required":["JobName"],
4484
4567
  "members":{
4485
- "JobName":{"shape":"JobName"}
4568
+ "JobName":{"shape":"JobName"},
4569
+ "RunId":{"shape":"RunId"}
4486
4570
  }
4487
4571
  },
4488
4572
  "ResetJobBookmarkResponse":{
@@ -4526,6 +4610,7 @@
4526
4610
  },
4527
4611
  "RoleString":{"type":"string"},
4528
4612
  "RowTag":{"type":"string"},
4613
+ "RunId":{"type":"string"},
4529
4614
  "S3Encryption":{
4530
4615
  "type":"structure",
4531
4616
  "members":{
@@ -4687,7 +4772,7 @@
4687
4772
  "MaxCapacity":{"shape":"NullableDouble"},
4688
4773
  "SecurityConfiguration":{"shape":"NameString"},
4689
4774
  "NotificationProperty":{"shape":"NotificationProperty"},
4690
- "WorkerType":{"shape":"NameString"},
4775
+ "WorkerType":{"shape":"WorkerType"},
4691
4776
  "NumberOfWorkers":{"shape":"NullableInteger"}
4692
4777
  }
4693
4778
  },
@@ -30,6 +30,12 @@
30
30
  "limit_key": "MaxResults",
31
31
  "output_token": "NextToken"
32
32
  },
33
+ "GetJobBookmarks": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "JobBookmarkEntries"
38
+ },
33
39
  "GetJobRuns": {
34
40
  "input_token": "NextToken",
35
41
  "limit_key": "MaxResults",
@@ -376,20 +376,6 @@
376
376
  "shape" : "BadRequestException"
377
377
  } ]
378
378
  },
379
- "TagResource" : {
380
- "name" : "TagResource",
381
- "http" : {
382
- "method" : "POST",
383
- "requestUri" : "/tags/{resource-arn}",
384
- "responseCode" : 204
385
- },
386
- "input" : {
387
- "shape" : "TagResourceRequest"
388
- },
389
- "errors" : [ {
390
- "shape" : "BadRequestException"
391
- } ]
392
- },
393
379
  "DeleteConnectorDefinition" : {
394
380
  "name" : "DeleteConnectorDefinition",
395
381
  "http" : {
@@ -526,20 +512,6 @@
526
512
  "shape" : "BadRequestException"
527
513
  } ]
528
514
  },
529
- "UntagResource" : {
530
- "name" : "UntagResource",
531
- "http" : {
532
- "method" : "DELETE",
533
- "requestUri" : "/tags/{resource-arn}",
534
- "responseCode" : 204
535
- },
536
- "input" : {
537
- "shape" : "UntagResourceRequest"
538
- },
539
- "errors" : [ {
540
- "shape" : "BadRequestException"
541
- } ]
542
- },
543
515
  "DisassociateRoleFromGroup" : {
544
516
  "name" : "DisassociateRoleFromGroup",
545
517
  "http" : {
@@ -1369,6 +1341,34 @@
1369
1341
  "shape" : "BadRequestException"
1370
1342
  } ]
1371
1343
  },
1344
+ "TagResource" : {
1345
+ "name" : "TagResource",
1346
+ "http" : {
1347
+ "method" : "POST",
1348
+ "requestUri" : "/tags/{resource-arn}",
1349
+ "responseCode" : 204
1350
+ },
1351
+ "input" : {
1352
+ "shape" : "TagResourceRequest"
1353
+ },
1354
+ "errors" : [ {
1355
+ "shape" : "BadRequestException"
1356
+ } ]
1357
+ },
1358
+ "UntagResource" : {
1359
+ "name" : "UntagResource",
1360
+ "http" : {
1361
+ "method" : "DELETE",
1362
+ "requestUri" : "/tags/{resource-arn}",
1363
+ "responseCode" : 204
1364
+ },
1365
+ "input" : {
1366
+ "shape" : "UntagResourceRequest"
1367
+ },
1368
+ "errors" : [ {
1369
+ "shape" : "BadRequestException"
1370
+ } ]
1371
+ },
1372
1372
  "UpdateConnectivityInfo" : {
1373
1373
  "name" : "UpdateConnectivityInfo",
1374
1374
  "http" : {
@@ -1557,7 +1557,7 @@
1557
1557
  "shape" : "__string"
1558
1558
  }
1559
1559
  },
1560
- "required" : [ "GroupId" ]
1560
+ "required" : [ "GroupId", "RoleArn" ]
1561
1561
  },
1562
1562
  "AssociateRoleToGroupResponse" : {
1563
1563
  "type" : "structure",
@@ -1573,7 +1573,8 @@
1573
1573
  "RoleArn" : {
1574
1574
  "shape" : "__string"
1575
1575
  }
1576
- }
1576
+ },
1577
+ "required" : [ "RoleArn" ]
1577
1578
  },
1578
1579
  "AssociateServiceRoleToAccountResponse" : {
1579
1580
  "type" : "structure",
@@ -1701,7 +1702,7 @@
1701
1702
  "shape" : "__mapOf__string"
1702
1703
  }
1703
1704
  },
1704
- "required" : [ ]
1705
+ "required" : [ "ConnectorArn", "Id" ]
1705
1706
  },
1706
1707
  "ConnectorDefinitionVersion" : {
1707
1708
  "type" : "structure",
@@ -1727,7 +1728,7 @@
1727
1728
  "shape" : "__string"
1728
1729
  }
1729
1730
  },
1730
- "required" : [ ]
1731
+ "required" : [ "ThingArn", "Id", "CertificateArn" ]
1731
1732
  },
1732
1733
  "CoreDefinitionVersion" : {
1733
1734
  "type" : "structure",
@@ -1751,8 +1752,8 @@
1751
1752
  "Name" : {
1752
1753
  "shape" : "__string"
1753
1754
  },
1754
- "tags": {
1755
- "shape": "Tags"
1755
+ "tags" : {
1756
+ "shape" : "Tags"
1756
1757
  }
1757
1758
  }
1758
1759
  },
@@ -1832,8 +1833,8 @@
1832
1833
  "Name" : {
1833
1834
  "shape" : "__string"
1834
1835
  },
1835
- "tags": {
1836
- "shape": "Tags"
1836
+ "tags" : {
1837
+ "shape" : "Tags"
1837
1838
  }
1838
1839
  }
1839
1840
  },
@@ -1922,7 +1923,7 @@
1922
1923
  "shape" : "__string"
1923
1924
  }
1924
1925
  },
1925
- "required" : [ "GroupId" ]
1926
+ "required" : [ "GroupId", "DeploymentType" ]
1926
1927
  },
1927
1928
  "CreateDeploymentResponse" : {
1928
1929
  "type" : "structure",
@@ -1949,8 +1950,8 @@
1949
1950
  "Name" : {
1950
1951
  "shape" : "__string"
1951
1952
  },
1952
- "tags": {
1953
- "shape": "Tags"
1953
+ "tags" : {
1954
+ "shape" : "Tags"
1954
1955
  }
1955
1956
  }
1956
1957
  },
@@ -2030,8 +2031,8 @@
2030
2031
  "Name" : {
2031
2032
  "shape" : "__string"
2032
2033
  },
2033
- "tags": {
2034
- "shape": "Tags"
2034
+ "tags" : {
2035
+ "shape" : "Tags"
2035
2036
  }
2036
2037
  }
2037
2038
  },
@@ -2138,8 +2139,8 @@
2138
2139
  "Name" : {
2139
2140
  "shape" : "__string"
2140
2141
  },
2141
- "tags": {
2142
- "shape": "Tags"
2142
+ "tags" : {
2143
+ "shape" : "Tags"
2143
2144
  }
2144
2145
  }
2145
2146
  },
@@ -2237,8 +2238,8 @@
2237
2238
  "Name" : {
2238
2239
  "shape" : "__string"
2239
2240
  },
2240
- "tags": {
2241
- "shape": "Tags"
2241
+ "tags" : {
2242
+ "shape" : "Tags"
2242
2243
  }
2243
2244
  }
2244
2245
  },
@@ -2318,8 +2319,8 @@
2318
2319
  "Name" : {
2319
2320
  "shape" : "__string"
2320
2321
  },
2321
- "tags": {
2322
- "shape": "Tags"
2322
+ "tags" : {
2323
+ "shape" : "Tags"
2323
2324
  }
2324
2325
  }
2325
2326
  },
@@ -2411,7 +2412,8 @@
2411
2412
  "UpdateTargetsOperatingSystem" : {
2412
2413
  "shape" : "UpdateTargetsOperatingSystem"
2413
2414
  }
2414
- }
2415
+ },
2416
+ "required" : [ "S3UrlSignerRole", "UpdateTargetsArchitecture", "SoftwareToUpdate", "UpdateTargets", "UpdateTargetsOperatingSystem" ]
2415
2417
  },
2416
2418
  "CreateSoftwareUpdateJobResponse" : {
2417
2419
  "type" : "structure",
@@ -2438,8 +2440,8 @@
2438
2440
  "Name" : {
2439
2441
  "shape" : "__string"
2440
2442
  },
2441
- "tags": {
2442
- "shape": "Tags"
2443
+ "tags" : {
2444
+ "shape" : "Tags"
2443
2445
  }
2444
2446
  }
2445
2447
  },
@@ -2505,20 +2507,6 @@
2505
2507
  }
2506
2508
  }
2507
2509
  },
2508
- "TagResourceRequest" : {
2509
- "type" : "structure",
2510
- "members" : {
2511
- "ResourceArn" : {
2512
- "shape" : "__string",
2513
- "location" : "uri",
2514
- "locationName" : "resource-arn"
2515
- },
2516
- "tags" : {
2517
- "shape" : "__mapOf__string"
2518
- }
2519
- },
2520
- "required" : [ "ResourceArn", "tags" ]
2521
- },
2522
2510
  "DefinitionInformation" : {
2523
2511
  "type" : "structure",
2524
2512
  "members" : {
@@ -2669,22 +2657,6 @@
2669
2657
  "type" : "structure",
2670
2658
  "members" : { }
2671
2659
  },
2672
- "UntagResourceRequest" : {
2673
- "type" : "structure",
2674
- "members" : {
2675
- "ResourceArn" : {
2676
- "shape" : "__string",
2677
- "location" : "uri",
2678
- "locationName" : "resource-arn"
2679
- },
2680
- "TagKeys" : {
2681
- "shape" : "__listOf__string",
2682
- "location" : "querystring",
2683
- "locationName" : "tagKeys"
2684
- }
2685
- },
2686
- "required" : [ "TagKeys", "ResourceArn" ]
2687
- },
2688
2660
  "Deployment" : {
2689
2661
  "type" : "structure",
2690
2662
  "members" : {
@@ -2731,7 +2703,7 @@
2731
2703
  "shape" : "__string"
2732
2704
  }
2733
2705
  },
2734
- "required" : [ ]
2706
+ "required" : [ "ThingArn", "Id", "CertificateArn" ]
2735
2707
  },
2736
2708
  "DeviceDefinitionVersion" : {
2737
2709
  "type" : "structure",
@@ -2810,7 +2782,7 @@
2810
2782
  "shape" : "__string"
2811
2783
  }
2812
2784
  },
2813
- "required" : [ ]
2785
+ "required" : [ "Id" ]
2814
2786
  },
2815
2787
  "FunctionConfiguration" : {
2816
2788
  "type" : "structure",
@@ -2974,7 +2946,7 @@
2974
2946
  "shape" : "__string"
2975
2947
  },
2976
2948
  "tags" : {
2977
- "shape" : "__mapOf__string"
2949
+ "shape" : "Tags"
2978
2950
  }
2979
2951
  }
2980
2952
  },
@@ -3037,7 +3009,7 @@
3037
3009
  "shape" : "__string"
3038
3010
  },
3039
3011
  "tags" : {
3040
- "shape" : "__mapOf__string"
3012
+ "shape" : "Tags"
3041
3013
  }
3042
3014
  }
3043
3015
  },
@@ -3121,7 +3093,7 @@
3121
3093
  "shape" : "__string"
3122
3094
  },
3123
3095
  "tags" : {
3124
- "shape" : "__mapOf__string"
3096
+ "shape" : "Tags"
3125
3097
  }
3126
3098
  }
3127
3099
  },
@@ -3236,7 +3208,7 @@
3236
3208
  "shape" : "__string"
3237
3209
  },
3238
3210
  "tags" : {
3239
- "shape" : "__mapOf__string"
3211
+ "shape" : "Tags"
3240
3212
  }
3241
3213
  }
3242
3214
  },
@@ -3320,7 +3292,7 @@
3320
3292
  "shape" : "__string"
3321
3293
  },
3322
3294
  "tags" : {
3323
- "shape" : "__mapOf__string"
3295
+ "shape" : "Tags"
3324
3296
  }
3325
3297
  }
3326
3298
  },
@@ -3459,7 +3431,7 @@
3459
3431
  "shape" : "__string"
3460
3432
  },
3461
3433
  "tags" : {
3462
- "shape" : "__mapOf__string"
3434
+ "shape" : "Tags"
3463
3435
  }
3464
3436
  }
3465
3437
  },
@@ -3535,7 +3507,7 @@
3535
3507
  "shape" : "__string"
3536
3508
  },
3537
3509
  "tags" : {
3538
- "shape" : "__mapOf__string"
3510
+ "shape" : "Tags"
3539
3511
  }
3540
3512
  }
3541
3513
  },
@@ -3616,7 +3588,7 @@
3616
3588
  "shape" : "__string"
3617
3589
  },
3618
3590
  "tags" : {
3619
- "shape" : "__mapOf__string"
3591
+ "shape" : "Tags"
3620
3592
  }
3621
3593
  }
3622
3594
  },
@@ -3707,7 +3679,7 @@
3707
3679
  "shape" : "__string"
3708
3680
  },
3709
3681
  "tags" : {
3710
- "shape" : "__mapOf__string"
3682
+ "shape" : "Tags"
3711
3683
  }
3712
3684
  }
3713
3685
  },
@@ -4456,8 +4428,8 @@
4456
4428
  "ListTagsForResourceResponse" : {
4457
4429
  "type" : "structure",
4458
4430
  "members" : {
4459
- "Tags" : {
4460
- "shape" : "__mapOf__string"
4431
+ "tags" : {
4432
+ "shape" : "Tags"
4461
4433
  }
4462
4434
  }
4463
4435
  },
@@ -4516,7 +4488,7 @@
4516
4488
  "shape" : "LoggerType"
4517
4489
  }
4518
4490
  },
4519
- "required" : [ ]
4491
+ "required" : [ "Type", "Level", "Id", "Component" ]
4520
4492
  },
4521
4493
  "LoggerComponent" : {
4522
4494
  "type" : "string",
@@ -4585,7 +4557,7 @@
4585
4557
  "shape" : "ResourceDataContainer"
4586
4558
  }
4587
4559
  },
4588
- "required" : [ ]
4560
+ "required" : [ "ResourceDataContainer", "Id", "Name" ]
4589
4561
  },
4590
4562
  "ResourceAccessPolicy" : {
4591
4563
  "type" : "structure",
@@ -4597,7 +4569,7 @@
4597
4569
  "shape" : "__string"
4598
4570
  }
4599
4571
  },
4600
- "required" : [ ]
4572
+ "required" : [ "ResourceId" ]
4601
4573
  },
4602
4574
  "ResourceDataContainer" : {
4603
4575
  "type" : "structure",
@@ -4681,10 +4653,11 @@
4681
4653
  "InputFileUri" : {
4682
4654
  "shape" : "__string"
4683
4655
  },
4684
- "tags": {
4685
- "shape": "Tags"
4656
+ "tags" : {
4657
+ "shape" : "Tags"
4686
4658
  }
4687
- }
4659
+ },
4660
+ "required" : [ "ExecutionRoleArn", "InputFileUri" ]
4688
4661
  },
4689
4662
  "StartBulkDeploymentResponse" : {
4690
4663
  "type" : "structure",
@@ -4728,7 +4701,7 @@
4728
4701
  "shape" : "__string"
4729
4702
  }
4730
4703
  },
4731
- "required" : [ ]
4704
+ "required" : [ "Target", "Id", "Subject", "Source" ]
4732
4705
  },
4733
4706
  "SubscriptionDefinitionVersion" : {
4734
4707
  "type" : "structure",
@@ -4738,6 +4711,20 @@
4738
4711
  }
4739
4712
  }
4740
4713
  },
4714
+ "TagResourceRequest" : {
4715
+ "type" : "structure",
4716
+ "members" : {
4717
+ "ResourceArn" : {
4718
+ "shape" : "__string",
4719
+ "location" : "uri",
4720
+ "locationName" : "resource-arn"
4721
+ },
4722
+ "tags" : {
4723
+ "shape" : "Tags"
4724
+ }
4725
+ },
4726
+ "required" : [ "ResourceArn" ]
4727
+ },
4741
4728
  "Tags" : {
4742
4729
  "type" : "map",
4743
4730
  "key" : {
@@ -4747,6 +4734,22 @@
4747
4734
  "shape" : "__string"
4748
4735
  }
4749
4736
  },
4737
+ "UntagResourceRequest" : {
4738
+ "type" : "structure",
4739
+ "members" : {
4740
+ "ResourceArn" : {
4741
+ "shape" : "__string",
4742
+ "location" : "uri",
4743
+ "locationName" : "resource-arn"
4744
+ },
4745
+ "TagKeys" : {
4746
+ "shape" : "__listOf__string",
4747
+ "location" : "querystring",
4748
+ "locationName" : "tagKeys"
4749
+ }
4750
+ },
4751
+ "required" : [ "TagKeys", "ResourceArn" ]
4752
+ },
4750
4753
  "UpdateAgentLogLevel" : {
4751
4754
  "type" : "string",
4752
4755
  "enum" : [ "NONE", "TRACE", "DEBUG", "VERBOSE", "INFO", "WARN", "ERROR", "FATAL" ]
@@ -4957,7 +4960,7 @@
4957
4960
  },
4958
4961
  "UpdateTargetsArchitecture" : {
4959
4962
  "type" : "string",
4960
- "enum" : [ "armv7l", "x86_64", "aarch64" ]
4963
+ "enum" : [ "armv7l", "x86_64", "aarch64", "openwrt" ]
4961
4964
  },
4962
4965
  "UpdateTargetsOperatingSystem" : {
4963
4966
  "type" : "string",
@@ -5097,4 +5100,4 @@
5097
5100
  "timestampFormat" : "unixTimestamp"
5098
5101
  }
5099
5102
  }
5100
- }
5103
+ }