aws-sdk 2.945.0 → 2.949.0

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +259 -258
  4. package/apis/dms-2016-01-01.min.json +127 -97
  5. package/apis/ec2-2016-11-15.min.json +1236 -930
  6. package/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/apis/emr-containers-2020-10-01.min.json +25 -23
  8. package/apis/glue-2017-03-31.min.json +254 -220
  9. package/apis/health-2016-08-04.min.json +29 -29
  10. package/apis/healthlake-2017-07-01.min.json +258 -60
  11. package/apis/healthlake-2017-07-01.paginators.json +10 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +46 -25
  13. package/apis/lightsail-2016-11-28.min.json +557 -192
  14. package/apis/location-2020-11-19.min.json +205 -0
  15. package/apis/robomaker-2018-06-29.min.json +6 -3
  16. package/apis/wellarchitected-2020-03-31.min.json +60 -19
  17. package/clients/acm.d.ts +16 -16
  18. package/clients/appintegrations.d.ts +22 -22
  19. package/clients/auditmanager.d.ts +138 -138
  20. package/clients/chime.d.ts +5 -0
  21. package/clients/cognitoidentityserviceprovider.d.ts +72 -72
  22. package/clients/directconnect.d.ts +11 -8
  23. package/clients/dms.d.ts +253 -204
  24. package/clients/ec2.d.ts +332 -6
  25. package/clients/ecs.d.ts +83 -83
  26. package/clients/emrcontainers.d.ts +12 -2
  27. package/clients/glue.d.ts +38 -3
  28. package/clients/health.d.ts +3 -2
  29. package/clients/healthlake.d.ts +220 -5
  30. package/clients/imagebuilder.d.ts +27 -27
  31. package/clients/lexmodelbuildingservice.d.ts +1 -1
  32. package/clients/lightsail.d.ts +610 -150
  33. package/clients/location.d.ts +227 -35
  34. package/clients/robomaker.d.ts +12 -0
  35. package/clients/wellarchitected.d.ts +76 -5
  36. package/dist/aws-sdk-core-react-native.js +6 -1
  37. package/dist/aws-sdk-react-native.js +20 -15
  38. package/dist/aws-sdk.js +1455 -933
  39. package/dist/aws-sdk.min.js +65 -65
  40. package/lib/core.d.ts +1 -0
  41. package/lib/core.js +1 -1
  42. package/lib/json/builder.js +3 -0
  43. package/lib/json/parser.js +1 -0
  44. package/lib/model/index.d.ts +4 -0
  45. package/lib/model/shape.js +1 -0
  46. package/package.json +1 -1
  47. package/scripts/lib/ts-generator.js +16 -0
@@ -2239,6 +2239,211 @@
2239
2239
  "hostPrefix": "metadata."
2240
2240
  },
2241
2241
  "idempotent": true
2242
+ },
2243
+ "UpdateGeofenceCollection": {
2244
+ "http": {
2245
+ "method": "PATCH",
2246
+ "requestUri": "/geofencing/v0/collections/{CollectionName}",
2247
+ "responseCode": 200
2248
+ },
2249
+ "input": {
2250
+ "type": "structure",
2251
+ "required": [
2252
+ "CollectionName"
2253
+ ],
2254
+ "members": {
2255
+ "CollectionName": {
2256
+ "location": "uri",
2257
+ "locationName": "CollectionName"
2258
+ },
2259
+ "Description": {},
2260
+ "PricingPlan": {},
2261
+ "PricingPlanDataSource": {}
2262
+ }
2263
+ },
2264
+ "output": {
2265
+ "type": "structure",
2266
+ "required": [
2267
+ "CollectionArn",
2268
+ "CollectionName",
2269
+ "UpdateTime"
2270
+ ],
2271
+ "members": {
2272
+ "CollectionArn": {},
2273
+ "CollectionName": {},
2274
+ "UpdateTime": {
2275
+ "shape": "So"
2276
+ }
2277
+ }
2278
+ },
2279
+ "endpoint": {
2280
+ "hostPrefix": "geofencing."
2281
+ },
2282
+ "idempotent": true
2283
+ },
2284
+ "UpdateMap": {
2285
+ "http": {
2286
+ "method": "PATCH",
2287
+ "requestUri": "/maps/v0/maps/{MapName}",
2288
+ "responseCode": 200
2289
+ },
2290
+ "input": {
2291
+ "type": "structure",
2292
+ "required": [
2293
+ "MapName"
2294
+ ],
2295
+ "members": {
2296
+ "Description": {},
2297
+ "MapName": {
2298
+ "location": "uri",
2299
+ "locationName": "MapName"
2300
+ },
2301
+ "PricingPlan": {}
2302
+ }
2303
+ },
2304
+ "output": {
2305
+ "type": "structure",
2306
+ "required": [
2307
+ "MapArn",
2308
+ "MapName",
2309
+ "UpdateTime"
2310
+ ],
2311
+ "members": {
2312
+ "MapArn": {},
2313
+ "MapName": {},
2314
+ "UpdateTime": {
2315
+ "shape": "So"
2316
+ }
2317
+ }
2318
+ },
2319
+ "endpoint": {
2320
+ "hostPrefix": "maps."
2321
+ },
2322
+ "idempotent": true
2323
+ },
2324
+ "UpdatePlaceIndex": {
2325
+ "http": {
2326
+ "method": "PATCH",
2327
+ "requestUri": "/places/v0/indexes/{IndexName}",
2328
+ "responseCode": 200
2329
+ },
2330
+ "input": {
2331
+ "type": "structure",
2332
+ "required": [
2333
+ "IndexName"
2334
+ ],
2335
+ "members": {
2336
+ "DataSourceConfiguration": {
2337
+ "shape": "S2o"
2338
+ },
2339
+ "Description": {},
2340
+ "IndexName": {
2341
+ "location": "uri",
2342
+ "locationName": "IndexName"
2343
+ },
2344
+ "PricingPlan": {}
2345
+ }
2346
+ },
2347
+ "output": {
2348
+ "type": "structure",
2349
+ "required": [
2350
+ "IndexArn",
2351
+ "IndexName",
2352
+ "UpdateTime"
2353
+ ],
2354
+ "members": {
2355
+ "IndexArn": {},
2356
+ "IndexName": {},
2357
+ "UpdateTime": {
2358
+ "shape": "So"
2359
+ }
2360
+ }
2361
+ },
2362
+ "endpoint": {
2363
+ "hostPrefix": "places."
2364
+ },
2365
+ "idempotent": true
2366
+ },
2367
+ "UpdateRouteCalculator": {
2368
+ "http": {
2369
+ "method": "PATCH",
2370
+ "requestUri": "/routes/v0/calculators/{CalculatorName}",
2371
+ "responseCode": 200
2372
+ },
2373
+ "input": {
2374
+ "type": "structure",
2375
+ "required": [
2376
+ "CalculatorName"
2377
+ ],
2378
+ "members": {
2379
+ "CalculatorName": {
2380
+ "location": "uri",
2381
+ "locationName": "CalculatorName"
2382
+ },
2383
+ "Description": {},
2384
+ "PricingPlan": {}
2385
+ }
2386
+ },
2387
+ "output": {
2388
+ "type": "structure",
2389
+ "required": [
2390
+ "CalculatorArn",
2391
+ "CalculatorName",
2392
+ "UpdateTime"
2393
+ ],
2394
+ "members": {
2395
+ "CalculatorArn": {},
2396
+ "CalculatorName": {},
2397
+ "UpdateTime": {
2398
+ "shape": "So"
2399
+ }
2400
+ }
2401
+ },
2402
+ "endpoint": {
2403
+ "hostPrefix": "routes."
2404
+ },
2405
+ "idempotent": true
2406
+ },
2407
+ "UpdateTracker": {
2408
+ "http": {
2409
+ "method": "PATCH",
2410
+ "requestUri": "/tracking/v0/trackers/{TrackerName}",
2411
+ "responseCode": 200
2412
+ },
2413
+ "input": {
2414
+ "type": "structure",
2415
+ "required": [
2416
+ "TrackerName"
2417
+ ],
2418
+ "members": {
2419
+ "Description": {},
2420
+ "PricingPlan": {},
2421
+ "PricingPlanDataSource": {},
2422
+ "TrackerName": {
2423
+ "location": "uri",
2424
+ "locationName": "TrackerName"
2425
+ }
2426
+ }
2427
+ },
2428
+ "output": {
2429
+ "type": "structure",
2430
+ "required": [
2431
+ "TrackerArn",
2432
+ "TrackerName",
2433
+ "UpdateTime"
2434
+ ],
2435
+ "members": {
2436
+ "TrackerArn": {},
2437
+ "TrackerName": {},
2438
+ "UpdateTime": {
2439
+ "shape": "So"
2440
+ }
2441
+ }
2442
+ },
2443
+ "endpoint": {
2444
+ "hostPrefix": "tracking."
2445
+ },
2446
+ "idempotent": true
2242
2447
  }
2243
2448
  },
2244
2449
  "shapes": {
@@ -1186,7 +1186,8 @@
1186
1186
  },
1187
1187
  "tags": {
1188
1188
  "shape": "S1k"
1189
- }
1189
+ },
1190
+ "worldDescriptionBody": {}
1190
1191
  }
1191
1192
  }
1192
1193
  },
@@ -1323,7 +1324,8 @@
1323
1324
  },
1324
1325
  "tags": {
1325
1326
  "shape": "S1k"
1326
- }
1327
+ },
1328
+ "version": {}
1327
1329
  }
1328
1330
  }
1329
1331
  },
@@ -1764,7 +1766,8 @@
1764
1766
  "lastUpdatedAt": {
1765
1767
  "type": "timestamp"
1766
1768
  },
1767
- "name": {}
1769
+ "name": {},
1770
+ "version": {}
1768
1771
  }
1769
1772
  }
1770
1773
  },
@@ -309,7 +309,7 @@
309
309
  "type": "integer"
310
310
  },
311
311
  "LensReview": {
312
- "shape": "S1n"
312
+ "shape": "S1t"
313
313
  }
314
314
  }
315
315
  }
@@ -453,7 +453,7 @@
453
453
  "type": "timestamp"
454
454
  },
455
455
  "Workload": {
456
- "shape": "S2d"
456
+ "shape": "S2j"
457
457
  }
458
458
  }
459
459
  }
@@ -481,7 +481,7 @@
481
481
  "type": "structure",
482
482
  "members": {
483
483
  "Workload": {
484
- "shape": "S2d"
484
+ "shape": "S2j"
485
485
  }
486
486
  }
487
487
  }
@@ -548,10 +548,22 @@
548
548
  "SelectedChoices": {
549
549
  "shape": "S1i"
550
550
  },
551
+ "ChoiceAnswerSummaries": {
552
+ "type": "list",
553
+ "member": {
554
+ "type": "structure",
555
+ "members": {
556
+ "ChoiceId": {},
557
+ "Status": {},
558
+ "Reason": {}
559
+ }
560
+ }
561
+ },
551
562
  "IsApplicable": {
552
563
  "type": "boolean"
553
564
  },
554
- "Risk": {}
565
+ "Risk": {},
566
+ "Reason": {}
555
567
  }
556
568
  }
557
569
  },
@@ -675,7 +687,7 @@
675
687
  "type": "timestamp"
676
688
  },
677
689
  "RiskCounts": {
678
- "shape": "S1u"
690
+ "shape": "S20"
679
691
  }
680
692
  }
681
693
  }
@@ -759,7 +771,7 @@
759
771
  "type": "timestamp"
760
772
  },
761
773
  "WorkloadSummary": {
762
- "shape": "S37"
774
+ "shape": "S3f"
763
775
  }
764
776
  }
765
777
  }
@@ -948,7 +960,7 @@
948
960
  "WorkloadSummaries": {
949
961
  "type": "list",
950
962
  "member": {
951
- "shape": "S37"
963
+ "shape": "S3f"
952
964
  }
953
965
  },
954
966
  "NextToken": {}
@@ -1037,10 +1049,26 @@
1037
1049
  "SelectedChoices": {
1038
1050
  "shape": "S1i"
1039
1051
  },
1052
+ "ChoiceUpdates": {
1053
+ "type": "map",
1054
+ "key": {},
1055
+ "value": {
1056
+ "type": "structure",
1057
+ "required": [
1058
+ "Status"
1059
+ ],
1060
+ "members": {
1061
+ "Status": {},
1062
+ "Reason": {},
1063
+ "Notes": {}
1064
+ }
1065
+ }
1066
+ },
1040
1067
  "Notes": {},
1041
1068
  "IsApplicable": {
1042
1069
  "type": "boolean"
1043
- }
1070
+ },
1071
+ "Reason": {}
1044
1072
  }
1045
1073
  },
1046
1074
  "output": {
@@ -1087,7 +1115,7 @@
1087
1115
  "members": {
1088
1116
  "WorkloadId": {},
1089
1117
  "LensReview": {
1090
- "shape": "S1n"
1118
+ "shape": "S1t"
1091
1119
  }
1092
1120
  }
1093
1121
  }
@@ -1169,7 +1197,7 @@
1169
1197
  "type": "structure",
1170
1198
  "members": {
1171
1199
  "Workload": {
1172
- "shape": "S2d"
1200
+ "shape": "S2j"
1173
1201
  }
1174
1202
  }
1175
1203
  }
@@ -1289,11 +1317,24 @@
1289
1317
  "SelectedChoices": {
1290
1318
  "shape": "S1i"
1291
1319
  },
1320
+ "ChoiceAnswers": {
1321
+ "type": "list",
1322
+ "member": {
1323
+ "type": "structure",
1324
+ "members": {
1325
+ "ChoiceId": {},
1326
+ "Status": {},
1327
+ "Reason": {},
1328
+ "Notes": {}
1329
+ }
1330
+ }
1331
+ },
1292
1332
  "IsApplicable": {
1293
1333
  "type": "boolean"
1294
1334
  },
1295
1335
  "Risk": {},
1296
- "Notes": {}
1336
+ "Notes": {},
1337
+ "Reason": {}
1297
1338
  }
1298
1339
  },
1299
1340
  "S1d": {
@@ -1311,7 +1352,7 @@
1311
1352
  "type": "list",
1312
1353
  "member": {}
1313
1354
  },
1314
- "S1n": {
1355
+ "S1t": {
1315
1356
  "type": "structure",
1316
1357
  "members": {
1317
1358
  "LensAlias": {},
@@ -1327,7 +1368,7 @@
1327
1368
  "PillarName": {},
1328
1369
  "Notes": {},
1329
1370
  "RiskCounts": {
1330
- "shape": "S1u"
1371
+ "shape": "S20"
1331
1372
  }
1332
1373
  }
1333
1374
  }
@@ -1337,19 +1378,19 @@
1337
1378
  },
1338
1379
  "Notes": {},
1339
1380
  "RiskCounts": {
1340
- "shape": "S1u"
1381
+ "shape": "S20"
1341
1382
  },
1342
1383
  "NextToken": {}
1343
1384
  }
1344
1385
  },
1345
- "S1u": {
1386
+ "S20": {
1346
1387
  "type": "map",
1347
1388
  "key": {},
1348
1389
  "value": {
1349
1390
  "type": "integer"
1350
1391
  }
1351
1392
  },
1352
- "S2d": {
1393
+ "S2j": {
1353
1394
  "type": "structure",
1354
1395
  "members": {
1355
1396
  "WorkloadId": {},
@@ -1382,7 +1423,7 @@
1382
1423
  "Notes": {},
1383
1424
  "ImprovementStatus": {},
1384
1425
  "RiskCounts": {
1385
- "shape": "S1u"
1426
+ "shape": "S20"
1386
1427
  },
1387
1428
  "PillarPriorities": {
1388
1429
  "shape": "Sk"
@@ -1397,7 +1438,7 @@
1397
1438
  }
1398
1439
  }
1399
1440
  },
1400
- "S37": {
1441
+ "S3f": {
1401
1442
  "type": "structure",
1402
1443
  "members": {
1403
1444
  "WorkloadId": {},
@@ -1411,7 +1452,7 @@
1411
1452
  "shape": "Sq"
1412
1453
  },
1413
1454
  "RiskCounts": {
1414
- "shape": "S1u"
1455
+ "shape": "S20"
1415
1456
  },
1416
1457
  "ImprovementStatus": {}
1417
1458
  }
package/clients/acm.d.ts CHANGED
@@ -13,19 +13,19 @@ declare class ACM extends Service {
13
13
  constructor(options?: ACM.Types.ClientConfiguration)
14
14
  config: Config & ACM.Types.ClientConfiguration;
15
15
  /**
16
- * Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair. You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates. To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.
16
+ * Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair. You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates. To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.
17
17
  */
18
18
  addTagsToCertificate(params: ACM.Types.AddTagsToCertificateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
19
19
  /**
20
- * Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your AWS resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair. You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates. To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.
20
+ * Adds one or more tags to an ACM certificate. Tags are labels that you can use to identify and organize your Amazon Web Services resources. Each tag consists of a key and an optional value. You specify the certificate on input by its Amazon Resource Name (ARN). You specify the tag by using a key-value pair. You can apply a tag to just one certificate if you want to identify a specific characteristic of that certificate, or you can apply the same tag to multiple certificates if you want to filter for a common relationship among those certificates. Similarly, you can apply the same tag to multiple resources if you want to specify a relationship among those resources. For example, you can add the same tag to an ACM certificate and an Elastic Load Balancing load balancer to indicate that they are both used by the same website. For more information, see Tagging ACM certificates. To remove one or more tags, use the RemoveTagsFromCertificate action. To view all of the tags that have been applied to the certificate, use the ListTagsForCertificate action.
21
21
  */
22
22
  addTagsToCertificate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
23
23
  /**
24
- * Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by AWS services integrated with ACM. You cannot delete an ACM certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.
24
+ * Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by Amazon Web Services services integrated with ACM. You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, the certificate association must first be removed.
25
25
  */
26
26
  deleteCertificate(params: ACM.Types.DeleteCertificateRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
27
27
  /**
28
- * Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by AWS services integrated with ACM. You cannot delete an ACM certificate that is being used by another AWS service. To delete a certificate that is in use, the certificate association must first be removed.
28
+ * Deletes a certificate and its associated private key. If this action succeeds, the certificate no longer appears in the list that can be displayed by calling the ListCertificates action or be retrieved by calling the GetCertificate action. The certificate will not be available for use by Amazon Web Services services integrated with ACM. You cannot delete an ACM certificate that is being used by another Amazon Web Services service. To delete a certificate that is in use, the certificate association must first be removed.
29
29
  */
30
30
  deleteCertificate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
31
31
  /**
@@ -45,7 +45,7 @@ declare class ACM extends Service {
45
45
  */
46
46
  exportCertificate(callback?: (err: AWSError, data: ACM.Types.ExportCertificateResponse) => void): Request<ACM.Types.ExportCertificateResponse, AWSError>;
47
47
  /**
48
- * Returns the account configuration options associated with an AWS account.
48
+ * Returns the account configuration options associated with an Amazon Web Services account.
49
49
  */
50
50
  getAccountConfiguration(callback?: (err: AWSError, data: ACM.Types.GetAccountConfigurationResponse) => void): Request<ACM.Types.GetAccountConfigurationResponse, AWSError>;
51
51
  /**
@@ -57,11 +57,11 @@ declare class ACM extends Service {
57
57
  */
58
58
  getCertificate(callback?: (err: AWSError, data: ACM.Types.GetCertificateResponse) => void): Request<ACM.Types.GetCertificateResponse, AWSError>;
59
59
  /**
60
- * Imports a certificate into AWS Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the AWS Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate.
60
+ * Imports a certificate into Amazon Web Services Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Amazon Web Services Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate.
61
61
  */
62
62
  importCertificate(params: ACM.Types.ImportCertificateRequest, callback?: (err: AWSError, data: ACM.Types.ImportCertificateResponse) => void): Request<ACM.Types.ImportCertificateResponse, AWSError>;
63
63
  /**
64
- * Imports a certificate into AWS Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the AWS Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate.
64
+ * Imports a certificate into Amazon Web Services Certificate Manager (ACM) to use with services that are integrated with ACM. Note that integrated services allow only certificate types and keys they support to be associated with their resources. Further, their support differs depending on whether the certificate is imported into IAM or into ACM. For more information, see the documentation for each service. For more information about importing certificates into ACM, see Importing Certificates in the Amazon Web Services Certificate Manager User Guide. ACM does not provide managed renewal for certificates that you import. Note the following guidelines when importing third party certificates: You must enter the private key that matches the certificate you are importing. The private key must be unencrypted. You cannot import a private key that is protected by a password or a passphrase. The private key must be no larger than 5 KB (5,120 bytes). If the certificate you are importing is not self-signed, you must enter its certificate chain. If a certificate chain is included, the issuer must be the subject of one of the certificates in the chain. The certificate, private key, and certificate chain must be PEM-encoded. The current time must be between the Not Before and Not After certificate fields. The Issuer field must not be empty. The OCSP authority URL, if present, must not exceed 1000 characters. To import a new certificate, omit the CertificateArn argument. Include this argument only when you want to replace a previously imported certificate. When you import a certificate by using the CLI, you must specify the certificate, the certificate chain, and the private key by their file names preceded by fileb://. For example, you can specify a certificate saved in the C:\temp folder as fileb://C:\temp\certificate_to_import.pem. If you are making an HTTP or HTTPS Query request, include these arguments as BLOBs. When you import a certificate by using an SDK, you must specify the certificate, the certificate chain, and the private key files in the manner required by the programming language you're using. The cryptographic algorithm of an imported certificate must match the algorithm of the signing CA. For example, if the signing CA key type is RSA, then the certificate key type must also be RSA. This operation returns the Amazon Resource Name (ARN) of the imported certificate.
65
65
  */
66
66
  importCertificate(callback?: (err: AWSError, data: ACM.Types.ImportCertificateResponse) => void): Request<ACM.Types.ImportCertificateResponse, AWSError>;
67
67
  /**
@@ -105,11 +105,11 @@ declare class ACM extends Service {
105
105
  */
106
106
  renewCertificate(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
107
107
  /**
108
- * Requests an ACM certificate for use with other AWS services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter. If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner.
108
+ * Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter. If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner. ACM behavior differs from the https://tools.ietf.org/html/rfc6125#appendix-B.2RFC 6125 specification of the certificate validation process. first checks for a subject alternative name, and, if it finds one, ignores the common name (CN)
109
109
  */
110
110
  requestCertificate(params: ACM.Types.RequestCertificateRequest, callback?: (err: AWSError, data: ACM.Types.RequestCertificateResponse) => void): Request<ACM.Types.RequestCertificateResponse, AWSError>;
111
111
  /**
112
- * Requests an ACM certificate for use with other AWS services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter. If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner.
112
+ * Requests an ACM certificate for use with other Amazon Web Services services. To request an ACM certificate, you must specify a fully qualified domain name (FQDN) in the DomainName parameter. You can also specify additional FQDNs in the SubjectAlternativeNames parameter. If you are requesting a private certificate, domain validation is not required. If you are requesting a public certificate, each domain name that you specify must be validated to verify that you own or control the domain. You can use DNS validation or email validation. We recommend that you use DNS validation. ACM issues public certificates after receiving approval from the domain owner. ACM behavior differs from the https://tools.ietf.org/html/rfc6125#appendix-B.2RFC 6125 specification of the certificate validation process. first checks for a subject alternative name, and, if it finds one, ignores the common name (CN)
113
113
  */
114
114
  requestCertificate(callback?: (err: AWSError, data: ACM.Types.RequestCertificateResponse) => void): Request<ACM.Types.RequestCertificateResponse, AWSError>;
115
115
  /**
@@ -155,7 +155,7 @@ declare namespace ACM {
155
155
  export type CertificateChainBlob = Buffer|Uint8Array|Blob|string;
156
156
  export interface CertificateDetail {
157
157
  /**
158
- * The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.
158
+ * The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
159
159
  */
160
160
  CertificateArn?: Arn;
161
161
  /**
@@ -223,15 +223,15 @@ declare namespace ACM {
223
223
  */
224
224
  SignatureAlgorithm?: String;
225
225
  /**
226
- * A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
226
+ * A list of ARNs for the Amazon Web Services resources that are using the certificate. A certificate can be used by multiple Amazon Web Services resources.
227
227
  */
228
228
  InUseBy?: InUseList;
229
229
  /**
230
- * The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.
230
+ * The reason the certificate request failed. This value exists only when the certificate status is FAILED. For more information, see Certificate Request Failed in the Amazon Web Services Certificate Manager User Guide.
231
231
  */
232
232
  FailureReason?: FailureReason;
233
233
  /**
234
- * The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the AWS Certificate Manager User Guide.
234
+ * The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED. For certificates that you imported with ImportCertificate, this value is IMPORTED. ACM does not provide managed renewal for imported certificates. For more information about the differences between certificates that you import and those that ACM provides, see Importing Certificates in the Amazon Web Services Certificate Manager User Guide.
235
235
  */
236
236
  Type?: CertificateType;
237
237
  /**
@@ -399,7 +399,7 @@ declare namespace ACM {
399
399
  }
400
400
  export interface GetAccountConfigurationResponse {
401
401
  /**
402
- * Expiration events configuration options associated with the AWS account.
402
+ * Expiration events configuration options associated with the Amazon Web Services account.
403
403
  */
404
404
  ExpiryEvents?: ExpiryEventsConfiguration;
405
405
  }
@@ -449,7 +449,7 @@ declare namespace ACM {
449
449
  CertificateArn?: Arn;
450
450
  }
451
451
  export type InUseList = String[];
452
- export type KeyAlgorithm = "RSA_2048"|"RSA_1024"|"RSA_4096"|"EC_prime256v1"|"EC_secp384r1"|"EC_secp521r1"|string;
452
+ export type KeyAlgorithm = "RSA_1024"|"RSA_2048"|"RSA_3072"|"RSA_4096"|"EC_prime256v1"|"EC_secp384r1"|"EC_secp521r1"|string;
453
453
  export type KeyAlgorithmList = KeyAlgorithm[];
454
454
  export interface KeyUsage {
455
455
  /**
@@ -579,7 +579,7 @@ declare namespace ACM {
579
579
  */
580
580
  Options?: CertificateOptions;
581
581
  /**
582
- * The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the AWS Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
582
+ * The Amazon Resource Name (ARN) of the private certificate authority (CA) that will be used to issue the certificate. If you do not provide an ARN and you are trying to request a private certificate, ACM will attempt to issue a public certificate. For more information about private CAs, see the Amazon Web Services Certificate Manager Private Certificate Authority (PCA) user guide. The ARN must have the following form: arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
583
583
  */
584
584
  CertificateAuthorityArn?: Arn;
585
585
  /**