aws-sdk-core 2.11.607 → 2.11.612

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0cc3da692882a9f58da4ff24f60bf1df28b973a1c66386bd0c771a0515cc7996
4
- data.tar.gz: 26eb4e790c2b37a305af8564828f7a1950804775f07ff5a99f0304684eaf4957
3
+ metadata.gz: 23111aa2c399bf4e6f1e22e2e545a301199ba4b257bc73401688812c9624f3fa
4
+ data.tar.gz: c2c09a5dfbd3027988dafb9dd6822f7ed8d9c0450139ac4f2c1014308a81754e
5
5
  SHA512:
6
- metadata.gz: 85f42a70ad9e6b18e3aea8ab20a4ece3b55edebe8f15165b537f89318d395d9daed98b76858c9e68edfa5226ebcea67ad409c457ea860473da7428efb2bbf1f4
7
- data.tar.gz: 44339115afd3c7369a56e4b7774f42e667ba1c78fdab383e9fed2d367e476e772d7fc72f9d575279e8344bd42c9838180cb3c67e17558b8a0e071fb1d48efa6d
6
+ metadata.gz: 7d7c3fb4745ec586a29b70a620d418085cb69f640b3b567e07a30c556948cedf10c7769f5b07a03eb079d37af17dc32d271e007c2a1b49391074625ca8b6fd04
7
+ data.tar.gz: 613afee01505f10735401d07984bfb87faf957ae54d1544ab296966e1e5c69d896eeee7f403a15791eba7e923df17f893d5b0ec85a0fee5780a31dd9b912a9de
@@ -385,6 +385,13 @@
385
385
  "max":512,
386
386
  "pattern":".*"
387
387
  },
388
+ "ClientCredentialsArn":{
389
+ "type":"string",
390
+ "max":2048,
391
+ "min":20,
392
+ "pattern":"arn:aws:secretsmanager:.*:[0-9]+:.*",
393
+ "sensitive":true
394
+ },
388
395
  "ClientId":{
389
396
  "type":"string",
390
397
  "max":512,
@@ -756,6 +763,11 @@
756
763
  }
757
764
  },
758
765
  "Date":{"type":"timestamp"},
766
+ "DatetimeTypeFieldName":{
767
+ "type":"string",
768
+ "max":256,
769
+ "pattern":".*"
770
+ },
759
771
  "DeleteConnectorProfileRequest":{
760
772
  "type":"structure",
761
773
  "required":["connectorProfileName"],
@@ -897,7 +909,9 @@
897
909
  "members":{
898
910
  "isCreatable":{"shape":"Boolean"},
899
911
  "isNullable":{"shape":"Boolean"},
900
- "isUpsertable":{"shape":"Boolean"}
912
+ "isUpsertable":{"shape":"Boolean"},
913
+ "isUpdatable":{"shape":"Boolean"},
914
+ "supportedWriteOperations":{"shape":"SupportedWriteOperationList"}
901
915
  }
902
916
  },
903
917
  "DestinationFlowConfig":{
@@ -1171,11 +1185,23 @@
1171
1185
  "max":128,
1172
1186
  "pattern":"\\S+"
1173
1187
  },
1188
+ "IdFieldNameList":{
1189
+ "type":"list",
1190
+ "member":{"shape":"Name"},
1191
+ "max":1,
1192
+ "min":0
1193
+ },
1174
1194
  "Identifier":{
1175
1195
  "type":"string",
1176
1196
  "max":128,
1177
1197
  "pattern":"\\S+"
1178
1198
  },
1199
+ "IncrementalPullConfig":{
1200
+ "type":"structure",
1201
+ "members":{
1202
+ "datetimeTypeFieldName":{"shape":"DatetimeTypeFieldName"}
1203
+ }
1204
+ },
1179
1205
  "InforNexusConnectorOperator":{
1180
1206
  "type":"string",
1181
1207
  "enum":[
@@ -1640,7 +1666,8 @@
1640
1666
  "members":{
1641
1667
  "accessToken":{"shape":"AccessToken"},
1642
1668
  "refreshToken":{"shape":"RefreshToken"},
1643
- "oAuthRequest":{"shape":"ConnectorOAuthRequest"}
1669
+ "oAuthRequest":{"shape":"ConnectorOAuthRequest"},
1670
+ "clientCredentialsArn":{"shape":"ClientCredentialsArn"}
1644
1671
  }
1645
1672
  },
1646
1673
  "SalesforceConnectorProfileProperties":{
@@ -1655,7 +1682,9 @@
1655
1682
  "required":["object"],
1656
1683
  "members":{
1657
1684
  "object":{"shape":"Object"},
1658
- "errorHandlingConfig":{"shape":"ErrorHandlingConfig"}
1685
+ "idFieldNames":{"shape":"IdFieldNameList"},
1686
+ "errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
1687
+ "writeOperationType":{"shape":"WriteOperationType"}
1659
1688
  }
1660
1689
  },
1661
1690
  "SalesforceMetadata":{
@@ -1960,7 +1989,8 @@
1960
1989
  "members":{
1961
1990
  "connectorType":{"shape":"ConnectorType"},
1962
1991
  "connectorProfileName":{"shape":"ConnectorProfileName"},
1963
- "sourceConnectorProperties":{"shape":"SourceConnectorProperties"}
1992
+ "sourceConnectorProperties":{"shape":"SourceConnectorProperties"},
1993
+ "incrementalPullConfig":{"shape":"IncrementalPullConfig"}
1964
1994
  }
1965
1995
  },
1966
1996
  "Stage":{
@@ -1979,7 +2009,8 @@
1979
2009
  "type":"structure",
1980
2010
  "members":{
1981
2011
  "flowArn":{"shape":"FlowArn"},
1982
- "flowStatus":{"shape":"FlowStatus"}
2012
+ "flowStatus":{"shape":"FlowStatus"},
2013
+ "executionId":{"shape":"ExecutionId"}
1983
2014
  }
1984
2015
  },
1985
2016
  "StopFlowRequest":{
@@ -2012,6 +2043,10 @@
2012
2043
  "type":"list",
2013
2044
  "member":{"shape":"Value"}
2014
2045
  },
2046
+ "SupportedWriteOperationList":{
2047
+ "type":"list",
2048
+ "member":{"shape":"WriteOperationType"}
2049
+ },
2015
2050
  "TagKey":{
2016
2051
  "type":"string",
2017
2052
  "max":128,
@@ -2093,7 +2128,8 @@
2093
2128
  },
2094
2129
  "Timezone":{
2095
2130
  "type":"string",
2096
- "max":256
2131
+ "max":256,
2132
+ "pattern":".*"
2097
2133
  },
2098
2134
  "TrendmicroConnectorOperator":{
2099
2135
  "type":"string",
@@ -2322,6 +2358,14 @@
2322
2358
  "max":512,
2323
2359
  "pattern":"[\\s\\w/!@#+=.-]*"
2324
2360
  },
2361
+ "WriteOperationType":{
2362
+ "type":"string",
2363
+ "enum":[
2364
+ "INSERT",
2365
+ "UPSERT",
2366
+ "UPDATE"
2367
+ ]
2368
+ },
2325
2369
  "ZendeskConnectorOperator":{
2326
2370
  "type":"string",
2327
2371
  "enum":[
@@ -703,6 +703,20 @@
703
703
  "type":"list",
704
704
  "member":{"shape":"KeyValuePair"}
705
705
  },
706
+ "EvaluateOnExit":{
707
+ "type":"structure",
708
+ "required":["action"],
709
+ "members":{
710
+ "onStatusReason":{"shape":"String"},
711
+ "onReason":{"shape":"String"},
712
+ "onExitCode":{"shape":"String"},
713
+ "action":{"shape":"RetryAction"}
714
+ }
715
+ },
716
+ "EvaluateOnExitList":{
717
+ "type":"list",
718
+ "member":{"shape":"EvaluateOnExit"}
719
+ },
706
720
  "Host":{
707
721
  "type":"structure",
708
722
  "members":{
@@ -1101,10 +1115,18 @@
1101
1115
  "type":"string",
1102
1116
  "enum":["GPU"]
1103
1117
  },
1118
+ "RetryAction":{
1119
+ "type":"string",
1120
+ "enum":[
1121
+ "RETRY",
1122
+ "EXIT"
1123
+ ]
1124
+ },
1104
1125
  "RetryStrategy":{
1105
1126
  "type":"structure",
1106
1127
  "members":{
1107
- "attempts":{"shape":"Integer"}
1128
+ "attempts":{"shape":"Integer"},
1129
+ "evaluateOnExit":{"shape":"EvaluateOnExitList"}
1108
1130
  }
1109
1131
  },
1110
1132
  "Secret":{
@@ -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":{
@@ -4023,7 +4365,8 @@
4023
4365
  "S3OriginConfig":{"shape":"S3OriginConfig"},
4024
4366
  "CustomOriginConfig":{"shape":"CustomOriginConfig"},
4025
4367
  "ConnectionAttempts":{"shape":"integer"},
4026
- "ConnectionTimeout":{"shape":"integer"}
4368
+ "ConnectionTimeout":{"shape":"integer"},
4369
+ "OriginShield":{"shape":"OriginShield"}
4027
4370
  }
4028
4371
  },
4029
4372
  "OriginCustomHeader":{
@@ -4254,6 +4597,20 @@
4254
4597
  "custom"
4255
4598
  ]
4256
4599
  },
4600
+ "OriginShield":{
4601
+ "type":"structure",
4602
+ "required":["Enabled"],
4603
+ "members":{
4604
+ "Enabled":{"shape":"boolean"},
4605
+ "OriginShieldRegion":{"shape":"OriginShieldRegion"}
4606
+ }
4607
+ },
4608
+ "OriginShieldRegion":{
4609
+ "type":"string",
4610
+ "max":32,
4611
+ "min":1,
4612
+ "pattern":"[a-z]{2}-[a-z]+-\\d"
4613
+ },
4257
4614
  "OriginSslProtocols":{
4258
4615
  "type":"structure",
4259
4616
  "required":[
@@ -4358,6 +4715,13 @@
4358
4715
  "Comment":{"shape":"string"}
4359
4716
  }
4360
4717
  },
4718
+ "PublicKeyIdList":{
4719
+ "type":"list",
4720
+ "member":{
4721
+ "shape":"string",
4722
+ "locationName":"PublicKey"
4723
+ }
4724
+ },
4361
4725
  "PublicKeyInUse":{
4362
4726
  "type":"structure",
4363
4727
  "members":{
@@ -4544,6 +4908,14 @@
4544
4908
  "type":"string",
4545
4909
  "pattern":"arn:aws(-cn)?:cloudfront::[0-9]+:.*"
4546
4910
  },
4911
+ "ResourceInUse":{
4912
+ "type":"structure",
4913
+ "members":{
4914
+ "Message":{"shape":"string"}
4915
+ },
4916
+ "error":{"httpStatusCode":409},
4917
+ "exception":true
4918
+ },
4547
4919
  "Restrictions":{
4548
4920
  "type":"structure",
4549
4921
  "required":["GeoRestriction"],
@@ -4913,6 +5285,14 @@
4913
5285
  "error":{"httpStatusCode":400},
4914
5286
  "exception":true
4915
5287
  },
5288
+ "TooManyDistributionsAssociatedToKeyGroup":{
5289
+ "type":"structure",
5290
+ "members":{
5291
+ "Message":{"shape":"string"}
5292
+ },
5293
+ "error":{"httpStatusCode":400},
5294
+ "exception":true
5295
+ },
4916
5296
  "TooManyDistributionsAssociatedToOriginRequestPolicy":{
4917
5297
  "type":"structure",
4918
5298
  "members":{
@@ -5017,6 +5397,22 @@
5017
5397
  "error":{"httpStatusCode":400},
5018
5398
  "exception":true
5019
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
+ },
5020
5416
  "TooManyLambdaFunctionAssociations":{
5021
5417
  "type":"structure",
5022
5418
  "members":{
@@ -5065,6 +5461,14 @@
5065
5461
  "error":{"httpStatusCode":400},
5066
5462
  "exception":true
5067
5463
  },
5464
+ "TooManyPublicKeysInKeyGroup":{
5465
+ "type":"structure",
5466
+ "members":{
5467
+ "Message":{"shape":"string"}
5468
+ },
5469
+ "error":{"httpStatusCode":400},
5470
+ "exception":true
5471
+ },
5068
5472
  "TooManyQueryStringParameters":{
5069
5473
  "type":"structure",
5070
5474
  "members":{
@@ -5121,6 +5525,33 @@
5121
5525
  "error":{"httpStatusCode":400},
5122
5526
  "exception":true
5123
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
+ },
5124
5555
  "TrustedSignerDoesNotExist":{
5125
5556
  "type":"structure",
5126
5557
  "members":{
@@ -5346,6 +5777,43 @@
5346
5777
  },
5347
5778
  "payload":"FieldLevelEncryptionProfile"
5348
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
+ },
5349
5817
  "UpdateOriginRequestPolicyRequest":{
5350
5818
  "type":"structure",
5351
5819
  "required":[