aws-sdk-core 2.11.609 → 2.11.614

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: dd6b421ae61cbdf6e37e5cd570ed9b5817e9c590d30e1ab1f7c53f8ef7b06faa
4
+ data.tar.gz: ecbac86055c5364fe8b1f720232f69f312f0a336c73c45d000b4085ec05246c0
5
5
  SHA512:
6
- metadata.gz: b6e2f8fad613c17041e704621d5cba12da5901a471d47c25faac9ee2d891b45bff263f8521d6a3fbe85da4e2eea39f04699b08d404297a5f145e965b92a900ed
7
- data.tar.gz: 987602b576115f6db924f71b297549196051114aa221f604f883eafcbee7bd5588bcd268959785e0d2439bf64e665c0eac3a29e920914fdc3557e0dc3684044e
6
+ metadata.gz: 6a7c91aff0679a783dc9f7f8174fa4cd4bfe90d03425f2beb01ffb251b50d7b1227c19b414fb9d672befd49b3281e635ded21d4f7c357a19d01cdb39902ecc0b
7
+ data.tar.gz: f36b7b2f6b8fd1ae912b53322dd77243b408a9cb9040abf5e718bc3c7a067c5ef31731851f241160ab0a2c2dd44c8098994e98989f92a3c525efcea346602c25
@@ -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":[
@@ -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":[