aws-sdk-core 2.11.554 → 2.11.555

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
  SHA256:
3
- metadata.gz: 5df4f37dde6331f718944ddc1228e63f46a3b37765b8c899df7dbfe9fe4df221
4
- data.tar.gz: acef6d6c3af4b48329110ce07bc55e900f9cfda7c61e9d3e4d7aa3bca15f7bae
3
+ metadata.gz: '03483b08517f39cda33beec5d607f0a0197aab7b005711a62079d9aecba7cf58'
4
+ data.tar.gz: 60ac8847b4295609725fcc3aef1b92d784e80d5c6d4311a3d016b146fd432829
5
5
  SHA512:
6
- metadata.gz: 9c561cfffd156a7ca1952f05680b93b07b6925a9a112efff139df89519ed8fadf414e6e641bb160fc08c5d7bf1c036d57f3019f3b07135cd00762e87a7593b0c
7
- data.tar.gz: 4916093d08d28b22f85fc82e77f77bfa849c433288b46ece743f17cb5ac67228acebf90bb27a39a17c4323cb0843ea7c489295620e77621c20839329414a7525
6
+ metadata.gz: 340e25d5f61315cb5a24c804ba7741ab44240143907c777e07765aa5ae92eb5b11d08355df1adaf4391749630495ae05f9bf846182af51ed2169edcaf3e2df84
7
+ data.tar.gz: 48dc9b2d3749a43a2bc422640077ffcbed2d585db6cc30ea0c40a9567d2eef4ba77fba661954e2d492249d9bb72c41852a7c3efe2346dd3117262432fce8d915
@@ -2674,6 +2674,15 @@
2674
2674
  "input":{"shape":"GetEbsEncryptionByDefaultRequest"},
2675
2675
  "output":{"shape":"GetEbsEncryptionByDefaultResult"}
2676
2676
  },
2677
+ "GetGroupsForCapacityReservation":{
2678
+ "name":"GetGroupsForCapacityReservation",
2679
+ "http":{
2680
+ "method":"POST",
2681
+ "requestUri":"/"
2682
+ },
2683
+ "input":{"shape":"GetGroupsForCapacityReservationRequest"},
2684
+ "output":{"shape":"GetGroupsForCapacityReservationResult"}
2685
+ },
2677
2686
  "GetHostReservationPurchasePreview":{
2678
2687
  "name":"GetHostReservationPurchasePreview",
2679
2688
  "http":{
@@ -5465,6 +5474,26 @@
5465
5474
  }
5466
5475
  }
5467
5476
  },
5477
+ "CapacityReservationGroup":{
5478
+ "type":"structure",
5479
+ "members":{
5480
+ "GroupArn":{
5481
+ "shape":"String",
5482
+ "locationName":"groupArn"
5483
+ },
5484
+ "OwnerId":{
5485
+ "shape":"String",
5486
+ "locationName":"ownerId"
5487
+ }
5488
+ }
5489
+ },
5490
+ "CapacityReservationGroupSet":{
5491
+ "type":"list",
5492
+ "member":{
5493
+ "shape":"CapacityReservationGroup",
5494
+ "locationName":"item"
5495
+ }
5496
+ },
5468
5497
  "CapacityReservationId":{"type":"string"},
5469
5498
  "CapacityReservationIdSet":{
5470
5499
  "type":"list",
@@ -5551,7 +5580,8 @@
5551
5580
  "CapacityReservationTarget":{
5552
5581
  "type":"structure",
5553
5582
  "members":{
5554
- "CapacityReservationId":{"shape":"CapacityReservationId"}
5583
+ "CapacityReservationId":{"shape":"CapacityReservationId"},
5584
+ "CapacityReservationResourceGroupArn":{"shape":"String"}
5555
5585
  }
5556
5586
  },
5557
5587
  "CapacityReservationTargetResponse":{
@@ -5560,6 +5590,10 @@
5560
5590
  "CapacityReservationId":{
5561
5591
  "shape":"String",
5562
5592
  "locationName":"capacityReservationId"
5593
+ },
5594
+ "CapacityReservationResourceGroupArn":{
5595
+ "shape":"String",
5596
+ "locationName":"capacityReservationResourceGroupArn"
5563
5597
  }
5564
5598
  }
5565
5599
  },
@@ -15510,6 +15544,34 @@
15510
15544
  }
15511
15545
  }
15512
15546
  },
15547
+ "GetGroupsForCapacityReservationRequest":{
15548
+ "type":"structure",
15549
+ "required":["CapacityReservationId"],
15550
+ "members":{
15551
+ "CapacityReservationId":{"shape":"CapacityReservationId"},
15552
+ "NextToken":{"shape":"String"},
15553
+ "MaxResults":{"shape":"GetGroupsForCapacityReservationRequestMaxResults"},
15554
+ "DryRun":{"shape":"Boolean"}
15555
+ }
15556
+ },
15557
+ "GetGroupsForCapacityReservationRequestMaxResults":{
15558
+ "type":"integer",
15559
+ "max":1000,
15560
+ "min":1
15561
+ },
15562
+ "GetGroupsForCapacityReservationResult":{
15563
+ "type":"structure",
15564
+ "members":{
15565
+ "NextToken":{
15566
+ "shape":"String",
15567
+ "locationName":"nextToken"
15568
+ },
15569
+ "CapacityReservationGroups":{
15570
+ "shape":"CapacityReservationGroupSet",
15571
+ "locationName":"capacityReservationGroupSet"
15572
+ }
15573
+ }
15574
+ },
15513
15575
  "GetHostReservationPurchasePreviewRequest":{
15514
15576
  "type":"structure",
15515
15577
  "required":[
@@ -524,6 +524,12 @@
524
524
  "output_token": "NextToken",
525
525
  "result_key": "Ipv6CidrAssociations"
526
526
  },
527
+ "GetGroupsForCapacityReservation": {
528
+ "input_token": "NextToken",
529
+ "limit_key": "MaxResults",
530
+ "output_token": "NextToken",
531
+ "result_key": "CapacityReservationGroups"
532
+ },
527
533
  "GetManagedPrefixListAssociations": {
528
534
  "input_token": "NextToken",
529
535
  "limit_key": "MaxResults",
@@ -72,7 +72,8 @@
72
72
  {"shape":"InvalidLayerException"},
73
73
  {"shape":"LayerPartTooSmallException"},
74
74
  {"shape":"LayerAlreadyExistsException"},
75
- {"shape":"EmptyUploadException"}
75
+ {"shape":"EmptyUploadException"},
76
+ {"shape":"KmsException"}
76
77
  ]
77
78
  },
78
79
  "CreateRepository":{
@@ -89,7 +90,8 @@
89
90
  {"shape":"InvalidTagParameterException"},
90
91
  {"shape":"TooManyTagsException"},
91
92
  {"shape":"RepositoryAlreadyExistsException"},
92
- {"shape":"LimitExceededException"}
93
+ {"shape":"LimitExceededException"},
94
+ {"shape":"KmsException"}
93
95
  ]
94
96
  },
95
97
  "DeleteLifecyclePolicy":{
@@ -119,7 +121,8 @@
119
121
  {"shape":"ServerException"},
120
122
  {"shape":"InvalidParameterException"},
121
123
  {"shape":"RepositoryNotFoundException"},
122
- {"shape":"RepositoryNotEmptyException"}
124
+ {"shape":"RepositoryNotEmptyException"},
125
+ {"shape":"KmsException"}
123
126
  ]
124
127
  },
125
128
  "DeleteRepositoryPolicy":{
@@ -267,7 +270,8 @@
267
270
  "errors":[
268
271
  {"shape":"ServerException"},
269
272
  {"shape":"InvalidParameterException"},
270
- {"shape":"RepositoryNotFoundException"}
273
+ {"shape":"RepositoryNotFoundException"},
274
+ {"shape":"KmsException"}
271
275
  ]
272
276
  },
273
277
  "ListImages":{
@@ -315,7 +319,8 @@
315
319
  {"shape":"ReferencedImagesNotFoundException"},
316
320
  {"shape":"LimitExceededException"},
317
321
  {"shape":"ImageTagAlreadyExistsException"},
318
- {"shape":"ImageDigestDoesNotMatchException"}
322
+ {"shape":"ImageDigestDoesNotMatchException"},
323
+ {"shape":"KmsException"}
319
324
  ]
320
325
  },
321
326
  "PutImageScanningConfiguration":{
@@ -453,7 +458,8 @@
453
458
  {"shape":"InvalidLayerPartException"},
454
459
  {"shape":"RepositoryNotFoundException"},
455
460
  {"shape":"UploadNotFoundException"},
456
- {"shape":"LimitExceededException"}
461
+ {"shape":"LimitExceededException"},
462
+ {"shape":"KmsException"}
457
463
  ]
458
464
  }
459
465
  },
@@ -598,7 +604,8 @@
598
604
  "repositoryName":{"shape":"RepositoryName"},
599
605
  "tags":{"shape":"TagList"},
600
606
  "imageTagMutability":{"shape":"ImageTagMutability"},
601
- "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
607
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"},
608
+ "encryptionConfiguration":{"shape":"EncryptionConfiguration"}
602
609
  }
603
610
  },
604
611
  "CreateRepositoryResponse":{
@@ -729,6 +736,21 @@
729
736
  },
730
737
  "exception":true
731
738
  },
739
+ "EncryptionConfiguration":{
740
+ "type":"structure",
741
+ "required":["encryptionType"],
742
+ "members":{
743
+ "encryptionType":{"shape":"EncryptionType"},
744
+ "kmsKey":{"shape":"KmsKey"}
745
+ }
746
+ },
747
+ "EncryptionType":{
748
+ "type":"string",
749
+ "enum":[
750
+ "AES256",
751
+ "KMS"
752
+ ]
753
+ },
732
754
  "EvaluationTimestamp":{"type":"timestamp"},
733
755
  "ExceptionMessage":{"type":"string"},
734
756
  "ExpirationTimestamp":{"type":"timestamp"},
@@ -911,7 +933,8 @@
911
933
  "ImageTagDoesNotMatchDigest",
912
934
  "ImageNotFound",
913
935
  "MissingDigestAndTag",
914
- "ImageReferencedByManifestList"
936
+ "ImageReferencedByManifestList",
937
+ "KmsError"
915
938
  ]
916
939
  },
917
940
  "ImageFailureList":{
@@ -1063,6 +1086,20 @@
1063
1086
  },
1064
1087
  "exception":true
1065
1088
  },
1089
+ "KmsError":{"type":"string"},
1090
+ "KmsException":{
1091
+ "type":"structure",
1092
+ "members":{
1093
+ "message":{"shape":"ExceptionMessage"},
1094
+ "kmsError":{"shape":"KmsError"}
1095
+ },
1096
+ "exception":true
1097
+ },
1098
+ "KmsKey":{
1099
+ "type":"string",
1100
+ "max":2048,
1101
+ "min":1
1102
+ },
1066
1103
  "Layer":{
1067
1104
  "type":"structure",
1068
1105
  "members":{
@@ -1387,7 +1424,8 @@
1387
1424
  "repositoryUri":{"shape":"Url"},
1388
1425
  "createdAt":{"shape":"CreationTimestamp"},
1389
1426
  "imageTagMutability":{"shape":"ImageTagMutability"},
1390
- "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
1427
+ "imageScanningConfiguration":{"shape":"ImageScanningConfiguration"},
1428
+ "encryptionConfiguration":{"shape":"EncryptionConfiguration"}
1391
1429
  }
1392
1430
  },
1393
1431
  "RepositoryAlreadyExistsException":{
@@ -244,6 +244,13 @@
244
244
  },
245
245
  "exception":true
246
246
  },
247
+ "ContentEncoding":{
248
+ "type":"string",
249
+ "enum":[
250
+ "NONE",
251
+ "GZIP"
252
+ ]
253
+ },
247
254
  "CopyCommand":{
248
255
  "type":"structure",
249
256
  "required":["DataTableName"],
@@ -275,6 +282,7 @@
275
282
  "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
276
283
  "ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"},
277
284
  "SplunkDestinationConfiguration":{"shape":"SplunkDestinationConfiguration"},
285
+ "HttpEndpointDestinationConfiguration":{"shape":"HttpEndpointDestinationConfiguration"},
278
286
  "Tags":{"shape":"TagDeliveryStreamInputTagList"}
279
287
  }
280
288
  },
@@ -474,7 +482,8 @@
474
482
  "ExtendedS3DestinationDescription":{"shape":"ExtendedS3DestinationDescription"},
475
483
  "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
476
484
  "ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"},
477
- "SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"}
485
+ "SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"},
486
+ "HttpEndpointDestinationDescription":{"shape":"HttpEndpointDestinationDescription"}
478
487
  }
479
488
  },
480
489
  "DestinationDescriptionList":{
@@ -731,6 +740,161 @@
731
740
  "TimestampFormats":{"shape":"ListOfNonEmptyStrings"}
732
741
  }
733
742
  },
743
+ "HttpEndpointAccessKey":{
744
+ "type":"string",
745
+ "max":4096,
746
+ "min":0,
747
+ "pattern":".*",
748
+ "sensitive":true
749
+ },
750
+ "HttpEndpointAttributeName":{
751
+ "type":"string",
752
+ "max":256,
753
+ "min":1,
754
+ "pattern":"^(?!\\s*$).+",
755
+ "sensitive":true
756
+ },
757
+ "HttpEndpointAttributeValue":{
758
+ "type":"string",
759
+ "max":1024,
760
+ "min":0,
761
+ "pattern":".*",
762
+ "sensitive":true
763
+ },
764
+ "HttpEndpointBufferingHints":{
765
+ "type":"structure",
766
+ "members":{
767
+ "SizeInMBs":{"shape":"HttpEndpointBufferingSizeInMBs"},
768
+ "IntervalInSeconds":{"shape":"HttpEndpointBufferingIntervalInSeconds"}
769
+ }
770
+ },
771
+ "HttpEndpointBufferingIntervalInSeconds":{
772
+ "type":"integer",
773
+ "max":900,
774
+ "min":60
775
+ },
776
+ "HttpEndpointBufferingSizeInMBs":{
777
+ "type":"integer",
778
+ "max":64,
779
+ "min":1
780
+ },
781
+ "HttpEndpointCommonAttribute":{
782
+ "type":"structure",
783
+ "required":[
784
+ "AttributeName",
785
+ "AttributeValue"
786
+ ],
787
+ "members":{
788
+ "AttributeName":{"shape":"HttpEndpointAttributeName"},
789
+ "AttributeValue":{"shape":"HttpEndpointAttributeValue"}
790
+ }
791
+ },
792
+ "HttpEndpointCommonAttributesList":{
793
+ "type":"list",
794
+ "member":{"shape":"HttpEndpointCommonAttribute"},
795
+ "max":50,
796
+ "min":0
797
+ },
798
+ "HttpEndpointConfiguration":{
799
+ "type":"structure",
800
+ "required":["Url"],
801
+ "members":{
802
+ "Url":{"shape":"HttpEndpointUrl"},
803
+ "Name":{"shape":"HttpEndpointName"},
804
+ "AccessKey":{"shape":"HttpEndpointAccessKey"}
805
+ }
806
+ },
807
+ "HttpEndpointDescription":{
808
+ "type":"structure",
809
+ "members":{
810
+ "Url":{"shape":"HttpEndpointUrl"},
811
+ "Name":{"shape":"HttpEndpointName"}
812
+ }
813
+ },
814
+ "HttpEndpointDestinationConfiguration":{
815
+ "type":"structure",
816
+ "required":[
817
+ "EndpointConfiguration",
818
+ "S3Configuration"
819
+ ],
820
+ "members":{
821
+ "EndpointConfiguration":{"shape":"HttpEndpointConfiguration"},
822
+ "BufferingHints":{"shape":"HttpEndpointBufferingHints"},
823
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
824
+ "RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
825
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
826
+ "RoleARN":{"shape":"RoleARN"},
827
+ "RetryOptions":{"shape":"HttpEndpointRetryOptions"},
828
+ "S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
829
+ "S3Configuration":{"shape":"S3DestinationConfiguration"}
830
+ }
831
+ },
832
+ "HttpEndpointDestinationDescription":{
833
+ "type":"structure",
834
+ "members":{
835
+ "EndpointConfiguration":{"shape":"HttpEndpointDescription"},
836
+ "BufferingHints":{"shape":"HttpEndpointBufferingHints"},
837
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
838
+ "RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
839
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
840
+ "RoleARN":{"shape":"RoleARN"},
841
+ "RetryOptions":{"shape":"HttpEndpointRetryOptions"},
842
+ "S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
843
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"}
844
+ }
845
+ },
846
+ "HttpEndpointDestinationUpdate":{
847
+ "type":"structure",
848
+ "members":{
849
+ "EndpointConfiguration":{"shape":"HttpEndpointConfiguration"},
850
+ "BufferingHints":{"shape":"HttpEndpointBufferingHints"},
851
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
852
+ "RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
853
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
854
+ "RoleARN":{"shape":"RoleARN"},
855
+ "RetryOptions":{"shape":"HttpEndpointRetryOptions"},
856
+ "S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
857
+ "S3Update":{"shape":"S3DestinationUpdate"}
858
+ }
859
+ },
860
+ "HttpEndpointName":{
861
+ "type":"string",
862
+ "max":256,
863
+ "min":1,
864
+ "pattern":"^(?!\\s*$).+"
865
+ },
866
+ "HttpEndpointRequestConfiguration":{
867
+ "type":"structure",
868
+ "members":{
869
+ "ContentEncoding":{"shape":"ContentEncoding"},
870
+ "CommonAttributes":{"shape":"HttpEndpointCommonAttributesList"}
871
+ }
872
+ },
873
+ "HttpEndpointRetryDurationInSeconds":{
874
+ "type":"integer",
875
+ "max":7200,
876
+ "min":0
877
+ },
878
+ "HttpEndpointRetryOptions":{
879
+ "type":"structure",
880
+ "members":{
881
+ "DurationInSeconds":{"shape":"HttpEndpointRetryDurationInSeconds"}
882
+ }
883
+ },
884
+ "HttpEndpointS3BackupMode":{
885
+ "type":"string",
886
+ "enum":[
887
+ "FailedDataOnly",
888
+ "AllData"
889
+ ]
890
+ },
891
+ "HttpEndpointUrl":{
892
+ "type":"string",
893
+ "max":1000,
894
+ "min":1,
895
+ "pattern":"https://.*",
896
+ "sensitive":true
897
+ },
734
898
  "InputFormatConfiguration":{
735
899
  "type":"structure",
736
900
  "members":{
@@ -1505,7 +1669,8 @@
1505
1669
  "ExtendedS3DestinationUpdate":{"shape":"ExtendedS3DestinationUpdate"},
1506
1670
  "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
1507
1671
  "ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"},
1508
- "SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"}
1672
+ "SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"},
1673
+ "HttpEndpointDestinationUpdate":{"shape":"HttpEndpointDestinationUpdate"}
1509
1674
  }
1510
1675
  },
1511
1676
  "UpdateDestinationOutput":{