aws-sdk-core 2.11.609 → 2.11.610

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: 6409e4225f0f374932beae4c275fec95af5e1ab1e129ab82602f1b29289bd8a4
4
- data.tar.gz: 12f805d23f393a28ac5ba899648ddcba9704b04e129942cc55d08b8500269f45
3
+ metadata.gz: dff945f775d8775255ba454d3bf75be4023312c3c71b33701bed822cc5f4810d
4
+ data.tar.gz: ef992ecee61280b3ec525147a16888ac4e66ec269629438d21b5340ac1671312
5
5
  SHA512:
6
- metadata.gz: b6e2f8fad613c17041e704621d5cba12da5901a471d47c25faac9ee2d891b45bff263f8521d6a3fbe85da4e2eea39f04699b08d404297a5f145e965b92a900ed
7
- data.tar.gz: 987602b576115f6db924f71b297549196051114aa221f604f883eafcbee7bd5588bcd268959785e0d2439bf64e665c0eac3a29e920914fdc3557e0dc3684044e
6
+ metadata.gz: 36ecdb2cedd03c7ff74ae7aac25745c0571f55107aae2ae8e6b912b2b957c649e9c318a65eaad1bcacd8ba1eade3d328e6cf9c6d131a9da3ce22ac72f4eb179c
7
+ data.tar.gz: d512864a39e74f1c6d85a5f5892bf1cea8c7c45c8f02964321c8d1bd96af8b531d48cdd0c823702149aededa355006bcb06df87fc2586838c7c8e34f522aa419
@@ -107,7 +107,10 @@
107
107
  {"shape":"NoSuchCachePolicy"},
108
108
  {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
109
109
  {"shape":"NoSuchOriginRequestPolicy"},
110
- {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}
110
+ {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
111
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
112
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
113
+ {"shape":"TrustedKeyGroupDoesNotExist"}
111
114
  ]
112
115
  },
113
116
  "CreateDistributionWithTags":{
@@ -169,7 +172,10 @@
169
172
  {"shape":"NoSuchCachePolicy"},
170
173
  {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
171
174
  {"shape":"NoSuchOriginRequestPolicy"},
172
- {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}
175
+ {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
176
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
177
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
178
+ {"shape":"TrustedKeyGroupDoesNotExist"}
173
179
  ]
174
180
  },
175
181
  "CreateFieldLevelEncryptionConfig":{
@@ -231,6 +237,22 @@
231
237
  {"shape":"InconsistentQuantities"}
232
238
  ]
233
239
  },
240
+ "CreateKeyGroup":{
241
+ "name":"CreateKeyGroup2020_05_31",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/2020-05-31/key-group",
245
+ "responseCode":201
246
+ },
247
+ "input":{"shape":"CreateKeyGroupRequest"},
248
+ "output":{"shape":"CreateKeyGroupResult"},
249
+ "errors":[
250
+ {"shape":"InvalidArgument"},
251
+ {"shape":"KeyGroupAlreadyExists"},
252
+ {"shape":"TooManyKeyGroups"},
253
+ {"shape":"TooManyPublicKeysInKeyGroup"}
254
+ ]
255
+ },
234
256
  "CreateMonitoringSubscription":{
235
257
  "name":"CreateMonitoringSubscription2020_05_31",
236
258
  "http":{
@@ -295,7 +317,8 @@
295
317
  "errors":[
296
318
  {"shape":"RealtimeLogConfigAlreadyExists"},
297
319
  {"shape":"TooManyRealtimeLogConfigs"},
298
- {"shape":"InvalidArgument"}
320
+ {"shape":"InvalidArgument"},
321
+ {"shape":"AccessDenied"}
299
322
  ]
300
323
  },
301
324
  "CreateStreamingDistribution":{
@@ -428,6 +451,21 @@
428
451
  {"shape":"FieldLevelEncryptionProfileInUse"}
429
452
  ]
430
453
  },
454
+ "DeleteKeyGroup":{
455
+ "name":"DeleteKeyGroup2020_05_31",
456
+ "http":{
457
+ "method":"DELETE",
458
+ "requestUri":"/2020-05-31/key-group/{Id}",
459
+ "responseCode":204
460
+ },
461
+ "input":{"shape":"DeleteKeyGroupRequest"},
462
+ "errors":[
463
+ {"shape":"InvalidIfMatchVersion"},
464
+ {"shape":"NoSuchResource"},
465
+ {"shape":"PreconditionFailed"},
466
+ {"shape":"ResourceInUse"}
467
+ ]
468
+ },
431
469
  "DeleteMonitoringSubscription":{
432
470
  "name":"DeleteMonitoringSubscription2020_05_31",
433
471
  "http":{
@@ -489,7 +527,8 @@
489
527
  "errors":[
490
528
  {"shape":"NoSuchRealtimeLogConfig"},
491
529
  {"shape":"RealtimeLogConfigInUse"},
492
- {"shape":"InvalidArgument"}
530
+ {"shape":"InvalidArgument"},
531
+ {"shape":"AccessDenied"}
493
532
  ]
494
533
  },
495
534
  "DeleteStreamingDistribution":{
@@ -652,6 +691,30 @@
652
691
  {"shape":"AccessDenied"}
653
692
  ]
654
693
  },
694
+ "GetKeyGroup":{
695
+ "name":"GetKeyGroup2020_05_31",
696
+ "http":{
697
+ "method":"GET",
698
+ "requestUri":"/2020-05-31/key-group/{Id}"
699
+ },
700
+ "input":{"shape":"GetKeyGroupRequest"},
701
+ "output":{"shape":"GetKeyGroupResult"},
702
+ "errors":[
703
+ {"shape":"NoSuchResource"}
704
+ ]
705
+ },
706
+ "GetKeyGroupConfig":{
707
+ "name":"GetKeyGroupConfig2020_05_31",
708
+ "http":{
709
+ "method":"GET",
710
+ "requestUri":"/2020-05-31/key-group/{Id}/config"
711
+ },
712
+ "input":{"shape":"GetKeyGroupConfigRequest"},
713
+ "output":{"shape":"GetKeyGroupConfigResult"},
714
+ "errors":[
715
+ {"shape":"NoSuchResource"}
716
+ ]
717
+ },
655
718
  "GetMonitoringSubscription":{
656
719
  "name":"GetMonitoringSubscription2020_05_31",
657
720
  "http":{
@@ -731,7 +794,8 @@
731
794
  "output":{"shape":"GetRealtimeLogConfigResult"},
732
795
  "errors":[
733
796
  {"shape":"NoSuchRealtimeLogConfig"},
734
- {"shape":"InvalidArgument"}
797
+ {"shape":"InvalidArgument"},
798
+ {"shape":"AccessDenied"}
735
799
  ]
736
800
  },
737
801
  "GetStreamingDistribution":{
@@ -812,6 +876,19 @@
812
876
  {"shape":"AccessDenied"}
813
877
  ]
814
878
  },
879
+ "ListDistributionsByKeyGroup":{
880
+ "name":"ListDistributionsByKeyGroup2020_05_31",
881
+ "http":{
882
+ "method":"GET",
883
+ "requestUri":"/2020-05-31/distributionsByKeyGroupId/{KeyGroupId}"
884
+ },
885
+ "input":{"shape":"ListDistributionsByKeyGroupRequest"},
886
+ "output":{"shape":"ListDistributionsByKeyGroupResult"},
887
+ "errors":[
888
+ {"shape":"NoSuchResource"},
889
+ {"shape":"InvalidArgument"}
890
+ ]
891
+ },
815
892
  "ListDistributionsByOriginRequestPolicyId":{
816
893
  "name":"ListDistributionsByOriginRequestPolicyId2020_05_31",
817
894
  "http":{
@@ -893,6 +970,18 @@
893
970
  {"shape":"AccessDenied"}
894
971
  ]
895
972
  },
973
+ "ListKeyGroups":{
974
+ "name":"ListKeyGroups2020_05_31",
975
+ "http":{
976
+ "method":"GET",
977
+ "requestUri":"/2020-05-31/key-group"
978
+ },
979
+ "input":{"shape":"ListKeyGroupsRequest"},
980
+ "output":{"shape":"ListKeyGroupsResult"},
981
+ "errors":[
982
+ {"shape":"InvalidArgument"}
983
+ ]
984
+ },
896
985
  "ListOriginRequestPolicies":{
897
986
  "name":"ListOriginRequestPolicies2020_05_31",
898
987
  "http":{
@@ -926,7 +1015,12 @@
926
1015
  "requestUri":"/2020-05-31/realtime-log-config"
927
1016
  },
928
1017
  "input":{"shape":"ListRealtimeLogConfigsRequest"},
929
- "output":{"shape":"ListRealtimeLogConfigsResult"}
1018
+ "output":{"shape":"ListRealtimeLogConfigsResult"},
1019
+ "errors":[
1020
+ {"shape":"InvalidArgument"},
1021
+ {"shape":"AccessDenied"},
1022
+ {"shape":"NoSuchRealtimeLogConfig"}
1023
+ ]
930
1024
  },
931
1025
  "ListStreamingDistributions":{
932
1026
  "name":"ListStreamingDistributions2020_05_31",
@@ -1083,7 +1177,10 @@
1083
1177
  {"shape":"NoSuchCachePolicy"},
1084
1178
  {"shape":"TooManyDistributionsAssociatedToCachePolicy"},
1085
1179
  {"shape":"NoSuchOriginRequestPolicy"},
1086
- {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"}
1180
+ {"shape":"TooManyDistributionsAssociatedToOriginRequestPolicy"},
1181
+ {"shape":"TooManyDistributionsAssociatedToKeyGroup"},
1182
+ {"shape":"TooManyKeyGroupsAssociatedToDistribution"},
1183
+ {"shape":"TrustedKeyGroupDoesNotExist"}
1087
1184
  ]
1088
1185
  },
1089
1186
  "UpdateFieldLevelEncryptionConfig":{
@@ -1131,6 +1228,23 @@
1131
1228
  {"shape":"TooManyFieldLevelEncryptionFieldPatterns"}
1132
1229
  ]
1133
1230
  },
1231
+ "UpdateKeyGroup":{
1232
+ "name":"UpdateKeyGroup2020_05_31",
1233
+ "http":{
1234
+ "method":"PUT",
1235
+ "requestUri":"/2020-05-31/key-group/{Id}"
1236
+ },
1237
+ "input":{"shape":"UpdateKeyGroupRequest"},
1238
+ "output":{"shape":"UpdateKeyGroupResult"},
1239
+ "errors":[
1240
+ {"shape":"InvalidIfMatchVersion"},
1241
+ {"shape":"NoSuchResource"},
1242
+ {"shape":"PreconditionFailed"},
1243
+ {"shape":"KeyGroupAlreadyExists"},
1244
+ {"shape":"InvalidArgument"},
1245
+ {"shape":"TooManyPublicKeysInKeyGroup"}
1246
+ ]
1247
+ },
1134
1248
  "UpdateOriginRequestPolicy":{
1135
1249
  "name":"UpdateOriginRequestPolicy2020_05_31",
1136
1250
  "http":{
@@ -1185,7 +1299,8 @@
1185
1299
  "output":{"shape":"UpdateRealtimeLogConfigResult"},
1186
1300
  "errors":[
1187
1301
  {"shape":"NoSuchRealtimeLogConfig"},
1188
- {"shape":"InvalidArgument"}
1302
+ {"shape":"InvalidArgument"},
1303
+ {"shape":"AccessDenied"}
1189
1304
  ]
1190
1305
  },
1191
1306
  "UpdateStreamingDistribution":{
@@ -1222,6 +1337,18 @@
1222
1337
  "error":{"httpStatusCode":403},
1223
1338
  "exception":true
1224
1339
  },
1340
+ "ActiveTrustedKeyGroups":{
1341
+ "type":"structure",
1342
+ "required":[
1343
+ "Enabled",
1344
+ "Quantity"
1345
+ ],
1346
+ "members":{
1347
+ "Enabled":{"shape":"boolean"},
1348
+ "Quantity":{"shape":"integer"},
1349
+ "Items":{"shape":"KGKeyPairIdsList"}
1350
+ }
1351
+ },
1225
1352
  "ActiveTrustedSigners":{
1226
1353
  "type":"structure",
1227
1354
  "required":[
@@ -1303,13 +1430,13 @@
1303
1430
  "required":[
1304
1431
  "PathPattern",
1305
1432
  "TargetOriginId",
1306
- "TrustedSigners",
1307
1433
  "ViewerProtocolPolicy"
1308
1434
  ],
1309
1435
  "members":{
1310
1436
  "PathPattern":{"shape":"string"},
1311
1437
  "TargetOriginId":{"shape":"string"},
1312
1438
  "TrustedSigners":{"shape":"TrustedSigners"},
1439
+ "TrustedKeyGroups":{"shape":"TrustedKeyGroups"},
1313
1440
  "ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
1314
1441
  "AllowedMethods":{"shape":"AllowedMethods"},
1315
1442
  "SmoothStreaming":{"shape":"boolean"},
@@ -1854,6 +1981,35 @@
1854
1981
  },
1855
1982
  "payload":"Invalidation"
1856
1983
  },
1984
+ "CreateKeyGroupRequest":{
1985
+ "type":"structure",
1986
+ "required":["KeyGroupConfig"],
1987
+ "members":{
1988
+ "KeyGroupConfig":{
1989
+ "shape":"KeyGroupConfig",
1990
+ "locationName":"KeyGroupConfig",
1991
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1992
+ }
1993
+ },
1994
+ "payload":"KeyGroupConfig"
1995
+ },
1996
+ "CreateKeyGroupResult":{
1997
+ "type":"structure",
1998
+ "members":{
1999
+ "KeyGroup":{"shape":"KeyGroup"},
2000
+ "Location":{
2001
+ "shape":"string",
2002
+ "location":"header",
2003
+ "locationName":"Location"
2004
+ },
2005
+ "ETag":{
2006
+ "shape":"string",
2007
+ "location":"header",
2008
+ "locationName":"ETag"
2009
+ }
2010
+ },
2011
+ "payload":"KeyGroup"
2012
+ },
1857
2013
  "CreateMonitoringSubscriptionRequest":{
1858
2014
  "type":"structure",
1859
2015
  "required":[
@@ -2071,12 +2227,12 @@
2071
2227
  "type":"structure",
2072
2228
  "required":[
2073
2229
  "TargetOriginId",
2074
- "TrustedSigners",
2075
2230
  "ViewerProtocolPolicy"
2076
2231
  ],
2077
2232
  "members":{
2078
2233
  "TargetOriginId":{"shape":"string"},
2079
2234
  "TrustedSigners":{"shape":"TrustedSigners"},
2235
+ "TrustedKeyGroups":{"shape":"TrustedKeyGroups"},
2080
2236
  "ViewerProtocolPolicy":{"shape":"ViewerProtocolPolicy"},
2081
2237
  "AllowedMethods":{"shape":"AllowedMethods"},
2082
2238
  "SmoothStreaming":{"shape":"boolean"},
@@ -2184,6 +2340,22 @@
2184
2340
  }
2185
2341
  }
2186
2342
  },
2343
+ "DeleteKeyGroupRequest":{
2344
+ "type":"structure",
2345
+ "required":["Id"],
2346
+ "members":{
2347
+ "Id":{
2348
+ "shape":"string",
2349
+ "location":"uri",
2350
+ "locationName":"Id"
2351
+ },
2352
+ "IfMatch":{
2353
+ "shape":"string",
2354
+ "location":"header",
2355
+ "locationName":"If-Match"
2356
+ }
2357
+ }
2358
+ },
2187
2359
  "DeleteMonitoringSubscriptionRequest":{
2188
2360
  "type":"structure",
2189
2361
  "required":["DistributionId"],
@@ -2264,7 +2436,6 @@
2264
2436
  "LastModifiedTime",
2265
2437
  "InProgressInvalidationBatches",
2266
2438
  "DomainName",
2267
- "ActiveTrustedSigners",
2268
2439
  "DistributionConfig"
2269
2440
  ],
2270
2441
  "members":{
@@ -2275,6 +2446,7 @@
2275
2446
  "InProgressInvalidationBatches":{"shape":"integer"},
2276
2447
  "DomainName":{"shape":"string"},
2277
2448
  "ActiveTrustedSigners":{"shape":"ActiveTrustedSigners"},
2449
+ "ActiveTrustedKeyGroups":{"shape":"ActiveTrustedKeyGroups"},
2278
2450
  "DistributionConfig":{"shape":"DistributionConfig"},
2279
2451
  "AliasICPRecordals":{"shape":"AliasICPRecordals"}
2280
2452
  }
@@ -2952,6 +3124,52 @@
2952
3124
  },
2953
3125
  "payload":"Invalidation"
2954
3126
  },
3127
+ "GetKeyGroupConfigRequest":{
3128
+ "type":"structure",
3129
+ "required":["Id"],
3130
+ "members":{
3131
+ "Id":{
3132
+ "shape":"string",
3133
+ "location":"uri",
3134
+ "locationName":"Id"
3135
+ }
3136
+ }
3137
+ },
3138
+ "GetKeyGroupConfigResult":{
3139
+ "type":"structure",
3140
+ "members":{
3141
+ "KeyGroupConfig":{"shape":"KeyGroupConfig"},
3142
+ "ETag":{
3143
+ "shape":"string",
3144
+ "location":"header",
3145
+ "locationName":"ETag"
3146
+ }
3147
+ },
3148
+ "payload":"KeyGroupConfig"
3149
+ },
3150
+ "GetKeyGroupRequest":{
3151
+ "type":"structure",
3152
+ "required":["Id"],
3153
+ "members":{
3154
+ "Id":{
3155
+ "shape":"string",
3156
+ "location":"uri",
3157
+ "locationName":"Id"
3158
+ }
3159
+ }
3160
+ },
3161
+ "GetKeyGroupResult":{
3162
+ "type":"structure",
3163
+ "members":{
3164
+ "KeyGroup":{"shape":"KeyGroup"},
3165
+ "ETag":{
3166
+ "shape":"string",
3167
+ "location":"header",
3168
+ "locationName":"ETag"
3169
+ }
3170
+ },
3171
+ "payload":"KeyGroup"
3172
+ },
2955
3173
  "GetMonitoringSubscriptionRequest":{
2956
3174
  "type":"structure",
2957
3175
  "required":["DistributionId"],
@@ -3438,6 +3656,80 @@
3438
3656
  "all"
3439
3657
  ]
3440
3658
  },
3659
+ "KGKeyPairIds":{
3660
+ "type":"structure",
3661
+ "members":{
3662
+ "KeyGroupId":{"shape":"string"},
3663
+ "KeyPairIds":{"shape":"KeyPairIds"}
3664
+ }
3665
+ },
3666
+ "KGKeyPairIdsList":{
3667
+ "type":"list",
3668
+ "member":{
3669
+ "shape":"KGKeyPairIds",
3670
+ "locationName":"KeyGroup"
3671
+ }
3672
+ },
3673
+ "KeyGroup":{
3674
+ "type":"structure",
3675
+ "required":[
3676
+ "Id",
3677
+ "LastModifiedTime",
3678
+ "KeyGroupConfig"
3679
+ ],
3680
+ "members":{
3681
+ "Id":{"shape":"string"},
3682
+ "LastModifiedTime":{"shape":"timestamp"},
3683
+ "KeyGroupConfig":{"shape":"KeyGroupConfig"}
3684
+ }
3685
+ },
3686
+ "KeyGroupAlreadyExists":{
3687
+ "type":"structure",
3688
+ "members":{
3689
+ "Message":{"shape":"string"}
3690
+ },
3691
+ "error":{"httpStatusCode":409},
3692
+ "exception":true
3693
+ },
3694
+ "KeyGroupConfig":{
3695
+ "type":"structure",
3696
+ "required":[
3697
+ "Name",
3698
+ "Items"
3699
+ ],
3700
+ "members":{
3701
+ "Name":{"shape":"string"},
3702
+ "Items":{"shape":"PublicKeyIdList"},
3703
+ "Comment":{"shape":"string"}
3704
+ }
3705
+ },
3706
+ "KeyGroupList":{
3707
+ "type":"structure",
3708
+ "required":[
3709
+ "MaxItems",
3710
+ "Quantity"
3711
+ ],
3712
+ "members":{
3713
+ "NextMarker":{"shape":"string"},
3714
+ "MaxItems":{"shape":"integer"},
3715
+ "Quantity":{"shape":"integer"},
3716
+ "Items":{"shape":"KeyGroupSummaryList"}
3717
+ }
3718
+ },
3719
+ "KeyGroupSummary":{
3720
+ "type":"structure",
3721
+ "required":["KeyGroup"],
3722
+ "members":{
3723
+ "KeyGroup":{"shape":"KeyGroup"}
3724
+ }
3725
+ },
3726
+ "KeyGroupSummaryList":{
3727
+ "type":"list",
3728
+ "member":{
3729
+ "shape":"KeyGroupSummary",
3730
+ "locationName":"KeyGroupSummary"
3731
+ }
3732
+ },
3441
3733
  "KeyPairIdList":{
3442
3734
  "type":"list",
3443
3735
  "member":{
@@ -3569,6 +3861,34 @@
3569
3861
  },
3570
3862
  "payload":"DistributionIdList"
3571
3863
  },
3864
+ "ListDistributionsByKeyGroupRequest":{
3865
+ "type":"structure",
3866
+ "required":["KeyGroupId"],
3867
+ "members":{
3868
+ "Marker":{
3869
+ "shape":"string",
3870
+ "location":"querystring",
3871
+ "locationName":"Marker"
3872
+ },
3873
+ "MaxItems":{
3874
+ "shape":"string",
3875
+ "location":"querystring",
3876
+ "locationName":"MaxItems"
3877
+ },
3878
+ "KeyGroupId":{
3879
+ "shape":"string",
3880
+ "location":"uri",
3881
+ "locationName":"KeyGroupId"
3882
+ }
3883
+ }
3884
+ },
3885
+ "ListDistributionsByKeyGroupResult":{
3886
+ "type":"structure",
3887
+ "members":{
3888
+ "DistributionIdList":{"shape":"DistributionIdList"}
3889
+ },
3890
+ "payload":"DistributionIdList"
3891
+ },
3572
3892
  "ListDistributionsByOriginRequestPolicyIdRequest":{
3573
3893
  "type":"structure",
3574
3894
  "required":["OriginRequestPolicyId"],
@@ -3735,6 +4055,28 @@
3735
4055
  },
3736
4056
  "payload":"InvalidationList"
3737
4057
  },
4058
+ "ListKeyGroupsRequest":{
4059
+ "type":"structure",
4060
+ "members":{
4061
+ "Marker":{
4062
+ "shape":"string",
4063
+ "location":"querystring",
4064
+ "locationName":"Marker"
4065
+ },
4066
+ "MaxItems":{
4067
+ "shape":"string",
4068
+ "location":"querystring",
4069
+ "locationName":"MaxItems"
4070
+ }
4071
+ }
4072
+ },
4073
+ "ListKeyGroupsResult":{
4074
+ "type":"structure",
4075
+ "members":{
4076
+ "KeyGroupList":{"shape":"KeyGroupList"}
4077
+ },
4078
+ "payload":"KeyGroupList"
4079
+ },
3738
4080
  "ListOriginRequestPoliciesRequest":{
3739
4081
  "type":"structure",
3740
4082
  "members":{
@@ -4373,6 +4715,13 @@
4373
4715
  "Comment":{"shape":"string"}
4374
4716
  }
4375
4717
  },
4718
+ "PublicKeyIdList":{
4719
+ "type":"list",
4720
+ "member":{
4721
+ "shape":"string",
4722
+ "locationName":"PublicKey"
4723
+ }
4724
+ },
4376
4725
  "PublicKeyInUse":{
4377
4726
  "type":"structure",
4378
4727
  "members":{
@@ -4559,6 +4908,14 @@
4559
4908
  "type":"string",
4560
4909
  "pattern":"arn:aws(-cn)?:cloudfront::[0-9]+:.*"
4561
4910
  },
4911
+ "ResourceInUse":{
4912
+ "type":"structure",
4913
+ "members":{
4914
+ "Message":{"shape":"string"}
4915
+ },
4916
+ "error":{"httpStatusCode":409},
4917
+ "exception":true
4918
+ },
4562
4919
  "Restrictions":{
4563
4920
  "type":"structure",
4564
4921
  "required":["GeoRestriction"],
@@ -4928,6 +5285,14 @@
4928
5285
  "error":{"httpStatusCode":400},
4929
5286
  "exception":true
4930
5287
  },
5288
+ "TooManyDistributionsAssociatedToKeyGroup":{
5289
+ "type":"structure",
5290
+ "members":{
5291
+ "Message":{"shape":"string"}
5292
+ },
5293
+ "error":{"httpStatusCode":400},
5294
+ "exception":true
5295
+ },
4931
5296
  "TooManyDistributionsAssociatedToOriginRequestPolicy":{
4932
5297
  "type":"structure",
4933
5298
  "members":{
@@ -5032,6 +5397,22 @@
5032
5397
  "error":{"httpStatusCode":400},
5033
5398
  "exception":true
5034
5399
  },
5400
+ "TooManyKeyGroups":{
5401
+ "type":"structure",
5402
+ "members":{
5403
+ "Message":{"shape":"string"}
5404
+ },
5405
+ "error":{"httpStatusCode":400},
5406
+ "exception":true
5407
+ },
5408
+ "TooManyKeyGroupsAssociatedToDistribution":{
5409
+ "type":"structure",
5410
+ "members":{
5411
+ "Message":{"shape":"string"}
5412
+ },
5413
+ "error":{"httpStatusCode":400},
5414
+ "exception":true
5415
+ },
5035
5416
  "TooManyLambdaFunctionAssociations":{
5036
5417
  "type":"structure",
5037
5418
  "members":{
@@ -5080,6 +5461,14 @@
5080
5461
  "error":{"httpStatusCode":400},
5081
5462
  "exception":true
5082
5463
  },
5464
+ "TooManyPublicKeysInKeyGroup":{
5465
+ "type":"structure",
5466
+ "members":{
5467
+ "Message":{"shape":"string"}
5468
+ },
5469
+ "error":{"httpStatusCode":400},
5470
+ "exception":true
5471
+ },
5083
5472
  "TooManyQueryStringParameters":{
5084
5473
  "type":"structure",
5085
5474
  "members":{
@@ -5136,6 +5525,33 @@
5136
5525
  "error":{"httpStatusCode":400},
5137
5526
  "exception":true
5138
5527
  },
5528
+ "TrustedKeyGroupDoesNotExist":{
5529
+ "type":"structure",
5530
+ "members":{
5531
+ "Message":{"shape":"string"}
5532
+ },
5533
+ "error":{"httpStatusCode":400},
5534
+ "exception":true
5535
+ },
5536
+ "TrustedKeyGroupIdList":{
5537
+ "type":"list",
5538
+ "member":{
5539
+ "shape":"string",
5540
+ "locationName":"KeyGroup"
5541
+ }
5542
+ },
5543
+ "TrustedKeyGroups":{
5544
+ "type":"structure",
5545
+ "required":[
5546
+ "Enabled",
5547
+ "Quantity"
5548
+ ],
5549
+ "members":{
5550
+ "Enabled":{"shape":"boolean"},
5551
+ "Quantity":{"shape":"integer"},
5552
+ "Items":{"shape":"TrustedKeyGroupIdList"}
5553
+ }
5554
+ },
5139
5555
  "TrustedSignerDoesNotExist":{
5140
5556
  "type":"structure",
5141
5557
  "members":{
@@ -5361,6 +5777,43 @@
5361
5777
  },
5362
5778
  "payload":"FieldLevelEncryptionProfile"
5363
5779
  },
5780
+ "UpdateKeyGroupRequest":{
5781
+ "type":"structure",
5782
+ "required":[
5783
+ "KeyGroupConfig",
5784
+ "Id"
5785
+ ],
5786
+ "members":{
5787
+ "KeyGroupConfig":{
5788
+ "shape":"KeyGroupConfig",
5789
+ "locationName":"KeyGroupConfig",
5790
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
5791
+ },
5792
+ "Id":{
5793
+ "shape":"string",
5794
+ "location":"uri",
5795
+ "locationName":"Id"
5796
+ },
5797
+ "IfMatch":{
5798
+ "shape":"string",
5799
+ "location":"header",
5800
+ "locationName":"If-Match"
5801
+ }
5802
+ },
5803
+ "payload":"KeyGroupConfig"
5804
+ },
5805
+ "UpdateKeyGroupResult":{
5806
+ "type":"structure",
5807
+ "members":{
5808
+ "KeyGroup":{"shape":"KeyGroup"},
5809
+ "ETag":{
5810
+ "shape":"string",
5811
+ "location":"header",
5812
+ "locationName":"ETag"
5813
+ }
5814
+ },
5815
+ "payload":"KeyGroup"
5816
+ },
5364
5817
  "UpdateOriginRequestPolicyRequest":{
5365
5818
  "type":"structure",
5366
5819
  "required":[
@@ -14611,6 +14611,14 @@
14611
14611
  "locationName":"item"
14612
14612
  }
14613
14613
  },
14614
+ "EphemeralNvmeSupport":{
14615
+ "type":"string",
14616
+ "enum":[
14617
+ "unsupported",
14618
+ "supported",
14619
+ "required"
14620
+ ]
14621
+ },
14614
14622
  "ErrorSet":{
14615
14623
  "type":"list",
14616
14624
  "member":{
@@ -18497,6 +18505,10 @@
18497
18505
  "Disks":{
18498
18506
  "shape":"DiskInfoList",
18499
18507
  "locationName":"disks"
18508
+ },
18509
+ "NvmeSupport":{
18510
+ "shape":"EphemeralNvmeSupport",
18511
+ "locationName":"nvmeSupport"
18500
18512
  }
18501
18513
  }
18502
18514
  },
@@ -576,7 +576,8 @@
576
576
  "IdempotencyToken":{
577
577
  "shape":"IdempotencyToken",
578
578
  "idempotencyToken":true
579
- }
579
+ },
580
+ "PortOverrides":{"shape":"PortOverrides"}
580
581
  }
581
582
  },
582
583
  "CreateEndpointGroupResponse":{
@@ -735,7 +736,8 @@
735
736
  "HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
736
737
  "HealthCheckPath":{"shape":"GenericString"},
737
738
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
738
- "ThresholdCount":{"shape":"ThresholdCount"}
739
+ "ThresholdCount":{"shape":"ThresholdCount"},
740
+ "PortOverrides":{"shape":"PortOverrides"}
739
741
  }
740
742
  },
741
743
  "EndpointGroupAlreadyExistsException":{
@@ -964,6 +966,19 @@
964
966
  "max":65535,
965
967
  "min":1
966
968
  },
969
+ "PortOverride":{
970
+ "type":"structure",
971
+ "members":{
972
+ "ListenerPort":{"shape":"PortNumber"},
973
+ "EndpointPort":{"shape":"PortNumber"}
974
+ }
975
+ },
976
+ "PortOverrides":{
977
+ "type":"list",
978
+ "member":{"shape":"PortOverride"},
979
+ "max":10,
980
+ "min":0
981
+ },
967
982
  "PortRange":{
968
983
  "type":"structure",
969
984
  "members":{
@@ -1123,7 +1138,8 @@
1123
1138
  "HealthCheckProtocol":{"shape":"HealthCheckProtocol"},
1124
1139
  "HealthCheckPath":{"shape":"GenericString"},
1125
1140
  "HealthCheckIntervalSeconds":{"shape":"HealthCheckIntervalSeconds"},
1126
- "ThresholdCount":{"shape":"ThresholdCount"}
1141
+ "ThresholdCount":{"shape":"ThresholdCount"},
1142
+ "PortOverrides":{"shape":"PortOverrides"}
1127
1143
  }
1128
1144
  },
1129
1145
  "UpdateEndpointGroupResponse":{
@@ -2908,6 +2908,7 @@
2908
2908
  "DatabaseName":{"shape":"DatabaseName"},
2909
2909
  "Description":{"shape":"DescriptionString"},
2910
2910
  "Classifiers":{"shape":"ClassifierNameList"},
2911
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
2911
2912
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
2912
2913
  "State":{"shape":"CrawlerState"},
2913
2914
  "TablePrefix":{"shape":"TablePrefix"},
@@ -3043,6 +3044,7 @@
3043
3044
  "Classifiers":{"shape":"ClassifierNameList"},
3044
3045
  "TablePrefix":{"shape":"TablePrefix"},
3045
3046
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
3047
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
3046
3048
  "Configuration":{"shape":"CrawlerConfiguration"},
3047
3049
  "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"},
3048
3050
  "Tags":{"shape":"TagsMap"}
@@ -5765,6 +5767,19 @@
5765
5767
  "type":"long",
5766
5768
  "box":true
5767
5769
  },
5770
+ "RecrawlBehavior":{
5771
+ "type":"string",
5772
+ "enum":[
5773
+ "CRAWL_EVERYTHING",
5774
+ "CRAWL_NEW_FOLDERS_ONLY"
5775
+ ]
5776
+ },
5777
+ "RecrawlPolicy":{
5778
+ "type":"structure",
5779
+ "members":{
5780
+ "RecrawlBehavior":{"shape":"RecrawlBehavior"}
5781
+ }
5782
+ },
5768
5783
  "ReplaceBoolean":{"type":"boolean"},
5769
5784
  "ResetJobBookmarkRequest":{
5770
5785
  "type":"structure",
@@ -6733,6 +6748,7 @@
6733
6748
  "Classifiers":{"shape":"ClassifierNameList"},
6734
6749
  "TablePrefix":{"shape":"TablePrefix"},
6735
6750
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
6751
+ "RecrawlPolicy":{"shape":"RecrawlPolicy"},
6736
6752
  "Configuration":{"shape":"CrawlerConfiguration"},
6737
6753
  "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
6738
6754
  }
@@ -644,9 +644,7 @@
644
644
  "required":[
645
645
  "Name",
646
646
  "IndexId",
647
- "Type",
648
- "Configuration",
649
- "RoleArn"
647
+ "Type"
650
648
  ],
651
649
  "members":{
652
650
  "Name":{"shape":"DataSourceName"},
@@ -656,7 +654,11 @@
656
654
  "Description":{"shape":"Description"},
657
655
  "Schedule":{"shape":"ScanSchedule"},
658
656
  "RoleArn":{"shape":"RoleArn"},
659
- "Tags":{"shape":"TagList"}
657
+ "Tags":{"shape":"TagList"},
658
+ "ClientToken":{
659
+ "shape":"ClientTokenName",
660
+ "idempotencyToken":true
661
+ }
660
662
  }
661
663
  },
662
664
  "CreateDataSourceResponse":{
@@ -681,7 +683,11 @@
681
683
  "S3Path":{"shape":"S3Path"},
682
684
  "RoleArn":{"shape":"RoleArn"},
683
685
  "Tags":{"shape":"TagList"},
684
- "FileFormat":{"shape":"FaqFileFormat"}
686
+ "FileFormat":{"shape":"FaqFileFormat"},
687
+ "ClientToken":{
688
+ "shape":"ClientTokenName",
689
+ "idempotencyToken":true
690
+ }
685
691
  }
686
692
  },
687
693
  "CreateFaqResponse":{
@@ -752,7 +758,7 @@
752
758
  },
753
759
  "DataSourceInclusionsExclusionsStringsMember":{
754
760
  "type":"string",
755
- "max":50,
761
+ "max":150,
756
762
  "min":1
757
763
  },
758
764
  "DataSourceName":{
@@ -868,7 +874,8 @@
868
874
  "DATABASE",
869
875
  "SALESFORCE",
870
876
  "ONEDRIVE",
871
- "SERVICENOW"
877
+ "SERVICENOW",
878
+ "CUSTOM"
872
879
  ]
873
880
  },
874
881
  "DataSourceVpcConfiguration":{
@@ -1035,7 +1042,7 @@
1035
1042
  "Description":{
1036
1043
  "type":"string",
1037
1044
  "max":1000,
1038
- "min":1,
1045
+ "min":0,
1039
1046
  "pattern":"^\\P{C}*$"
1040
1047
  },
1041
1048
  "Document":{
@@ -1720,6 +1727,7 @@
1720
1727
  "members":{
1721
1728
  "BucketName":{"shape":"S3BucketName"},
1722
1729
  "InclusionPrefixes":{"shape":"DataSourceInclusionsExclusionsStrings"},
1730
+ "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1723
1731
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1724
1732
  "DocumentsMetadataConfiguration":{"shape":"DocumentsMetadataConfiguration"},
1725
1733
  "AccessControlListConfiguration":{"shape":"AccessControlListConfiguration"}
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.609'
2
+ VERSION = '2.11.610'
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.609
4
+ version: 2.11.610
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-20 00:00:00.000000000 Z
11
+ date: 2020-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath