aws-sdk-core 2.11.321 → 2.11.322

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: 72474c4015431c3cd9044d4e6fb01b96aee8d5e0
4
- data.tar.gz: 8edb75c9681b376bdb32f821a0a30c07bf635f59
3
+ metadata.gz: e27826a377bca292ad33c4e604ff18496a10eb50
4
+ data.tar.gz: 8b54a4f5327b2e0a21187415fcdb4dc847bf39a4
5
5
  SHA512:
6
- metadata.gz: 1cb6e81c0ed8b5e0c62d7c26bac4b757490cdc18d4f81ddb412953f4d2903a23e79582cee9b456c5d6524791d7c9278f6d791991280df7755c365901fa1568e5
7
- data.tar.gz: ee2b36084874422602e13c622b76d411a4a2e63bd595f0cede651dd82319cf764fbb0a1929ecd90473997d07bb5cb63f11646bb617c7cc64b804420f7e894d5e
6
+ metadata.gz: cad7cd523c028bdd86b6e12e2e98cf01e38ad447b732007475cde8d69ba045699690d5cd75570819a6263af4b79eaa7e1c214c5e0ea695689a3db540a94b00a1
7
+ data.tar.gz: 1d84d98ab8568b6cbccee4993b5a09321f08abaf0d1b9e4f0497a3a9a2c985c1b7b43ad7686f9ace73eee42e281af875af5147c284189da1f1d4912c8068a712
@@ -432,7 +432,8 @@
432
432
  "logStreamName":{"shape":"String"},
433
433
  "instanceType":{"shape":"String"},
434
434
  "networkInterfaces":{"shape":"NetworkInterfaceList"},
435
- "resourceRequirements":{"shape":"ResourceRequirements"}
435
+ "resourceRequirements":{"shape":"ResourceRequirements"},
436
+ "linuxParameters":{"shape":"LinuxParameters"}
436
437
  }
437
438
  },
438
439
  "ContainerOverrides":{
@@ -462,7 +463,8 @@
462
463
  "ulimits":{"shape":"Ulimits"},
463
464
  "user":{"shape":"String"},
464
465
  "instanceType":{"shape":"String"},
465
- "resourceRequirements":{"shape":"ResourceRequirements"}
466
+ "resourceRequirements":{"shape":"ResourceRequirements"},
467
+ "linuxParameters":{"shape":"LinuxParameters"}
466
468
  }
467
469
  },
468
470
  "ContainerSummary":{
@@ -615,6 +617,31 @@
615
617
  "jobs":{"shape":"JobDetailList"}
616
618
  }
617
619
  },
620
+ "Device":{
621
+ "type":"structure",
622
+ "required":["hostPath"],
623
+ "members":{
624
+ "hostPath":{"shape":"String"},
625
+ "containerPath":{"shape":"String"},
626
+ "permissions":{"shape":"DeviceCgroupPermissions"}
627
+ }
628
+ },
629
+ "DeviceCgroupPermission":{
630
+ "type":"string",
631
+ "enum":[
632
+ "READ",
633
+ "WRITE",
634
+ "MKNOD"
635
+ ]
636
+ },
637
+ "DeviceCgroupPermissions":{
638
+ "type":"list",
639
+ "member":{"shape":"DeviceCgroupPermission"}
640
+ },
641
+ "DevicesList":{
642
+ "type":"list",
643
+ "member":{"shape":"Device"}
644
+ },
618
645
  "EnvironmentVariables":{
619
646
  "type":"list",
620
647
  "member":{"shape":"KeyValuePair"}
@@ -801,6 +828,12 @@
801
828
  "version":{"shape":"String"}
802
829
  }
803
830
  },
831
+ "LinuxParameters":{
832
+ "type":"structure",
833
+ "members":{
834
+ "devices":{"shape":"DevicesList"}
835
+ }
836
+ },
804
837
  "ListJobsRequest":{
805
838
  "type":"structure",
806
839
  "members":{
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeComputeEnvironments": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "computeEnvironments"
8
+ },
9
+ "DescribeJobDefinitions": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "jobDefinitions"
14
+ },
15
+ "DescribeJobQueues": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "jobQueues"
20
+ },
21
+ "ListJobs": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "jobSummaryList"
26
+ }
3
27
  }
4
28
  }
@@ -101,6 +101,19 @@
101
101
  {"shape":"InvalidNextTokenException"}
102
102
  ]
103
103
  },
104
+ "GetRightsizingRecommendation":{
105
+ "name":"GetRightsizingRecommendation",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/"
109
+ },
110
+ "input":{"shape":"GetRightsizingRecommendationRequest"},
111
+ "output":{"shape":"GetRightsizingRecommendationResponse"},
112
+ "errors":[
113
+ {"shape":"LimitExceededException"},
114
+ {"shape":"InvalidNextTokenException"}
115
+ ]
116
+ },
104
117
  "GetTags":{
105
118
  "name":"GetTags",
106
119
  "http":{
@@ -209,6 +222,20 @@
209
222
  "type":"list",
210
223
  "member":{"shape":"CoverageByTime"}
211
224
  },
225
+ "CurrentInstance":{
226
+ "type":"structure",
227
+ "members":{
228
+ "ResourceId":{"shape":"GenericString"},
229
+ "Tags":{"shape":"TagValuesList"},
230
+ "ResourceDetails":{"shape":"ResourceDetails"},
231
+ "ResourceUtilization":{"shape":"ResourceUtilization"},
232
+ "ReservationCoveredHoursInLookbackPeriod":{"shape":"GenericString"},
233
+ "OnDemandHoursInLookbackPeriod":{"shape":"GenericString"},
234
+ "TotalRunningHoursInLookbackPeriod":{"shape":"GenericString"},
235
+ "MonthlyCost":{"shape":"GenericString"},
236
+ "CurrencyCode":{"shape":"GenericString"}
237
+ }
238
+ },
212
239
  "DataUnavailableException":{
213
240
  "type":"structure",
214
241
  "members":{
@@ -251,7 +278,8 @@
251
278
  "CACHE_ENGINE",
252
279
  "INSTANCE_TYPE_FAMILY",
253
280
  "BILLING_ENTITY",
254
- "RESERVATION_ID"
281
+ "RESERVATION_ID",
282
+ "RIGHTSIZING_TYPE"
255
283
  ]
256
284
  },
257
285
  "DimensionValues":{
@@ -285,6 +313,28 @@
285
313
  "SizeFlexEligible":{"shape":"GenericBoolean"}
286
314
  }
287
315
  },
316
+ "EC2ResourceDetails":{
317
+ "type":"structure",
318
+ "members":{
319
+ "HourlyOnDemandRate":{"shape":"GenericString"},
320
+ "InstanceType":{"shape":"GenericString"},
321
+ "Platform":{"shape":"GenericString"},
322
+ "Region":{"shape":"GenericString"},
323
+ "Sku":{"shape":"GenericString"},
324
+ "Memory":{"shape":"GenericString"},
325
+ "NetworkPerformance":{"shape":"GenericString"},
326
+ "Storage":{"shape":"GenericString"},
327
+ "Vcpu":{"shape":"GenericString"}
328
+ }
329
+ },
330
+ "EC2ResourceUtilization":{
331
+ "type":"structure",
332
+ "members":{
333
+ "MaxCpuUtilizationPercentage":{"shape":"GenericString"},
334
+ "MaxMemoryUtilizationPercentage":{"shape":"GenericString"},
335
+ "MaxStorageUtilizationPercentage":{"shape":"GenericString"}
336
+ }
337
+ },
288
338
  "EC2Specification":{
289
339
  "type":"structure",
290
340
  "members":{
@@ -478,6 +528,25 @@
478
528
  "NextPageToken":{"shape":"NextPageToken"}
479
529
  }
480
530
  },
531
+ "GetRightsizingRecommendationRequest":{
532
+ "type":"structure",
533
+ "required":["Service"],
534
+ "members":{
535
+ "Filter":{"shape":"Expression"},
536
+ "Service":{"shape":"GenericString"},
537
+ "PageSize":{"shape":"NonNegativeInteger"},
538
+ "NextPageToken":{"shape":"NextPageToken"}
539
+ }
540
+ },
541
+ "GetRightsizingRecommendationResponse":{
542
+ "type":"structure",
543
+ "members":{
544
+ "Metadata":{"shape":"RightsizingRecommendationMetadata"},
545
+ "Summary":{"shape":"RightsizingRecommendationSummary"},
546
+ "RightsizingRecommendations":{"shape":"RightsizingRecommendationList"},
547
+ "NextPageToken":{"shape":"NextPageToken"}
548
+ }
549
+ },
481
550
  "GetTagsRequest":{
482
551
  "type":"structure",
483
552
  "required":["TimePeriod"],
@@ -630,6 +699,12 @@
630
699
  "key":{"shape":"MetricName"},
631
700
  "value":{"shape":"MetricValue"}
632
701
  },
702
+ "ModifyRecommendationDetail":{
703
+ "type":"structure",
704
+ "members":{
705
+ "TargetInstances":{"shape":"TargetInstancesList"}
706
+ }
707
+ },
633
708
  "NetRISavings":{"type":"string"},
634
709
  "NextPageToken":{"type":"string"},
635
710
  "NonNegativeInteger":{
@@ -803,6 +878,18 @@
803
878
  },
804
879
  "ReservedHours":{"type":"string"},
805
880
  "ReservedNormalizedUnits":{"type":"string"},
881
+ "ResourceDetails":{
882
+ "type":"structure",
883
+ "members":{
884
+ "EC2ResourceDetails":{"shape":"EC2ResourceDetails"}
885
+ }
886
+ },
887
+ "ResourceUtilization":{
888
+ "type":"structure",
889
+ "members":{
890
+ "EC2ResourceUtilization":{"shape":"EC2ResourceUtilization"}
891
+ }
892
+ },
806
893
  "ResultByTime":{
807
894
  "type":"structure",
808
895
  "members":{
@@ -816,6 +903,44 @@
816
903
  "type":"list",
817
904
  "member":{"shape":"ResultByTime"}
818
905
  },
906
+ "RightsizingRecommendation":{
907
+ "type":"structure",
908
+ "members":{
909
+ "AccountId":{"shape":"GenericString"},
910
+ "CurrentInstance":{"shape":"CurrentInstance"},
911
+ "RightsizingType":{"shape":"RightsizingType"},
912
+ "ModifyRecommendationDetail":{"shape":"ModifyRecommendationDetail"},
913
+ "TerminateRecommendationDetail":{"shape":"TerminateRecommendationDetail"}
914
+ }
915
+ },
916
+ "RightsizingRecommendationList":{
917
+ "type":"list",
918
+ "member":{"shape":"RightsizingRecommendation"}
919
+ },
920
+ "RightsizingRecommendationMetadata":{
921
+ "type":"structure",
922
+ "members":{
923
+ "RecommendationId":{"shape":"GenericString"},
924
+ "GenerationTimestamp":{"shape":"GenericString"},
925
+ "LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
926
+ }
927
+ },
928
+ "RightsizingRecommendationSummary":{
929
+ "type":"structure",
930
+ "members":{
931
+ "TotalRecommendationCount":{"shape":"GenericString"},
932
+ "EstimatedTotalMonthlySavingsAmount":{"shape":"GenericString"},
933
+ "SavingsCurrencyCode":{"shape":"GenericString"},
934
+ "SavingsPercentage":{"shape":"GenericString"}
935
+ }
936
+ },
937
+ "RightsizingType":{
938
+ "type":"string",
939
+ "enum":[
940
+ "TERMINATE",
941
+ "MODIFY"
942
+ ]
943
+ },
819
944
  "SearchString":{"type":"string"},
820
945
  "ServiceSpecification":{
821
946
  "type":"structure",
@@ -835,6 +960,25 @@
835
960
  "Values":{"shape":"Values"}
836
961
  }
837
962
  },
963
+ "TagValuesList":{
964
+ "type":"list",
965
+ "member":{"shape":"TagValues"}
966
+ },
967
+ "TargetInstance":{
968
+ "type":"structure",
969
+ "members":{
970
+ "EstimatedMonthlyCost":{"shape":"GenericString"},
971
+ "EstimatedMonthlySavings":{"shape":"GenericString"},
972
+ "CurrencyCode":{"shape":"GenericString"},
973
+ "DefaultTargetInstance":{"shape":"GenericBoolean"},
974
+ "ResourceDetails":{"shape":"ResourceDetails"},
975
+ "ExpectedResourceUtilization":{"shape":"ResourceUtilization"}
976
+ }
977
+ },
978
+ "TargetInstancesList":{
979
+ "type":"list",
980
+ "member":{"shape":"TargetInstance"}
981
+ },
838
982
  "TermInYears":{
839
983
  "type":"string",
840
984
  "enum":[
@@ -842,6 +986,13 @@
842
986
  "THREE_YEARS"
843
987
  ]
844
988
  },
989
+ "TerminateRecommendationDetail":{
990
+ "type":"structure",
991
+ "members":{
992
+ "EstimatedMonthlySavings":{"shape":"GenericString"},
993
+ "CurrencyCode":{"shape":"GenericString"}
994
+ }
995
+ },
845
996
  "TotalActualHours":{"type":"string"},
846
997
  "TotalActualUnits":{"type":"string"},
847
998
  "TotalAmortizedFee":{"type":"string"},
@@ -2277,6 +2277,15 @@
2277
2277
  "input":{"shape":"ExportTransitGatewayRoutesRequest"},
2278
2278
  "output":{"shape":"ExportTransitGatewayRoutesResult"}
2279
2279
  },
2280
+ "GetCapacityReservationUsage":{
2281
+ "name":"GetCapacityReservationUsage",
2282
+ "http":{
2283
+ "method":"POST",
2284
+ "requestUri":"/"
2285
+ },
2286
+ "input":{"shape":"GetCapacityReservationUsageRequest"},
2287
+ "output":{"shape":"GetCapacityReservationUsageResult"}
2288
+ },
2280
2289
  "GetConsoleOutput":{
2281
2290
  "name":"GetConsoleOutput",
2282
2291
  "http":{
@@ -4722,6 +4731,18 @@
4722
4731
  "shape":"String",
4723
4732
  "locationName":"capacityReservationId"
4724
4733
  },
4734
+ "OwnerId":{
4735
+ "shape":"String",
4736
+ "locationName":"ownerId"
4737
+ },
4738
+ "CapacityReservationArn":{
4739
+ "shape":"String",
4740
+ "locationName":"capacityReservationArn"
4741
+ },
4742
+ "AvailabilityZoneId":{
4743
+ "shape":"String",
4744
+ "locationName":"availabilityZoneId"
4745
+ },
4725
4746
  "InstanceType":{
4726
4747
  "shape":"String",
4727
4748
  "locationName":"instanceType"
@@ -5606,7 +5627,6 @@
5606
5627
  "required":[
5607
5628
  "InstanceType",
5608
5629
  "InstancePlatform",
5609
- "AvailabilityZone",
5610
5630
  "InstanceCount"
5611
5631
  ],
5612
5632
  "members":{
@@ -5614,6 +5634,7 @@
5614
5634
  "InstanceType":{"shape":"String"},
5615
5635
  "InstancePlatform":{"shape":"CapacityReservationInstancePlatform"},
5616
5636
  "AvailabilityZone":{"shape":"String"},
5637
+ "AvailabilityZoneId":{"shape":"String"},
5617
5638
  "Tenancy":{"shape":"CapacityReservationTenancy"},
5618
5639
  "InstanceCount":{"shape":"Integer"},
5619
5640
  "EbsOptimized":{"shape":"Boolean"},
@@ -12743,6 +12764,54 @@
12743
12764
  "type":"string",
12744
12765
  "enum":["ipsec.1"]
12745
12766
  },
12767
+ "GetCapacityReservationUsageRequest":{
12768
+ "type":"structure",
12769
+ "required":["CapacityReservationId"],
12770
+ "members":{
12771
+ "CapacityReservationId":{"shape":"String"},
12772
+ "NextToken":{"shape":"String"},
12773
+ "MaxResults":{"shape":"GetCapacityReservationUsageRequestMaxResults"},
12774
+ "DryRun":{"shape":"Boolean"}
12775
+ }
12776
+ },
12777
+ "GetCapacityReservationUsageRequestMaxResults":{
12778
+ "type":"integer",
12779
+ "max":1000,
12780
+ "min":1
12781
+ },
12782
+ "GetCapacityReservationUsageResult":{
12783
+ "type":"structure",
12784
+ "members":{
12785
+ "NextToken":{
12786
+ "shape":"String",
12787
+ "locationName":"nextToken"
12788
+ },
12789
+ "CapacityReservationId":{
12790
+ "shape":"String",
12791
+ "locationName":"capacityReservationId"
12792
+ },
12793
+ "InstanceType":{
12794
+ "shape":"String",
12795
+ "locationName":"instanceType"
12796
+ },
12797
+ "TotalInstanceCount":{
12798
+ "shape":"Integer",
12799
+ "locationName":"totalInstanceCount"
12800
+ },
12801
+ "AvailableInstanceCount":{
12802
+ "shape":"Integer",
12803
+ "locationName":"availableInstanceCount"
12804
+ },
12805
+ "State":{
12806
+ "shape":"CapacityReservationState",
12807
+ "locationName":"state"
12808
+ },
12809
+ "InstanceUsages":{
12810
+ "shape":"InstanceUsageSet",
12811
+ "locationName":"instanceUsageSet"
12812
+ }
12813
+ }
12814
+ },
12746
12815
  "GetConsoleOutputRequest":{
12747
12816
  "type":"structure",
12748
12817
  "required":["InstanceId"],
@@ -15289,6 +15358,26 @@
15289
15358
  "type":"list",
15290
15359
  "member":{"shape":"InstanceType"}
15291
15360
  },
15361
+ "InstanceUsage":{
15362
+ "type":"structure",
15363
+ "members":{
15364
+ "AccountId":{
15365
+ "shape":"String",
15366
+ "locationName":"accountId"
15367
+ },
15368
+ "UsedInstanceCount":{
15369
+ "shape":"Integer",
15370
+ "locationName":"usedInstanceCount"
15371
+ }
15372
+ }
15373
+ },
15374
+ "InstanceUsageSet":{
15375
+ "type":"list",
15376
+ "member":{
15377
+ "shape":"InstanceUsage",
15378
+ "locationName":"item"
15379
+ }
15380
+ },
15292
15381
  "Integer":{"type":"integer"},
15293
15382
  "InterfacePermissionType":{
15294
15383
  "type":"string",
@@ -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":{
@@ -3358,6 +3389,36 @@
3358
3389
  "NextToken":{"shape":"GenericString"}
3359
3390
  }
3360
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
+ },
3361
3422
  "GetJobRequest":{
3362
3423
  "type":"structure",
3363
3424
  "required":["JobName"],
@@ -3907,9 +3968,15 @@
3907
3968
  "Version":{"shape":"IntegerValue"},
3908
3969
  "Run":{"shape":"IntegerValue"},
3909
3970
  "Attempt":{"shape":"IntegerValue"},
3971
+ "PreviousRunId":{"shape":"RunId"},
3972
+ "RunId":{"shape":"RunId"},
3910
3973
  "JobBookmark":{"shape":"JsonValue"}
3911
3974
  }
3912
3975
  },
3976
+ "JobBookmarkEntryList":{
3977
+ "type":"list",
3978
+ "member":{"shape":"JobBookmarkEntry"}
3979
+ },
3913
3980
  "JobBookmarksEncryption":{
3914
3981
  "type":"structure",
3915
3982
  "members":{
@@ -4498,7 +4565,8 @@
4498
4565
  "type":"structure",
4499
4566
  "required":["JobName"],
4500
4567
  "members":{
4501
- "JobName":{"shape":"JobName"}
4568
+ "JobName":{"shape":"JobName"},
4569
+ "RunId":{"shape":"RunId"}
4502
4570
  }
4503
4571
  },
4504
4572
  "ResetJobBookmarkResponse":{
@@ -4542,6 +4610,7 @@
4542
4610
  },
4543
4611
  "RoleString":{"type":"string"},
4544
4612
  "RowTag":{"type":"string"},
4613
+ "RunId":{"type":"string"},
4545
4614
  "S3Encryption":{
4546
4615
  "type":"structure",
4547
4616
  "members":{
@@ -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
+ }
@@ -966,7 +966,11 @@
966
966
  "filterPattern":{"shape":"FilterPattern"},
967
967
  "nextToken":{"shape":"NextToken"},
968
968
  "limit":{"shape":"EventsLimit"},
969
- "interleaved":{"shape":"Interleaved"}
969
+ "interleaved":{
970
+ "shape":"Interleaved",
971
+ "deprecated":true,
972
+ "deprecatedMessage":"Starting on June 17, 2019, this parameter will be ignored and the value will be assumed to be true. The response from this operation will always interleave events from multiple log streams within a log group."
973
+ }
970
974
  }
971
975
  },
972
976
  "FilterLogEventsResponse":{
@@ -1164,6 +1168,10 @@
1164
1168
  "min":1,
1165
1169
  "pattern":"[\\.\\-_/#A-Za-z0-9]+"
1166
1170
  },
1171
+ "LogGroupNames":{
1172
+ "type":"list",
1173
+ "member":{"shape":"LogGroupName"}
1174
+ },
1167
1175
  "LogGroups":{
1168
1176
  "type":"list",
1169
1177
  "member":{"shape":"LogGroup"}
@@ -1184,7 +1192,11 @@
1184
1192
  "lastIngestionTime":{"shape":"Timestamp"},
1185
1193
  "uploadSequenceToken":{"shape":"SequenceToken"},
1186
1194
  "arn":{"shape":"Arn"},
1187
- "storedBytes":{"shape":"StoredBytes"}
1195
+ "storedBytes":{
1196
+ "shape":"StoredBytes",
1197
+ "deprecated":true,
1198
+ "deprecatedMessage":"Starting on June 17, 2019, this parameter will be deprecated for log streams, and will be reported as zero. This change applies only to log streams. The storedBytes parameter for log groups is not affected."
1199
+ }
1188
1200
  }
1189
1201
  },
1190
1202
  "LogStreamName":{
@@ -1547,13 +1559,13 @@
1547
1559
  "StartQueryRequest":{
1548
1560
  "type":"structure",
1549
1561
  "required":[
1550
- "logGroupName",
1551
1562
  "startTime",
1552
1563
  "endTime",
1553
1564
  "queryString"
1554
1565
  ],
1555
1566
  "members":{
1556
1567
  "logGroupName":{"shape":"LogGroupName"},
1568
+ "logGroupNames":{"shape":"LogGroupNames"},
1557
1569
  "startTime":{"shape":"Timestamp"},
1558
1570
  "endTime":{"shape":"Timestamp"},
1559
1571
  "queryString":{"shape":"QueryString"},
@@ -602,6 +602,10 @@
602
602
  "AddOutputRequest": {
603
603
  "type": "structure",
604
604
  "members": {
605
+ "CidrAllowList": {
606
+ "shape": "__listOf__string",
607
+ "locationName": "cidrAllowList"
608
+ },
605
609
  "Description": {
606
610
  "shape": "__string",
607
611
  "locationName": "description"
@@ -630,6 +634,10 @@
630
634
  "shape": "Protocol",
631
635
  "locationName": "protocol"
632
636
  },
637
+ "RemoteId": {
638
+ "shape": "__string",
639
+ "locationName": "remoteId"
640
+ },
633
641
  "SmoothingLatency": {
634
642
  "shape": "__integer",
635
643
  "locationName": "smoothingLatency"
@@ -640,8 +648,6 @@
640
648
  }
641
649
  },
642
650
  "required": [
643
- "Destination",
644
- "Port",
645
651
  "Protocol"
646
652
  ]
647
653
  },
@@ -1225,7 +1231,8 @@
1225
1231
  "enum": [
1226
1232
  "zixi-push",
1227
1233
  "rtp-fec",
1228
- "rtp"
1234
+ "rtp",
1235
+ "zixi-pull"
1229
1236
  ]
1230
1237
  },
1231
1238
  "RemoveFlowOutputRequest": {
@@ -1518,6 +1525,10 @@
1518
1525
  "Transport": {
1519
1526
  "type": "structure",
1520
1527
  "members": {
1528
+ "CidrAllowList": {
1529
+ "shape": "__listOf__string",
1530
+ "locationName": "cidrAllowList"
1531
+ },
1521
1532
  "MaxBitrate": {
1522
1533
  "shape": "__integer",
1523
1534
  "locationName": "maxBitrate"
@@ -1530,6 +1541,10 @@
1530
1541
  "shape": "Protocol",
1531
1542
  "locationName": "protocol"
1532
1543
  },
1544
+ "RemoteId": {
1545
+ "shape": "__string",
1546
+ "locationName": "remoteId"
1547
+ },
1533
1548
  "SmoothingLatency": {
1534
1549
  "shape": "__integer",
1535
1550
  "locationName": "smoothingLatency"
@@ -1650,6 +1665,10 @@
1650
1665
  "UpdateFlowOutputRequest": {
1651
1666
  "type": "structure",
1652
1667
  "members": {
1668
+ "CidrAllowList": {
1669
+ "shape": "__listOf__string",
1670
+ "locationName": "cidrAllowList"
1671
+ },
1653
1672
  "Description": {
1654
1673
  "shape": "__string",
1655
1674
  "locationName": "description"
@@ -1684,6 +1703,10 @@
1684
1703
  "shape": "Protocol",
1685
1704
  "locationName": "protocol"
1686
1705
  },
1706
+ "RemoteId": {
1707
+ "shape": "__string",
1708
+ "locationName": "remoteId"
1709
+ },
1687
1710
  "SmoothingLatency": {
1688
1711
  "shape": "__integer",
1689
1712
  "locationName": "smoothingLatency"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.321'
2
+ VERSION = '2.11.322'
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.321
4
+ version: 2.11.322
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-07-25 00:00:00.000000000 Z
11
+ date: 2019-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath