aws-sdk-core 2.11.533 → 2.11.538

Sign up to get free protection for your applications and to get access to all the features.
@@ -428,7 +428,8 @@
428
428
  {"shape":"ConstraintViolationException"},
429
429
  {"shape":"InvalidInputException"},
430
430
  {"shape":"ServiceException"},
431
- {"shape":"TooManyRequestsException"}
431
+ {"shape":"TooManyRequestsException"},
432
+ {"shape":"UnsupportedAPIEndpointException"}
432
433
  ]
433
434
  },
434
435
  "DisablePolicyType":{
@@ -467,7 +468,8 @@
467
468
  {"shape":"ConstraintViolationException"},
468
469
  {"shape":"InvalidInputException"},
469
470
  {"shape":"ServiceException"},
470
- {"shape":"TooManyRequestsException"}
471
+ {"shape":"TooManyRequestsException"},
472
+ {"shape":"UnsupportedAPIEndpointException"}
471
473
  ]
472
474
  },
473
475
  "EnableAllFeatures":{
@@ -564,7 +566,8 @@
564
566
  {"shape":"ConstraintViolationException"},
565
567
  {"shape":"InvalidInputException"},
566
568
  {"shape":"ServiceException"},
567
- {"shape":"TooManyRequestsException"}
569
+ {"shape":"TooManyRequestsException"},
570
+ {"shape":"UnsupportedAPIEndpointException"}
568
571
  ]
569
572
  },
570
573
  "ListAccounts":{
@@ -1028,6 +1031,7 @@
1028
1031
  },
1029
1032
  "AccountId":{
1030
1033
  "type":"string",
1034
+ "max":12,
1031
1035
  "pattern":"^\\d{12}$"
1032
1036
  },
1033
1037
  "AccountJoinedMethod":{
@@ -1126,6 +1130,7 @@
1126
1130
  },
1127
1131
  "ChildId":{
1128
1132
  "type":"string",
1133
+ "max":100,
1129
1134
  "pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
1130
1135
  },
1131
1136
  "ChildNotFoundException":{
@@ -1190,7 +1195,8 @@
1190
1195
  "MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
1191
1196
  "CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
1192
1197
  "CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
1193
- "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"
1198
+ "DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
1199
+ "MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE"
1194
1200
  ]
1195
1201
  },
1196
1202
  "CreateAccountFailureReason":{
@@ -1220,6 +1226,7 @@
1220
1226
  },
1221
1227
  "CreateAccountRequestId":{
1222
1228
  "type":"string",
1229
+ "max":36,
1223
1230
  "pattern":"^car-[a-z0-9]{8,32}$"
1224
1231
  },
1225
1232
  "CreateAccountResponse":{
@@ -1579,7 +1586,10 @@
1579
1586
  },
1580
1587
  "EffectivePolicyType":{
1581
1588
  "type":"string",
1582
- "enum":["TAG_POLICY"]
1589
+ "enum":[
1590
+ "TAG_POLICY",
1591
+ "BACKUP_POLICY"
1592
+ ]
1583
1593
  },
1584
1594
  "Email":{
1585
1595
  "type":"string",
@@ -1701,6 +1711,7 @@
1701
1711
  },
1702
1712
  "HandshakeId":{
1703
1713
  "type":"string",
1714
+ "max":34,
1704
1715
  "pattern":"^h-[0-9a-z]{8,32}$"
1705
1716
  },
1706
1717
  "HandshakeNotFoundException":{
@@ -1713,6 +1724,7 @@
1713
1724
  "HandshakeNotes":{
1714
1725
  "type":"string",
1715
1726
  "max":1024,
1727
+ "pattern":"[\\s\\S]*",
1716
1728
  "sensitive":true
1717
1729
  },
1718
1730
  "HandshakeParties":{
@@ -1734,6 +1746,7 @@
1734
1746
  "type":"string",
1735
1747
  "max":64,
1736
1748
  "min":1,
1749
+ "pattern":"[\\s\\S]*",
1737
1750
  "sensitive":true
1738
1751
  },
1739
1752
  "HandshakePartyType":{
@@ -2137,7 +2150,11 @@
2137
2150
  "DestinationParentId":{"shape":"ParentId"}
2138
2151
  }
2139
2152
  },
2140
- "NextToken":{"type":"string"},
2153
+ "NextToken":{
2154
+ "type":"string",
2155
+ "max":100000,
2156
+ "pattern":"[\\s\\S]*"
2157
+ },
2141
2158
  "Organization":{
2142
2159
  "type":"structure",
2143
2160
  "members":{
@@ -2186,12 +2203,14 @@
2186
2203
  },
2187
2204
  "OrganizationalUnitId":{
2188
2205
  "type":"string",
2206
+ "max":68,
2189
2207
  "pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
2190
2208
  },
2191
2209
  "OrganizationalUnitName":{
2192
2210
  "type":"string",
2193
2211
  "max":128,
2194
- "min":1
2212
+ "min":1,
2213
+ "pattern":"[\\s\\S]*"
2195
2214
  },
2196
2215
  "OrganizationalUnitNotEmptyException":{
2197
2216
  "type":"structure",
@@ -2220,6 +2239,7 @@
2220
2239
  },
2221
2240
  "ParentId":{
2222
2241
  "type":"string",
2242
+ "max":100,
2223
2243
  "pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2224
2244
  },
2225
2245
  "ParentNotFoundException":{
@@ -2265,14 +2285,17 @@
2265
2285
  "PolicyContent":{
2266
2286
  "type":"string",
2267
2287
  "max":1000000,
2268
- "min":1
2288
+ "min":1,
2289
+ "pattern":"[\\s\\S]*"
2269
2290
  },
2270
2291
  "PolicyDescription":{
2271
2292
  "type":"string",
2272
- "max":512
2293
+ "max":512,
2294
+ "pattern":"[\\s\\S]*"
2273
2295
  },
2274
2296
  "PolicyId":{
2275
2297
  "type":"string",
2298
+ "max":130,
2276
2299
  "pattern":"^p-[0-9a-zA-Z_]{8,128}$"
2277
2300
  },
2278
2301
  "PolicyInUseException":{
@@ -2285,7 +2308,8 @@
2285
2308
  "PolicyName":{
2286
2309
  "type":"string",
2287
2310
  "max":128,
2288
- "min":1
2311
+ "min":1,
2312
+ "pattern":"[\\s\\S]*"
2289
2313
  },
2290
2314
  "PolicyNotAttachedException":{
2291
2315
  "type":"structure",
@@ -2314,6 +2338,7 @@
2314
2338
  },
2315
2339
  "PolicyTargetId":{
2316
2340
  "type":"string",
2341
+ "max":100,
2317
2342
  "pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
2318
2343
  },
2319
2344
  "PolicyTargetSummary":{
@@ -2333,7 +2358,8 @@
2333
2358
  "type":"string",
2334
2359
  "enum":[
2335
2360
  "SERVICE_CONTROL_POLICY",
2336
- "TAG_POLICY"
2361
+ "TAG_POLICY",
2362
+ "BACKUP_POLICY"
2337
2363
  ]
2338
2364
  },
2339
2365
  "PolicyTypeAlreadyEnabledException":{
@@ -2396,6 +2422,7 @@
2396
2422
  },
2397
2423
  "RoleName":{
2398
2424
  "type":"string",
2425
+ "max":64,
2399
2426
  "pattern":"[\\w+=,.@-]{1,64}"
2400
2427
  },
2401
2428
  "Root":{
@@ -2413,6 +2440,7 @@
2413
2440
  },
2414
2441
  "RootId":{
2415
2442
  "type":"string",
2443
+ "max":34,
2416
2444
  "pattern":"^r-[0-9a-z]{4,32}$"
2417
2445
  },
2418
2446
  "RootName":{
@@ -2491,6 +2519,7 @@
2491
2519
  },
2492
2520
  "TaggableResourceId":{
2493
2521
  "type":"string",
2522
+ "max":12,
2494
2523
  "pattern":"^\\d{12}$"
2495
2524
  },
2496
2525
  "Tags":{
@@ -1444,6 +1444,10 @@
1444
1444
  "error":{"httpStatusCode":409},
1445
1445
  "exception":true
1446
1446
  },
1447
+ "CopySourceArn":{
1448
+ "type":"string",
1449
+ "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1450
+ },
1447
1451
  "CreateColumnsOperation":{
1448
1452
  "type":"structure",
1449
1453
  "required":["Columns"],
@@ -1809,7 +1813,8 @@
1809
1813
  ],
1810
1814
  "members":{
1811
1815
  "Username":{"shape":"Username"},
1812
- "Password":{"shape":"Password"}
1816
+ "Password":{"shape":"Password"},
1817
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"}
1813
1818
  }
1814
1819
  },
1815
1820
  "CustomSql":{
@@ -2075,6 +2080,7 @@
2075
2080
  "CreatedTime":{"shape":"Timestamp"},
2076
2081
  "LastUpdatedTime":{"shape":"Timestamp"},
2077
2082
  "DataSourceParameters":{"shape":"DataSourceParameters"},
2083
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"},
2078
2084
  "VpcConnectionProperties":{"shape":"VpcConnectionProperties"},
2079
2085
  "SslProperties":{"shape":"SslProperties"},
2080
2086
  "ErrorInfo":{"shape":"DataSourceErrorInfo"}
@@ -2083,7 +2089,8 @@
2083
2089
  "DataSourceCredentials":{
2084
2090
  "type":"structure",
2085
2091
  "members":{
2086
- "CredentialPair":{"shape":"CredentialPair"}
2092
+ "CredentialPair":{"shape":"CredentialPair"},
2093
+ "CopySourceArn":{"shape":"CopySourceArn"}
2087
2094
  },
2088
2095
  "sensitive":true
2089
2096
  },
@@ -2097,6 +2104,8 @@
2097
2104
  "DataSourceErrorInfoType":{
2098
2105
  "type":"string",
2099
2106
  "enum":[
2107
+ "ACCESS_DENIED",
2108
+ "COPY_SOURCE_NOT_FOUND",
2100
2109
  "TIMEOUT",
2101
2110
  "ENGINE_VERSION_NOT_SUPPORTED",
2102
2111
  "UNKNOWN_HOST",
@@ -2133,6 +2142,12 @@
2133
2142
  "TwitterParameters":{"shape":"TwitterParameters"}
2134
2143
  }
2135
2144
  },
2145
+ "DataSourceParametersList":{
2146
+ "type":"list",
2147
+ "member":{"shape":"DataSourceParameters"},
2148
+ "max":50,
2149
+ "min":1
2150
+ },
2136
2151
  "DataSourceType":{
2137
2152
  "type":"string",
2138
2153
  "enum":[
@@ -2994,6 +2994,7 @@
2994
2994
  "TransformJobName":{"shape":"TransformJobName"},
2995
2995
  "ModelName":{"shape":"ModelName"},
2996
2996
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
2997
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
2997
2998
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
2998
2999
  "BatchStrategy":{"shape":"BatchStrategy"},
2999
3000
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -4071,6 +4072,7 @@
4071
4072
  "FailureReason":{"shape":"FailureReason"},
4072
4073
  "ModelName":{"shape":"ModelName"},
4073
4074
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
4075
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
4074
4076
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
4075
4077
  "BatchStrategy":{"shape":"BatchStrategy"},
4076
4078
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -5231,6 +5233,16 @@
5231
5233
  "max":20,
5232
5234
  "min":0
5233
5235
  },
5236
+ "InvocationsMaxRetries":{
5237
+ "type":"integer",
5238
+ "max":3,
5239
+ "min":0
5240
+ },
5241
+ "InvocationsTimeoutInSeconds":{
5242
+ "type":"integer",
5243
+ "max":3600,
5244
+ "min":1
5245
+ },
5234
5246
  "JobReferenceCode":{
5235
5247
  "type":"string",
5236
5248
  "min":1,
@@ -6282,6 +6294,13 @@
6282
6294
  "S3ModelArtifacts":{"shape":"S3Uri"}
6283
6295
  }
6284
6296
  },
6297
+ "ModelClientConfig":{
6298
+ "type":"structure",
6299
+ "members":{
6300
+ "InvocationsTimeoutInSeconds":{"shape":"InvocationsTimeoutInSeconds"},
6301
+ "InvocationsMaxRetries":{"shape":"InvocationsMaxRetries"}
6302
+ }
6303
+ },
6285
6304
  "ModelName":{
6286
6305
  "type":"string",
6287
6306
  "max":63,
@@ -2804,6 +2804,11 @@
2804
2804
  "us-east-1" : { }
2805
2805
  }
2806
2806
  },
2807
+ "honeycode" : {
2808
+ "endpoints" : {
2809
+ "us-west-2" : { }
2810
+ }
2811
+ },
2807
2812
  "iam" : {
2808
2813
  "endpoints" : {
2809
2814
  "aws-global" : {
@@ -3311,6 +3316,30 @@
3311
3316
  "eu-west-1" : { },
3312
3317
  "eu-west-2" : { },
3313
3318
  "eu-west-3" : { },
3319
+ "fips-us-east-1" : {
3320
+ "credentialScope" : {
3321
+ "region" : "us-east-1"
3322
+ },
3323
+ "hostname" : "logs-fips.us-east-1.amazonaws.com"
3324
+ },
3325
+ "fips-us-east-2" : {
3326
+ "credentialScope" : {
3327
+ "region" : "us-east-2"
3328
+ },
3329
+ "hostname" : "logs-fips.us-east-2.amazonaws.com"
3330
+ },
3331
+ "fips-us-west-1" : {
3332
+ "credentialScope" : {
3333
+ "region" : "us-west-1"
3334
+ },
3335
+ "hostname" : "logs-fips.us-west-1.amazonaws.com"
3336
+ },
3337
+ "fips-us-west-2" : {
3338
+ "credentialScope" : {
3339
+ "region" : "us-west-2"
3340
+ },
3341
+ "hostname" : "logs-fips.us-west-2.amazonaws.com"
3342
+ },
3314
3343
  "me-south-1" : { },
3315
3344
  "sa-east-1" : { },
3316
3345
  "us-east-1" : { },
@@ -3526,6 +3555,7 @@
3526
3555
  }
3527
3556
  },
3528
3557
  "endpoints" : {
3558
+ "ap-northeast-1" : { },
3529
3559
  "ap-southeast-1" : { },
3530
3560
  "ap-southeast-2" : { },
3531
3561
  "eu-central-1" : { },
@@ -3845,9 +3875,11 @@
3845
3875
  },
3846
3876
  "outposts" : {
3847
3877
  "endpoints" : {
3878
+ "af-south-1" : { },
3848
3879
  "ap-east-1" : { },
3849
3880
  "ap-northeast-1" : { },
3850
3881
  "ap-northeast-2" : { },
3882
+ "ap-south-1" : { },
3851
3883
  "ap-southeast-1" : { },
3852
3884
  "ap-southeast-2" : { },
3853
3885
  "ca-central-1" : { },
@@ -3887,6 +3919,7 @@
3887
3919
  "hostname" : "outposts-fips.us-west-2.amazonaws.com"
3888
3920
  },
3889
3921
  "me-south-1" : { },
3922
+ "sa-east-1" : { },
3890
3923
  "us-east-1" : { },
3891
3924
  "us-east-2" : { },
3892
3925
  "us-west-1" : { },
@@ -4314,6 +4347,7 @@
4314
4347
  }
4315
4348
  },
4316
4349
  "endpoints" : {
4350
+ "ap-northeast-1" : { },
4317
4351
  "ap-southeast-1" : { },
4318
4352
  "ap-southeast-2" : { },
4319
4353
  "eu-central-1" : { },
@@ -6373,6 +6407,24 @@
6373
6407
  }
6374
6408
  }
6375
6409
  },
6410
+ "organizations" : {
6411
+ "endpoints" : {
6412
+ "aws-cn-global" : {
6413
+ "credentialScope" : {
6414
+ "region" : "cn-northwest-1"
6415
+ },
6416
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6417
+ },
6418
+ "fips-aws-cn-global" : {
6419
+ "credentialScope" : {
6420
+ "region" : "cn-northwest-1"
6421
+ },
6422
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6423
+ }
6424
+ },
6425
+ "isRegionalized" : false,
6426
+ "partitionEndpoint" : "aws-cn-global"
6427
+ },
6376
6428
  "polly" : {
6377
6429
  "endpoints" : {
6378
6430
  "cn-northwest-1" : { }
@@ -6751,6 +6803,12 @@
6751
6803
  "us-gov-west-1" : { }
6752
6804
  }
6753
6805
  },
6806
+ "backup" : {
6807
+ "endpoints" : {
6808
+ "us-gov-east-1" : { },
6809
+ "us-gov-west-1" : { }
6810
+ }
6811
+ },
6754
6812
  "batch" : {
6755
6813
  "endpoints" : {
6756
6814
  "fips-us-gov-east-1" : {
@@ -6979,6 +7037,16 @@
6979
7037
  "us-gov-west-1" : { }
6980
7038
  }
6981
7039
  },
7040
+ "docdb" : {
7041
+ "endpoints" : {
7042
+ "us-gov-west-1" : {
7043
+ "credentialScope" : {
7044
+ "region" : "us-gov-west-1"
7045
+ },
7046
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
7047
+ }
7048
+ }
7049
+ },
6982
7050
  "ds" : {
6983
7051
  "endpoints" : {
6984
7052
  "fips-us-gov-east-1" : {
@@ -7345,6 +7413,12 @@
7345
7413
  "us-gov-west-1" : { }
7346
7414
  }
7347
7415
  },
7416
+ "kinesisanalytics" : {
7417
+ "endpoints" : {
7418
+ "us-gov-east-1" : { },
7419
+ "us-gov-west-1" : { }
7420
+ }
7421
+ },
7348
7422
  "kms" : {
7349
7423
  "endpoints" : {
7350
7424
  "ProdFips" : {
@@ -7395,8 +7469,18 @@
7395
7469
  },
7396
7470
  "logs" : {
7397
7471
  "endpoints" : {
7398
- "us-gov-east-1" : { },
7399
- "us-gov-west-1" : { }
7472
+ "us-gov-east-1" : {
7473
+ "credentialScope" : {
7474
+ "region" : "us-gov-east-1"
7475
+ },
7476
+ "hostname" : "logs.us-gov-east-1.amazonaws.com"
7477
+ },
7478
+ "us-gov-west-1" : {
7479
+ "credentialScope" : {
7480
+ "region" : "us-gov-west-1"
7481
+ },
7482
+ "hostname" : "logs.us-gov-west-1.amazonaws.com"
7483
+ }
7400
7484
  }
7401
7485
  },
7402
7486
  "mediaconvert" : {