aws-sdk-core 2.11.603 → 2.11.608

Sign up to get free protection for your applications and to get access to all the features.
@@ -7319,7 +7319,17 @@
7319
7319
  "MsrcSeverity":{"shape":"PatchMsrcSeverity"},
7320
7320
  "KbNumber":{"shape":"PatchKbNumber"},
7321
7321
  "MsrcNumber":{"shape":"PatchMsrcNumber"},
7322
- "Language":{"shape":"PatchLanguage"}
7322
+ "Language":{"shape":"PatchLanguage"},
7323
+ "AdvisoryIds":{"shape":"PatchAdvisoryIdList"},
7324
+ "BugzillaIds":{"shape":"PatchBugzillaIdList"},
7325
+ "CVEIds":{"shape":"PatchCVEIdList"},
7326
+ "Name":{"shape":"PatchName"},
7327
+ "Epoch":{"shape":"PatchEpoch"},
7328
+ "Version":{"shape":"PatchVersion"},
7329
+ "Release":{"shape":"PatchRelease"},
7330
+ "Arch":{"shape":"PatchArch"},
7331
+ "Severity":{"shape":"PatchSeverity"},
7332
+ "Repository":{"shape":"PatchRepository"}
7323
7333
  }
7324
7334
  },
7325
7335
  "PatchAction":{
@@ -7329,6 +7339,12 @@
7329
7339
  "BLOCK"
7330
7340
  ]
7331
7341
  },
7342
+ "PatchAdvisoryId":{"type":"string"},
7343
+ "PatchAdvisoryIdList":{
7344
+ "type":"list",
7345
+ "member":{"shape":"PatchAdvisoryId"}
7346
+ },
7347
+ "PatchArch":{"type":"string"},
7332
7348
  "PatchBaselineIdentity":{
7333
7349
  "type":"structure",
7334
7350
  "members":{
@@ -7348,6 +7364,17 @@
7348
7364
  "max":100,
7349
7365
  "min":1
7350
7366
  },
7367
+ "PatchBugzillaId":{"type":"string"},
7368
+ "PatchBugzillaIdList":{
7369
+ "type":"list",
7370
+ "member":{"shape":"PatchBugzillaId"}
7371
+ },
7372
+ "PatchCVEId":{"type":"string"},
7373
+ "PatchCVEIdList":{
7374
+ "type":"list",
7375
+ "member":{"shape":"PatchCVEId"}
7376
+ },
7377
+ "PatchCVEIds":{"type":"string"},
7351
7378
  "PatchClassification":{"type":"string"},
7352
7379
  "PatchComplianceData":{
7353
7380
  "type":"structure",
@@ -7365,7 +7392,8 @@
7365
7392
  "Classification":{"shape":"PatchClassification"},
7366
7393
  "Severity":{"shape":"PatchSeverity"},
7367
7394
  "State":{"shape":"PatchComplianceDataState"},
7368
- "InstalledTime":{"shape":"DateTime"}
7395
+ "InstalledTime":{"shape":"DateTime"},
7396
+ "CVEIds":{"shape":"PatchCVEIds"}
7369
7397
  }
7370
7398
  },
7371
7399
  "PatchComplianceDataList":{
@@ -7411,6 +7439,7 @@
7411
7439
  ]
7412
7440
  },
7413
7441
  "PatchDescription":{"type":"string"},
7442
+ "PatchEpoch":{"type":"integer"},
7414
7443
  "PatchFailedCount":{"type":"integer"},
7415
7444
  "PatchFilter":{
7416
7445
  "type":"structure",
@@ -7433,15 +7462,25 @@
7433
7462
  "PatchFilterKey":{
7434
7463
  "type":"string",
7435
7464
  "enum":[
7465
+ "ARCH",
7466
+ "ADVISORY_ID",
7467
+ "BUGZILLA_ID",
7436
7468
  "PATCH_SET",
7437
7469
  "PRODUCT",
7438
7470
  "PRODUCT_FAMILY",
7439
7471
  "CLASSIFICATION",
7472
+ "CVE_ID",
7473
+ "EPOCH",
7440
7474
  "MSRC_SEVERITY",
7475
+ "NAME",
7441
7476
  "PATCH_ID",
7442
7477
  "SECTION",
7443
7478
  "PRIORITY",
7444
- "SEVERITY"
7479
+ "REPOSITORY",
7480
+ "RELEASE",
7481
+ "SEVERITY",
7482
+ "SECURITY",
7483
+ "VERSION"
7445
7484
  ]
7446
7485
  },
7447
7486
  "PatchFilterList":{
@@ -7506,6 +7545,7 @@
7506
7545
  "PatchMissingCount":{"type":"integer"},
7507
7546
  "PatchMsrcNumber":{"type":"string"},
7508
7547
  "PatchMsrcSeverity":{"type":"string"},
7548
+ "PatchName":{"type":"string"},
7509
7549
  "PatchNotApplicableCount":{"type":"integer"},
7510
7550
  "PatchOperationType":{
7511
7551
  "type":"string",
@@ -7563,6 +7603,8 @@
7563
7603
  "key":{"shape":"AttributeName"},
7564
7604
  "value":{"shape":"AttributeValue"}
7565
7605
  },
7606
+ "PatchRelease":{"type":"string"},
7607
+ "PatchRepository":{"type":"string"},
7566
7608
  "PatchRule":{
7567
7609
  "type":"structure",
7568
7610
  "required":["PatchFilterGroup"],
@@ -7660,6 +7702,7 @@
7660
7702
  "PatchTitle":{"type":"string"},
7661
7703
  "PatchUnreportedNotApplicableCount":{"type":"integer"},
7662
7704
  "PatchVendor":{"type":"string"},
7705
+ "PatchVersion":{"type":"string"},
7663
7706
  "PingStatus":{
7664
7707
  "type":"string",
7665
7708
  "enum":[
@@ -542,7 +542,8 @@
542
542
  "AddressAllocationIds":{"shape":"AddressAllocationIds"},
543
543
  "SubnetIds":{"shape":"SubnetIds"},
544
544
  "VpcEndpointId":{"shape":"VpcEndpointId"},
545
- "VpcId":{"shape":"VpcId"}
545
+ "VpcId":{"shape":"VpcId"},
546
+ "SecurityGroupIds":{"shape":"SecurityGroupIds"}
546
547
  }
547
548
  },
548
549
  "EndpointType":{
@@ -837,6 +838,16 @@
837
838
  "min":20,
838
839
  "pattern":"arn:.*role/.*"
839
840
  },
841
+ "SecurityGroupId":{
842
+ "type":"string",
843
+ "max":20,
844
+ "min":11,
845
+ "pattern":"^sg-[0-9a-f]{8,17}$"
846
+ },
847
+ "SecurityGroupIds":{
848
+ "type":"list",
849
+ "member":{"shape":"SecurityGroupId"}
850
+ },
840
851
  "SecurityPolicyName":{
841
852
  "type":"string",
842
853
  "max":100,
@@ -106,6 +106,23 @@
106
106
  ],
107
107
  "idempotent":true
108
108
  },
109
+ "CreateOrganization":{
110
+ "name":"CreateOrganization",
111
+ "http":{
112
+ "method":"POST",
113
+ "requestUri":"/"
114
+ },
115
+ "input":{"shape":"CreateOrganizationRequest"},
116
+ "output":{"shape":"CreateOrganizationResponse"},
117
+ "errors":[
118
+ {"shape":"InvalidParameterException"},
119
+ {"shape":"DirectoryInUseException"},
120
+ {"shape":"DirectoryUnavailableException"},
121
+ {"shape":"LimitExceededException"},
122
+ {"shape":"NameAvailabilityException"}
123
+ ],
124
+ "idempotent":true
125
+ },
109
126
  "CreateResource":{
110
127
  "name":"CreateResource",
111
128
  "http":{
@@ -212,6 +229,21 @@
212
229
  ],
213
230
  "idempotent":true
214
231
  },
232
+ "DeleteOrganization":{
233
+ "name":"DeleteOrganization",
234
+ "http":{
235
+ "method":"POST",
236
+ "requestUri":"/"
237
+ },
238
+ "input":{"shape":"DeleteOrganizationRequest"},
239
+ "output":{"shape":"DeleteOrganizationResponse"},
240
+ "errors":[
241
+ {"shape":"InvalidParameterException"},
242
+ {"shape":"OrganizationNotFoundException"},
243
+ {"shape":"OrganizationStateException"}
244
+ ],
245
+ "idempotent":true
246
+ },
215
247
  "DeleteResource":{
216
248
  "name":"DeleteResource",
217
249
  "http":{
@@ -976,6 +1008,27 @@
976
1008
  "GroupId":{"shape":"WorkMailIdentifier"}
977
1009
  }
978
1010
  },
1011
+ "CreateOrganizationRequest":{
1012
+ "type":"structure",
1013
+ "required":["Alias"],
1014
+ "members":{
1015
+ "DirectoryId":{"shape":"DirectoryId"},
1016
+ "Alias":{"shape":"OrganizationName"},
1017
+ "ClientToken":{
1018
+ "shape":"IdempotencyClientToken",
1019
+ "idempotencyToken":true
1020
+ },
1021
+ "Domains":{"shape":"Domains"},
1022
+ "KmsKeyArn":{"shape":"KmsKeyArn"},
1023
+ "EnableInteroperability":{"shape":"Boolean"}
1024
+ }
1025
+ },
1026
+ "CreateOrganizationResponse":{
1027
+ "type":"structure",
1028
+ "members":{
1029
+ "OrganizationId":{"shape":"OrganizationId"}
1030
+ }
1031
+ },
979
1032
  "CreateResourceRequest":{
980
1033
  "type":"structure",
981
1034
  "required":[
@@ -1095,6 +1148,28 @@
1095
1148
  "members":{
1096
1149
  }
1097
1150
  },
1151
+ "DeleteOrganizationRequest":{
1152
+ "type":"structure",
1153
+ "required":[
1154
+ "OrganizationId",
1155
+ "DeleteDirectory"
1156
+ ],
1157
+ "members":{
1158
+ "ClientToken":{
1159
+ "shape":"IdempotencyClientToken",
1160
+ "idempotencyToken":true
1161
+ },
1162
+ "OrganizationId":{"shape":"OrganizationId"},
1163
+ "DeleteDirectory":{"shape":"Boolean"}
1164
+ }
1165
+ },
1166
+ "DeleteOrganizationResponse":{
1167
+ "type":"structure",
1168
+ "members":{
1169
+ "OrganizationId":{"shape":"OrganizationId"},
1170
+ "State":{"shape":"String"}
1171
+ }
1172
+ },
1098
1173
  "DeleteResourceRequest":{
1099
1174
  "type":"structure",
1100
1175
  "required":[
@@ -1284,6 +1359,19 @@
1284
1359
  "min":0,
1285
1360
  "pattern":"[\\S\\s]*"
1286
1361
  },
1362
+ "DirectoryId":{
1363
+ "type":"string",
1364
+ "max":12,
1365
+ "min":12,
1366
+ "pattern":"^d-[0-9a-f]{10}$"
1367
+ },
1368
+ "DirectoryInUseException":{
1369
+ "type":"structure",
1370
+ "members":{
1371
+ "Message":{"shape":"String"}
1372
+ },
1373
+ "exception":true
1374
+ },
1287
1375
  "DirectoryServiceAuthenticationFailedException":{
1288
1376
  "type":"structure",
1289
1377
  "members":{
@@ -1334,11 +1422,30 @@
1334
1422
  "members":{
1335
1423
  }
1336
1424
  },
1425
+ "Domain":{
1426
+ "type":"structure",
1427
+ "members":{
1428
+ "DomainName":{"shape":"DomainName"},
1429
+ "HostedZoneId":{"shape":"HostedZoneId"}
1430
+ }
1431
+ },
1432
+ "DomainName":{
1433
+ "type":"string",
1434
+ "max":255,
1435
+ "min":3,
1436
+ "pattern":"[a-zA-Z0-9.-]+\\.[a-zA-Z-]{2,}"
1437
+ },
1438
+ "Domains":{
1439
+ "type":"list",
1440
+ "member":{"shape":"Domain"},
1441
+ "max":5,
1442
+ "min":0
1443
+ },
1337
1444
  "EmailAddress":{
1338
1445
  "type":"string",
1339
1446
  "max":254,
1340
1447
  "min":1,
1341
- "pattern":"[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}"
1448
+ "pattern":"[a-zA-Z0-9._%+-]{1,64}@[a-zA-Z0-9.-]+\\.[a-zA-Z-]{2,}"
1342
1449
  },
1343
1450
  "EmailAddressInUseException":{
1344
1451
  "type":"structure",
@@ -1479,6 +1586,12 @@
1479
1586
  "type":"list",
1480
1587
  "member":{"shape":"Group"}
1481
1588
  },
1589
+ "HostedZoneId":{
1590
+ "type":"string",
1591
+ "max":32,
1592
+ "min":1,
1593
+ "pattern":"[\\S\\s]*"
1594
+ },
1482
1595
  "IdempotencyClientToken":{
1483
1596
  "type":"string",
1484
1597
  "max":128,
@@ -1821,17 +1934,20 @@
1821
1934
  "NextToken":{
1822
1935
  "type":"string",
1823
1936
  "max":1024,
1824
- "min":1
1937
+ "min":1,
1938
+ "pattern":"[\\S\\s]*|[a-zA-Z0-9/+=]{1,1024}"
1825
1939
  },
1826
1940
  "OrganizationId":{
1827
1941
  "type":"string",
1942
+ "max":34,
1943
+ "min":34,
1828
1944
  "pattern":"^m-[0-9a-f]{32}$"
1829
1945
  },
1830
1946
  "OrganizationName":{
1831
1947
  "type":"string",
1832
1948
  "max":62,
1833
1949
  "min":1,
1834
- "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*"
1950
+ "pattern":"^(?!d-)([\\da-zA-Z]+)([-][\\da-zA-Z]+)*"
1835
1951
  },
1836
1952
  "OrganizationNotFoundException":{
1837
1953
  "type":"structure",
@@ -1856,6 +1972,7 @@
1856
1972
  "members":{
1857
1973
  "OrganizationId":{"shape":"OrganizationId"},
1858
1974
  "Alias":{"shape":"OrganizationName"},
1975
+ "DefaultMailDomain":{"shape":"DomainName"},
1859
1976
  "ErrorMessage":{"shape":"String"},
1860
1977
  "State":{"shape":"String"}
1861
1978
  }
@@ -2033,13 +2150,15 @@
2033
2150
  },
2034
2151
  "ResourceId":{
2035
2152
  "type":"string",
2153
+ "max":34,
2154
+ "min":34,
2036
2155
  "pattern":"^r-[0-9a-f]{32}$"
2037
2156
  },
2038
2157
  "ResourceName":{
2039
2158
  "type":"string",
2040
2159
  "max":20,
2041
2160
  "min":1,
2042
- "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
2161
+ "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9-]{2,})?"
2043
2162
  },
2044
2163
  "ResourceNotFoundException":{
2045
2164
  "type":"structure",
@@ -2288,7 +2407,7 @@
2288
2407
  "type":"string",
2289
2408
  "max":64,
2290
2409
  "min":1,
2291
- "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9]{2,})?"
2410
+ "pattern":"[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9-]{2,})?"
2292
2411
  },
2293
2412
  "UserRole":{
2294
2413
  "type":"string",
@@ -864,7 +864,8 @@
864
864
  "InsightsConfiguration":{
865
865
  "type":"structure",
866
866
  "members":{
867
- "InsightsEnabled":{"shape":"NullableBoolean"}
867
+ "InsightsEnabled":{"shape":"NullableBoolean"},
868
+ "NotificationsEnabled":{"shape":"NullableBoolean"}
868
869
  }
869
870
  },
870
871
  "InstanceIdDetail":{
@@ -1345,6 +1346,7 @@
1345
1346
  "members":{
1346
1347
  "Id":{"shape":"TraceId"},
1347
1348
  "Duration":{"shape":"NullableDouble"},
1349
+ "LimitExceeded":{"shape":"NullableBoolean"},
1348
1350
  "Segments":{"shape":"SegmentList"}
1349
1351
  }
1350
1352
  },
@@ -2,9 +2,6 @@
2
2
  "pagination": {
3
3
  "BatchGetTraces": {
4
4
  "input_token": "NextToken",
5
- "non_aggregate_keys": [
6
- "UnprocessedTraceIds"
7
- ],
8
5
  "output_token": "NextToken",
9
6
  "result_key": "Traces"
10
7
  },
@@ -25,19 +22,11 @@
25
22
  },
26
23
  "GetServiceGraph": {
27
24
  "input_token": "NextToken",
28
- "non_aggregate_keys": [
29
- "StartTime",
30
- "EndTime",
31
- "ContainsOldGroupVersions"
32
- ],
33
25
  "output_token": "NextToken",
34
26
  "result_key": "Services"
35
27
  },
36
28
  "GetTimeSeriesServiceStatistics": {
37
29
  "input_token": "NextToken",
38
- "non_aggregate_keys": [
39
- "ContainsOldGroupVersions"
40
- ],
41
30
  "output_token": "NextToken",
42
31
  "result_key": "TimeSeriesServiceStatistics"
43
32
  },
@@ -48,10 +37,6 @@
48
37
  },
49
38
  "GetTraceSummaries": {
50
39
  "input_token": "NextToken",
51
- "non_aggregate_keys": [
52
- "TracesProcessedCount",
53
- "ApproximateTime"
54
- ],
55
40
  "output_token": "NextToken",
56
41
  "result_key": "TraceSummaries"
57
42
  }
@@ -487,6 +487,7 @@
487
487
  },
488
488
  "api.sagemaker" : {
489
489
  "endpoints" : {
490
+ "af-south-1" : { },
490
491
  "ap-east-1" : { },
491
492
  "ap-northeast-1" : { },
492
493
  "ap-northeast-2" : { },
@@ -496,6 +497,7 @@
496
497
  "ca-central-1" : { },
497
498
  "eu-central-1" : { },
498
499
  "eu-north-1" : { },
500
+ "eu-south-1" : { },
499
501
  "eu-west-1" : { },
500
502
  "eu-west-2" : { },
501
503
  "eu-west-3" : { },
@@ -2949,7 +2951,12 @@
2949
2951
  },
2950
2952
  "health" : {
2951
2953
  "endpoints" : {
2952
- "us-east-1" : { }
2954
+ "fips-us-east-2" : {
2955
+ "credentialScope" : {
2956
+ "region" : "us-east-2"
2957
+ },
2958
+ "hostname" : "health-fips.us-east-2.amazonaws.com"
2959
+ }
2953
2960
  }
2954
2961
  },
2955
2962
  "honeycode" : {
@@ -4677,6 +4684,7 @@
4677
4684
  },
4678
4685
  "runtime.sagemaker" : {
4679
4686
  "endpoints" : {
4687
+ "af-south-1" : { },
4680
4688
  "ap-east-1" : { },
4681
4689
  "ap-northeast-1" : { },
4682
4690
  "ap-northeast-2" : { },
@@ -4686,6 +4694,7 @@
4686
4694
  "ca-central-1" : { },
4687
4695
  "eu-central-1" : { },
4688
4696
  "eu-north-1" : { },
4697
+ "eu-south-1" : { },
4689
4698
  "eu-west-1" : { },
4690
4699
  "eu-west-2" : { },
4691
4700
  "eu-west-3" : { },
@@ -6837,6 +6846,11 @@
6837
6846
  "cn-northwest-1" : { }
6838
6847
  }
6839
6848
  },
6849
+ "lakeformation" : {
6850
+ "endpoints" : {
6851
+ "cn-north-1" : { }
6852
+ }
6853
+ },
6840
6854
  "lambda" : {
6841
6855
  "endpoints" : {
6842
6856
  "cn-north-1" : { },
@@ -6994,6 +7008,12 @@
6994
7008
  }
6995
7009
  }
6996
7010
  },
7011
+ "servicediscovery" : {
7012
+ "endpoints" : {
7013
+ "cn-north-1" : { },
7014
+ "cn-northwest-1" : { }
7015
+ }
7016
+ },
6997
7017
  "sms" : {
6998
7018
  "endpoints" : {
6999
7019
  "cn-north-1" : { },
@@ -7164,8 +7184,18 @@
7164
7184
  },
7165
7185
  "acm" : {
7166
7186
  "endpoints" : {
7167
- "us-gov-east-1" : { },
7168
- "us-gov-west-1" : { }
7187
+ "us-gov-east-1" : {
7188
+ "credentialScope" : {
7189
+ "region" : "us-gov-east-1"
7190
+ },
7191
+ "hostname" : "acm.us-gov-east-1.amazonaws.com"
7192
+ },
7193
+ "us-gov-west-1" : {
7194
+ "credentialScope" : {
7195
+ "region" : "us-gov-west-1"
7196
+ },
7197
+ "hostname" : "acm.us-gov-west-1.amazonaws.com"
7198
+ }
7169
7199
  }
7170
7200
  },
7171
7201
  "acm-pca" : {
@@ -8113,9 +8143,14 @@
8113
8143
  "credentialScope" : {
8114
8144
  "region" : "us-gov-west-1"
8115
8145
  },
8116
- "hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8146
+ "hostname" : "pinpoint-fips.us-gov-west-1.amazonaws.com"
8117
8147
  },
8118
- "us-gov-west-1" : { }
8148
+ "us-gov-west-1" : {
8149
+ "credentialScope" : {
8150
+ "region" : "us-gov-west-1"
8151
+ },
8152
+ "hostname" : "pinpoint.us-gov-west-1.amazonaws.com"
8153
+ }
8119
8154
  }
8120
8155
  },
8121
8156
  "polly" : {