aws-sdk-core 2.11.517 → 2.11.522

Sign up to get free protection for your applications and to get access to all the features.
@@ -435,7 +435,8 @@
435
435
  "input":{"shape":"DescribeProductAsAdminInput"},
436
436
  "output":{"shape":"DescribeProductAsAdminOutput"},
437
437
  "errors":[
438
- {"shape":"ResourceNotFoundException"}
438
+ {"shape":"ResourceNotFoundException"},
439
+ {"shape":"InvalidParametersException"}
439
440
  ]
440
441
  },
441
442
  "DescribeProductView":{
@@ -485,7 +486,8 @@
485
486
  "input":{"shape":"DescribeProvisioningArtifactInput"},
486
487
  "output":{"shape":"DescribeProvisioningArtifactOutput"},
487
488
  "errors":[
488
- {"shape":"ResourceNotFoundException"}
489
+ {"shape":"ResourceNotFoundException"},
490
+ {"shape":"InvalidParametersException"}
489
491
  ]
490
492
  },
491
493
  "DescribeProvisioningParameters":{
@@ -1800,10 +1802,10 @@
1800
1802
  },
1801
1803
  "DescribeProductAsAdminInput":{
1802
1804
  "type":"structure",
1803
- "required":["Id"],
1804
1805
  "members":{
1805
1806
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1806
- "Id":{"shape":"Id"}
1807
+ "Id":{"shape":"Id"},
1808
+ "Name":{"shape":"ProductViewName"}
1807
1809
  }
1808
1810
  },
1809
1811
  "DescribeProductAsAdminOutput":{
@@ -1818,10 +1820,10 @@
1818
1820
  },
1819
1821
  "DescribeProductInput":{
1820
1822
  "type":"structure",
1821
- "required":["Id"],
1822
1823
  "members":{
1823
1824
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1824
- "Id":{"shape":"Id"}
1825
+ "Id":{"shape":"Id"},
1826
+ "Name":{"shape":"ProductViewName"}
1825
1827
  }
1826
1828
  },
1827
1829
  "DescribeProductOutput":{
@@ -1829,7 +1831,8 @@
1829
1831
  "members":{
1830
1832
  "ProductViewSummary":{"shape":"ProductViewSummary"},
1831
1833
  "ProvisioningArtifacts":{"shape":"ProvisioningArtifacts"},
1832
- "Budgets":{"shape":"Budgets"}
1834
+ "Budgets":{"shape":"Budgets"},
1835
+ "LaunchPaths":{"shape":"LaunchPaths"}
1833
1836
  }
1834
1837
  },
1835
1838
  "DescribeProductViewInput":{
@@ -1882,14 +1885,12 @@
1882
1885
  },
1883
1886
  "DescribeProvisioningArtifactInput":{
1884
1887
  "type":"structure",
1885
- "required":[
1886
- "ProvisioningArtifactId",
1887
- "ProductId"
1888
- ],
1889
1888
  "members":{
1890
1889
  "AcceptLanguage":{"shape":"AcceptLanguage"},
1891
1890
  "ProvisioningArtifactId":{"shape":"Id"},
1892
1891
  "ProductId":{"shape":"Id"},
1892
+ "ProvisioningArtifactName":{"shape":"ProvisioningArtifactName"},
1893
+ "ProductName":{"shape":"ProductViewName"},
1893
1894
  "Verbose":{"shape":"Verbose"}
1894
1895
  }
1895
1896
  },
@@ -2250,6 +2251,13 @@
2250
2251
  "exception":true
2251
2252
  },
2252
2253
  "LastRequestId":{"type":"string"},
2254
+ "LaunchPath":{
2255
+ "type":"structure",
2256
+ "members":{
2257
+ "Id":{"shape":"Id"},
2258
+ "Name":{"shape":"PortfolioName"}
2259
+ }
2260
+ },
2253
2261
  "LaunchPathSummaries":{
2254
2262
  "type":"list",
2255
2263
  "member":{"shape":"LaunchPathSummary"}
@@ -2263,6 +2271,10 @@
2263
2271
  "Name":{"shape":"PortfolioName"}
2264
2272
  }
2265
2273
  },
2274
+ "LaunchPaths":{
2275
+ "type":"list",
2276
+ "member":{"shape":"LaunchPath"}
2277
+ },
2266
2278
  "LimitExceededException":{
2267
2279
  "type":"structure",
2268
2280
  "members":{
@@ -3034,7 +3046,10 @@
3034
3046
  },
3035
3047
  "ProvisioningArtifactActive":{"type":"boolean"},
3036
3048
  "ProvisioningArtifactCreatedTime":{"type":"timestamp"},
3037
- "ProvisioningArtifactDescription":{"type":"string"},
3049
+ "ProvisioningArtifactDescription":{
3050
+ "type":"string",
3051
+ "max":8192
3052
+ },
3038
3053
  "ProvisioningArtifactDetail":{
3039
3054
  "type":"structure",
3040
3055
  "members":{
@@ -3067,7 +3082,10 @@
3067
3082
  },
3068
3083
  "ProvisioningArtifactInfoKey":{"type":"string"},
3069
3084
  "ProvisioningArtifactInfoValue":{"type":"string"},
3070
- "ProvisioningArtifactName":{"type":"string"},
3085
+ "ProvisioningArtifactName":{
3086
+ "type":"string",
3087
+ "max":8192
3088
+ },
3071
3089
  "ProvisioningArtifactParameter":{
3072
3090
  "type":"structure",
3073
3091
  "members":{
@@ -1895,6 +1895,7 @@
1895
1895
  },
1896
1896
  "exception":true
1897
1897
  },
1898
+ "ApplyOnlyAtCronInterval":{"type":"boolean"},
1898
1899
  "ApproveAfterDays":{
1899
1900
  "type":"integer",
1900
1901
  "max":100,
@@ -1960,7 +1961,8 @@
1960
1961
  "MaxErrors":{"shape":"MaxErrors"},
1961
1962
  "MaxConcurrency":{"shape":"MaxConcurrency"},
1962
1963
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
1963
- "SyncCompliance":{"shape":"AssociationSyncCompliance"}
1964
+ "SyncCompliance":{"shape":"AssociationSyncCompliance"},
1965
+ "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
1964
1966
  }
1965
1967
  },
1966
1968
  "AssociationDescriptionList":{
@@ -2215,7 +2217,8 @@
2215
2217
  "MaxErrors":{"shape":"MaxErrors"},
2216
2218
  "MaxConcurrency":{"shape":"MaxConcurrency"},
2217
2219
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
2218
- "SyncCompliance":{"shape":"AssociationSyncCompliance"}
2220
+ "SyncCompliance":{"shape":"AssociationSyncCompliance"},
2221
+ "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
2219
2222
  }
2220
2223
  },
2221
2224
  "AssociationVersionLimitExceeded":{
@@ -3001,7 +3004,8 @@
3001
3004
  "MaxErrors":{"shape":"MaxErrors"},
3002
3005
  "MaxConcurrency":{"shape":"MaxConcurrency"},
3003
3006
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
3004
- "SyncCompliance":{"shape":"AssociationSyncCompliance"}
3007
+ "SyncCompliance":{"shape":"AssociationSyncCompliance"},
3008
+ "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
3005
3009
  }
3006
3010
  },
3007
3011
  "CreateAssociationBatchResult":{
@@ -3027,7 +3031,8 @@
3027
3031
  "MaxErrors":{"shape":"MaxErrors"},
3028
3032
  "MaxConcurrency":{"shape":"MaxConcurrency"},
3029
3033
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
3030
- "SyncCompliance":{"shape":"AssociationSyncCompliance"}
3034
+ "SyncCompliance":{"shape":"AssociationSyncCompliance"},
3035
+ "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
3031
3036
  }
3032
3037
  },
3033
3038
  "CreateAssociationResult":{
@@ -8933,7 +8938,8 @@
8933
8938
  "MaxErrors":{"shape":"MaxErrors"},
8934
8939
  "MaxConcurrency":{"shape":"MaxConcurrency"},
8935
8940
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"},
8936
- "SyncCompliance":{"shape":"AssociationSyncCompliance"}
8941
+ "SyncCompliance":{"shape":"AssociationSyncCompliance"},
8942
+ "ApplyOnlyAtCronInterval":{"shape":"ApplyOnlyAtCronInterval"}
8937
8943
  }
8938
8944
  },
8939
8945
  "UpdateAssociationResult":{
@@ -302,6 +302,7 @@
302
302
  {"shape":"UnauthorizedException"},
303
303
  {"shape":"InternalServerErrorException"},
304
304
  {"shape":"InvalidRequestException"},
305
+ {"shape":"ResourceNotFoundException"},
305
306
  {"shape":"TooManyRequestsException"}
306
307
  ]
307
308
  },
@@ -320,6 +321,18 @@
320
321
  {"shape":"TooManyRequestsException"}
321
322
  ]
322
323
  },
324
+ "ListTagsForResource":{
325
+ "name":"ListTagsForResource",
326
+ "http":{
327
+ "method":"GET",
328
+ "requestUri":"/tags/{ResourceArn}"
329
+ },
330
+ "input":{"shape":"ListTagsForResourceRequest"},
331
+ "output":{"shape":"ListTagsForResourceResponse"},
332
+ "errors":[
333
+ {"shape":"InvalidRequestException"}
334
+ ]
335
+ },
323
336
  "ListWebsiteAuthorizationProviders":{
324
337
  "name":"ListWebsiteAuthorizationProviders",
325
338
  "http":{
@@ -399,6 +412,30 @@
399
412
  {"shape":"TooManyRequestsException"}
400
413
  ]
401
414
  },
415
+ "TagResource":{
416
+ "name":"TagResource",
417
+ "http":{
418
+ "method":"POST",
419
+ "requestUri":"/tags/{ResourceArn}"
420
+ },
421
+ "input":{"shape":"TagResourceRequest"},
422
+ "output":{"shape":"TagResourceResponse"},
423
+ "errors":[
424
+ {"shape":"InvalidRequestException"}
425
+ ]
426
+ },
427
+ "UntagResource":{
428
+ "name":"UntagResource",
429
+ "http":{
430
+ "method":"DELETE",
431
+ "requestUri":"/tags/{ResourceArn}"
432
+ },
433
+ "input":{"shape":"UntagResourceRequest"},
434
+ "output":{"shape":"UntagResourceResponse"},
435
+ "errors":[
436
+ {"shape":"InvalidRequestException"}
437
+ ]
438
+ },
402
439
  "UpdateAuditStreamConfiguration":{
403
440
  "name":"UpdateAuditStreamConfiguration",
404
441
  "http":{
@@ -556,7 +593,10 @@
556
593
  "WebsiteCaId":{"shape":"Id"}
557
594
  }
558
595
  },
559
- "AuditStreamArn":{"type":"string"},
596
+ "AuditStreamArn":{
597
+ "type":"string",
598
+ "pattern":"^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$"
599
+ },
560
600
  "AuthorizationProviderType":{
561
601
  "type":"string",
562
602
  "enum":["SAML"]
@@ -585,7 +625,8 @@
585
625
  "members":{
586
626
  "FleetName":{"shape":"FleetName"},
587
627
  "DisplayName":{"shape":"DisplayName"},
588
- "OptimizeForEndUserLocation":{"shape":"Boolean"}
628
+ "OptimizeForEndUserLocation":{"shape":"Boolean"},
629
+ "Tags":{"shape":"TagMap"}
589
630
  }
590
631
  },
591
632
  "CreateFleetResponse":{
@@ -710,7 +751,8 @@
710
751
  "DisplayName":{"shape":"DisplayName"},
711
752
  "OptimizeForEndUserLocation":{"shape":"Boolean"},
712
753
  "CompanyCode":{"shape":"CompanyCode"},
713
- "FleetStatus":{"shape":"FleetStatus"}
754
+ "FleetStatus":{"shape":"FleetStatus"},
755
+ "Tags":{"shape":"TagMap"}
714
756
  }
715
757
  },
716
758
  "DescribeIdentityProviderConfigurationRequest":{
@@ -911,7 +953,8 @@
911
953
  "FleetName":{"shape":"FleetName"},
912
954
  "DisplayName":{"shape":"DisplayName"},
913
955
  "CompanyCode":{"shape":"CompanyCode"},
914
- "FleetStatus":{"shape":"FleetStatus"}
956
+ "FleetStatus":{"shape":"FleetStatus"},
957
+ "Tags":{"shape":"TagMap"}
915
958
  }
916
959
  },
917
960
  "FleetSummaryList":{
@@ -989,6 +1032,23 @@
989
1032
  "NextToken":{"shape":"NextToken"}
990
1033
  }
991
1034
  },
1035
+ "ListTagsForResourceRequest":{
1036
+ "type":"structure",
1037
+ "required":["ResourceArn"],
1038
+ "members":{
1039
+ "ResourceArn":{
1040
+ "shape":"FleetArn",
1041
+ "location":"uri",
1042
+ "locationName":"ResourceArn"
1043
+ }
1044
+ }
1045
+ },
1046
+ "ListTagsForResourceResponse":{
1047
+ "type":"structure",
1048
+ "members":{
1049
+ "Tags":{"shape":"TagMap"}
1050
+ }
1051
+ },
992
1052
  "ListWebsiteAuthorizationProvidersRequest":{
993
1053
  "type":"structure",
994
1054
  "required":["FleetArn"],
@@ -1117,6 +1177,49 @@
1117
1177
  "type":"list",
1118
1178
  "member":{"shape":"SubnetId"}
1119
1179
  },
1180
+ "TagKey":{
1181
+ "type":"string",
1182
+ "max":128,
1183
+ "min":1,
1184
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
1185
+ },
1186
+ "TagKeyList":{
1187
+ "type":"list",
1188
+ "member":{"shape":"TagKey"},
1189
+ "max":50,
1190
+ "min":1
1191
+ },
1192
+ "TagMap":{
1193
+ "type":"map",
1194
+ "key":{"shape":"TagKey"},
1195
+ "value":{"shape":"TagValue"},
1196
+ "max":50,
1197
+ "min":1
1198
+ },
1199
+ "TagResourceRequest":{
1200
+ "type":"structure",
1201
+ "required":[
1202
+ "ResourceArn",
1203
+ "Tags"
1204
+ ],
1205
+ "members":{
1206
+ "ResourceArn":{
1207
+ "shape":"FleetArn",
1208
+ "location":"uri",
1209
+ "locationName":"ResourceArn"
1210
+ },
1211
+ "Tags":{"shape":"TagMap"}
1212
+ }
1213
+ },
1214
+ "TagResourceResponse":{
1215
+ "type":"structure",
1216
+ "members":{
1217
+ }
1218
+ },
1219
+ "TagValue":{
1220
+ "type":"string",
1221
+ "max":256
1222
+ },
1120
1223
  "TooManyRequestsException":{
1121
1224
  "type":"structure",
1122
1225
  "members":{
@@ -1133,6 +1236,30 @@
1133
1236
  "error":{"httpStatusCode":403},
1134
1237
  "exception":true
1135
1238
  },
1239
+ "UntagResourceRequest":{
1240
+ "type":"structure",
1241
+ "required":[
1242
+ "ResourceArn",
1243
+ "TagKeys"
1244
+ ],
1245
+ "members":{
1246
+ "ResourceArn":{
1247
+ "shape":"FleetArn",
1248
+ "location":"uri",
1249
+ "locationName":"ResourceArn"
1250
+ },
1251
+ "TagKeys":{
1252
+ "shape":"TagKeyList",
1253
+ "location":"querystring",
1254
+ "locationName":"tagKeys"
1255
+ }
1256
+ }
1257
+ },
1258
+ "UntagResourceResponse":{
1259
+ "type":"structure",
1260
+ "members":{
1261
+ }
1262
+ },
1136
1263
  "UpdateAuditStreamConfigurationRequest":{
1137
1264
  "type":"structure",
1138
1265
  "required":["FleetArn"],
@@ -2569,6 +2569,7 @@
2569
2569
  "ap-east-1" : { },
2570
2570
  "ap-northeast-1" : { },
2571
2571
  "ap-northeast-2" : { },
2572
+ "ap-south-1" : { },
2572
2573
  "ap-southeast-1" : { },
2573
2574
  "ap-southeast-2" : { },
2574
2575
  "eu-central-1" : { },
@@ -4680,6 +4681,30 @@
4680
4681
  "eu-west-1" : { },
4681
4682
  "eu-west-2" : { },
4682
4683
  "eu-west-3" : { },
4684
+ "fips-us-east-1" : {
4685
+ "credentialScope" : {
4686
+ "region" : "us-east-1"
4687
+ },
4688
+ "hostname" : "securityhub-fips.us-east-1.amazonaws.com"
4689
+ },
4690
+ "fips-us-east-2" : {
4691
+ "credentialScope" : {
4692
+ "region" : "us-east-2"
4693
+ },
4694
+ "hostname" : "securityhub-fips.us-east-2.amazonaws.com"
4695
+ },
4696
+ "fips-us-west-1" : {
4697
+ "credentialScope" : {
4698
+ "region" : "us-west-1"
4699
+ },
4700
+ "hostname" : "securityhub-fips.us-west-1.amazonaws.com"
4701
+ },
4702
+ "fips-us-west-2" : {
4703
+ "credentialScope" : {
4704
+ "region" : "us-west-2"
4705
+ },
4706
+ "hostname" : "securityhub-fips.us-west-2.amazonaws.com"
4707
+ },
4683
4708
  "me-south-1" : { },
4684
4709
  "sa-east-1" : { },
4685
4710
  "us-east-1" : { },
@@ -5971,6 +5996,15 @@
5971
5996
  "cn-northwest-1" : { }
5972
5997
  }
5973
5998
  },
5999
+ "autoscaling-plans" : {
6000
+ "defaults" : {
6001
+ "protocols" : [ "http", "https" ]
6002
+ },
6003
+ "endpoints" : {
6004
+ "cn-north-1" : { },
6005
+ "cn-northwest-1" : { }
6006
+ }
6007
+ },
5974
6008
  "backup" : {
5975
6009
  "endpoints" : {
5976
6010
  "cn-north-1" : { },
@@ -7192,6 +7226,12 @@
7192
7226
  "region" : "us-gov-west-1"
7193
7227
  },
7194
7228
  "hostname" : "iam.us-gov.amazonaws.com"
7229
+ },
7230
+ "iam-govcloud-fips" : {
7231
+ "credentialScope" : {
7232
+ "region" : "us-gov-west-1"
7233
+ },
7234
+ "hostname" : "iam.us-gov.amazonaws.com"
7195
7235
  }
7196
7236
  },
7197
7237
  "isRegionalized" : false,
@@ -7238,6 +7278,18 @@
7238
7278
  },
7239
7279
  "kinesis" : {
7240
7280
  "endpoints" : {
7281
+ "fips-us-gov-east-1" : {
7282
+ "credentialScope" : {
7283
+ "region" : "us-gov-east-1"
7284
+ },
7285
+ "hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
7286
+ },
7287
+ "fips-us-gov-west-1" : {
7288
+ "credentialScope" : {
7289
+ "region" : "us-gov-west-1"
7290
+ },
7291
+ "hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
7292
+ },
7241
7293
  "us-gov-east-1" : { },
7242
7294
  "us-gov-west-1" : { }
7243
7295
  }
@@ -7569,6 +7621,18 @@
7569
7621
  },
7570
7622
  "securityhub" : {
7571
7623
  "endpoints" : {
7624
+ "fips-us-gov-east-1" : {
7625
+ "credentialScope" : {
7626
+ "region" : "us-gov-east-1"
7627
+ },
7628
+ "hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com"
7629
+ },
7630
+ "fips-us-gov-west-1" : {
7631
+ "credentialScope" : {
7632
+ "region" : "us-gov-west-1"
7633
+ },
7634
+ "hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com"
7635
+ },
7572
7636
  "us-gov-east-1" : { },
7573
7637
  "us-gov-west-1" : { }
7574
7638
  }
@@ -7733,6 +7797,12 @@
7733
7797
  },
7734
7798
  "storagegateway" : {
7735
7799
  "endpoints" : {
7800
+ "fips" : {
7801
+ "credentialScope" : {
7802
+ "region" : "us-gov-west-1"
7803
+ },
7804
+ "hostname" : "storagegateway-fips.us-gov-west-1.amazonaws.com"
7805
+ },
7736
7806
  "us-gov-east-1" : { },
7737
7807
  "us-gov-west-1" : { }
7738
7808
  }