aws-sdk 2.998.0 → 2.999.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.
- package/CHANGELOG.md +6 -1
- package/README.md +1 -1
- package/apis/apprunner-2020-05-15.min.json +10 -10
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +39 -9
- package/clients/apprunner.d.ts +55 -54
- package/clients/ssm.d.ts +7 -3
- package/clients/synthetics.d.ts +40 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +17 -17
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.999.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.999.0
|
|
6
|
+
* feature: AppRunner: This release contains several minor bug fixes.
|
|
7
|
+
* feature: SSM: When "AutoApprovable" is true for a Change Template, then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create a change request that bypasses approver review. (except for change calendar restrictions)
|
|
8
|
+
* feature: Synthetics: CloudWatch Synthetics now enables customers to choose a customer managed AWS KMS key or an Amazon S3-managed key instead of an AWS managed key (default) for the encryption of artifacts that the canary stores in Amazon S3. CloudWatch Synthetics also supports artifact S3 location updation now.
|
|
9
|
+
|
|
5
10
|
## 2.998.0
|
|
6
11
|
* feature: Account: This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
|
|
7
12
|
* feature: CloudControl: Initial release of the SDK for AWS Cloud Control API
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.999.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
],
|
|
141
141
|
"members": {
|
|
142
142
|
"Service": {
|
|
143
|
-
"shape": "
|
|
143
|
+
"shape": "S1v"
|
|
144
144
|
},
|
|
145
145
|
"OperationId": {}
|
|
146
146
|
}
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
],
|
|
206
206
|
"members": {
|
|
207
207
|
"Service": {
|
|
208
|
-
"shape": "
|
|
208
|
+
"shape": "S1v"
|
|
209
209
|
},
|
|
210
210
|
"OperationId": {}
|
|
211
211
|
}
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
],
|
|
285
285
|
"members": {
|
|
286
286
|
"Service": {
|
|
287
|
-
"shape": "
|
|
287
|
+
"shape": "S1v"
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
}
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"AutoScalingConfigurationSummaryList": {
|
|
341
341
|
"type": "list",
|
|
342
342
|
"member": {
|
|
343
|
-
"shape": "
|
|
343
|
+
"shape": "S1y"
|
|
344
344
|
}
|
|
345
345
|
},
|
|
346
346
|
"NextToken": {}
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
],
|
|
501
501
|
"members": {
|
|
502
502
|
"Service": {
|
|
503
|
-
"shape": "
|
|
503
|
+
"shape": "S1v"
|
|
504
504
|
},
|
|
505
505
|
"OperationId": {}
|
|
506
506
|
}
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
],
|
|
524
524
|
"members": {
|
|
525
525
|
"Service": {
|
|
526
|
-
"shape": "
|
|
526
|
+
"shape": "S1v"
|
|
527
527
|
},
|
|
528
528
|
"OperationId": {}
|
|
529
529
|
}
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
],
|
|
617
617
|
"members": {
|
|
618
618
|
"Service": {
|
|
619
|
-
"shape": "
|
|
619
|
+
"shape": "S1v"
|
|
620
620
|
},
|
|
621
621
|
"OperationId": {}
|
|
622
622
|
}
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
838
|
},
|
|
839
|
-
"
|
|
839
|
+
"S1v": {
|
|
840
840
|
"type": "structure",
|
|
841
841
|
"required": [
|
|
842
842
|
"ServiceName",
|
|
@@ -878,11 +878,11 @@
|
|
|
878
878
|
"shape": "S1n"
|
|
879
879
|
},
|
|
880
880
|
"AutoScalingConfigurationSummary": {
|
|
881
|
-
"shape": "
|
|
881
|
+
"shape": "S1y"
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
},
|
|
885
|
-
"
|
|
885
|
+
"S1y": {
|
|
886
886
|
"type": "structure",
|
|
887
887
|
"members": {
|
|
888
888
|
"AutoScalingConfigurationArn": {},
|
|
@@ -52,6 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"Tags": {
|
|
54
54
|
"shape": "Sm"
|
|
55
|
+
},
|
|
56
|
+
"ArtifactConfig": {
|
|
57
|
+
"shape": "Sp"
|
|
55
58
|
}
|
|
56
59
|
}
|
|
57
60
|
},
|
|
@@ -59,7 +62,7 @@
|
|
|
59
62
|
"type": "structure",
|
|
60
63
|
"members": {
|
|
61
64
|
"Canary": {
|
|
62
|
-
"shape": "
|
|
65
|
+
"shape": "Su"
|
|
63
66
|
}
|
|
64
67
|
}
|
|
65
68
|
}
|
|
@@ -105,7 +108,7 @@
|
|
|
105
108
|
"Canaries": {
|
|
106
109
|
"type": "list",
|
|
107
110
|
"member": {
|
|
108
|
-
"shape": "
|
|
111
|
+
"shape": "Su"
|
|
109
112
|
}
|
|
110
113
|
},
|
|
111
114
|
"NextToken": {}
|
|
@@ -135,7 +138,7 @@
|
|
|
135
138
|
"members": {
|
|
136
139
|
"CanaryName": {},
|
|
137
140
|
"LastRun": {
|
|
138
|
-
"shape": "
|
|
141
|
+
"shape": "S1p"
|
|
139
142
|
}
|
|
140
143
|
}
|
|
141
144
|
}
|
|
@@ -201,7 +204,7 @@
|
|
|
201
204
|
"type": "structure",
|
|
202
205
|
"members": {
|
|
203
206
|
"Canary": {
|
|
204
|
-
"shape": "
|
|
207
|
+
"shape": "Su"
|
|
205
208
|
}
|
|
206
209
|
}
|
|
207
210
|
}
|
|
@@ -232,7 +235,7 @@
|
|
|
232
235
|
"CanaryRuns": {
|
|
233
236
|
"type": "list",
|
|
234
237
|
"member": {
|
|
235
|
-
"shape": "
|
|
238
|
+
"shape": "S1p"
|
|
236
239
|
}
|
|
237
240
|
},
|
|
238
241
|
"NextToken": {}
|
|
@@ -403,10 +406,14 @@
|
|
|
403
406
|
],
|
|
404
407
|
"members": {
|
|
405
408
|
"BaseScreenshots": {
|
|
406
|
-
"shape": "
|
|
409
|
+
"shape": "S18"
|
|
407
410
|
},
|
|
408
411
|
"BaseCanaryRunId": {}
|
|
409
412
|
}
|
|
413
|
+
},
|
|
414
|
+
"ArtifactS3Location": {},
|
|
415
|
+
"ArtifactConfig": {
|
|
416
|
+
"shape": "Sp"
|
|
410
417
|
}
|
|
411
418
|
}
|
|
412
419
|
},
|
|
@@ -487,7 +494,22 @@
|
|
|
487
494
|
"key": {},
|
|
488
495
|
"value": {}
|
|
489
496
|
},
|
|
497
|
+
"Sp": {
|
|
498
|
+
"type": "structure",
|
|
499
|
+
"members": {
|
|
500
|
+
"S3Encryption": {
|
|
501
|
+
"shape": "Sq"
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
490
505
|
"Sq": {
|
|
506
|
+
"type": "structure",
|
|
507
|
+
"members": {
|
|
508
|
+
"EncryptionMode": {},
|
|
509
|
+
"KmsKeyArn": {}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"Su": {
|
|
491
513
|
"type": "structure",
|
|
492
514
|
"members": {
|
|
493
515
|
"Id": {},
|
|
@@ -573,17 +595,25 @@
|
|
|
573
595
|
"type": "structure",
|
|
574
596
|
"members": {
|
|
575
597
|
"BaseScreenshots": {
|
|
576
|
-
"shape": "
|
|
598
|
+
"shape": "S18"
|
|
577
599
|
},
|
|
578
600
|
"BaseCanaryRunId": {}
|
|
579
601
|
}
|
|
580
602
|
},
|
|
581
603
|
"Tags": {
|
|
582
604
|
"shape": "Sm"
|
|
605
|
+
},
|
|
606
|
+
"ArtifactConfig": {
|
|
607
|
+
"type": "structure",
|
|
608
|
+
"members": {
|
|
609
|
+
"S3Encryption": {
|
|
610
|
+
"shape": "Sq"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
583
613
|
}
|
|
584
614
|
}
|
|
585
615
|
},
|
|
586
|
-
"
|
|
616
|
+
"S18": {
|
|
587
617
|
"type": "list",
|
|
588
618
|
"member": {
|
|
589
619
|
"type": "structure",
|
|
@@ -599,7 +629,7 @@
|
|
|
599
629
|
}
|
|
600
630
|
}
|
|
601
631
|
},
|
|
602
|
-
"
|
|
632
|
+
"S1p": {
|
|
603
633
|
"type": "structure",
|
|
604
634
|
"members": {
|
|
605
635
|
"Id": {},
|
package/clients/apprunner.d.ts
CHANGED
|
@@ -12,155 +12,155 @@ declare class AppRunner extends Service {
|
|
|
12
12
|
constructor(options?: AppRunner.Types.ClientConfiguration)
|
|
13
13
|
config: Config & AppRunner.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Associate your own domain name with the
|
|
15
|
+
* Associate your own domain name with the App Runner subdomain URL of your App Runner service. After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
|
|
16
16
|
*/
|
|
17
17
|
associateCustomDomain(params: AppRunner.Types.AssociateCustomDomainRequest, callback?: (err: AWSError, data: AppRunner.Types.AssociateCustomDomainResponse) => void): Request<AppRunner.Types.AssociateCustomDomainResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Associate your own domain name with the
|
|
19
|
+
* Associate your own domain name with the App Runner subdomain URL of your App Runner service. After you call AssociateCustomDomain and receive a successful response, use the information in the CustomDomain record that's returned to add CNAME records to your Domain Name System (DNS). For each mapped domain name, add a mapping to the target App Runner subdomain and one or more certificate validation records. App Runner then performs DNS validation to verify that you own or control the domain name that you associated. App Runner tracks domain validity in a certificate stored in AWS Certificate Manager (ACM).
|
|
20
20
|
*/
|
|
21
21
|
associateCustomDomain(callback?: (err: AWSError, data: AppRunner.Types.AssociateCustomDomainResponse) => void): Request<AppRunner.Types.AssociateCustomDomainResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Create an
|
|
23
|
+
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.
|
|
24
24
|
*/
|
|
25
25
|
createAutoScalingConfiguration(params: AppRunner.Types.CreateAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.CreateAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.CreateAutoScalingConfigurationResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Create an
|
|
27
|
+
* Create an App Runner automatic scaling configuration resource. App Runner requires this resource when you create App Runner services that require non-default auto scaling settings. You can share an auto scaling configuration across multiple services. Create multiple revisions of a configuration by using the same AutoScalingConfigurationName and different AutoScalingConfigurationRevision values. When you create a service, you can set it to use the latest active revision of an auto scaling configuration or a specific revision. Configure a higher MinSize to increase the spread of your App Runner service over more Availability Zones in the Amazon Web Services Region. The tradeoff is a higher minimal cost. Configure a lower MaxSize to control your cost. The tradeoff is lower responsiveness during peak demand.
|
|
28
28
|
*/
|
|
29
29
|
createAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.CreateAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.CreateAutoScalingConfigurationResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Create an
|
|
31
|
+
* Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
|
|
32
32
|
*/
|
|
33
33
|
createConnection(params: AppRunner.Types.CreateConnectionRequest, callback?: (err: AWSError, data: AppRunner.Types.CreateConnectionResponse) => void): Request<AppRunner.Types.CreateConnectionResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Create an
|
|
35
|
+
* Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services. A connection resource is needed to access GitHub repositories. GitHub requires a user interface approval process through the App Runner console before you can use the connection.
|
|
36
36
|
*/
|
|
37
37
|
createConnection(callback?: (err: AWSError, data: AppRunner.Types.CreateConnectionResponse) => void): Request<AppRunner.Types.CreateConnectionResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Create an
|
|
39
|
+
* Create an App Runner service. After the service is created, the action also automatically starts a deployment. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
40
40
|
*/
|
|
41
41
|
createService(params: AppRunner.Types.CreateServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.CreateServiceResponse) => void): Request<AppRunner.Types.CreateServiceResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Create an
|
|
43
|
+
* Create an App Runner service. After the service is created, the action also automatically starts a deployment. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
44
44
|
*/
|
|
45
45
|
createService(callback?: (err: AWSError, data: AppRunner.Types.CreateServiceResponse) => void): Request<AppRunner.Types.CreateServiceResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Delete an
|
|
47
|
+
* Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
|
|
48
48
|
*/
|
|
49
49
|
deleteAutoScalingConfiguration(params: AppRunner.Types.DeleteAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.DeleteAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DeleteAutoScalingConfigurationResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Delete an
|
|
51
|
+
* Delete an App Runner automatic scaling configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.
|
|
52
52
|
*/
|
|
53
53
|
deleteAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.DeleteAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DeleteAutoScalingConfigurationResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Delete an
|
|
55
|
+
* Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.
|
|
56
56
|
*/
|
|
57
57
|
deleteConnection(params: AppRunner.Types.DeleteConnectionRequest, callback?: (err: AWSError, data: AppRunner.Types.DeleteConnectionResponse) => void): Request<AppRunner.Types.DeleteConnectionResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Delete an
|
|
59
|
+
* Delete an App Runner connection. You must first ensure that there are no running App Runner services that use this connection. If there are any, the DeleteConnection action fails.
|
|
60
60
|
*/
|
|
61
61
|
deleteConnection(callback?: (err: AWSError, data: AppRunner.Types.DeleteConnectionResponse) => void): Request<AppRunner.Types.DeleteConnectionResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Delete an
|
|
63
|
+
* Delete an App Runner service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
64
64
|
*/
|
|
65
65
|
deleteService(params: AppRunner.Types.DeleteServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.DeleteServiceResponse) => void): Request<AppRunner.Types.DeleteServiceResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Delete an
|
|
67
|
+
* Delete an App Runner service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
68
68
|
*/
|
|
69
69
|
deleteService(callback?: (err: AWSError, data: AppRunner.Types.DeleteServiceResponse) => void): Request<AppRunner.Types.DeleteServiceResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Return a full description of an
|
|
71
|
+
* Return a full description of an App Runner automatic scaling configuration resource.
|
|
72
72
|
*/
|
|
73
73
|
describeAutoScalingConfiguration(params: AppRunner.Types.DescribeAutoScalingConfigurationRequest, callback?: (err: AWSError, data: AppRunner.Types.DescribeAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DescribeAutoScalingConfigurationResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Return a full description of an
|
|
75
|
+
* Return a full description of an App Runner automatic scaling configuration resource.
|
|
76
76
|
*/
|
|
77
77
|
describeAutoScalingConfiguration(callback?: (err: AWSError, data: AppRunner.Types.DescribeAutoScalingConfigurationResponse) => void): Request<AppRunner.Types.DescribeAutoScalingConfigurationResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Return a description of custom domain names that are associated with an
|
|
79
|
+
* Return a description of custom domain names that are associated with an App Runner service.
|
|
80
80
|
*/
|
|
81
81
|
describeCustomDomains(params: AppRunner.Types.DescribeCustomDomainsRequest, callback?: (err: AWSError, data: AppRunner.Types.DescribeCustomDomainsResponse) => void): Request<AppRunner.Types.DescribeCustomDomainsResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Return a description of custom domain names that are associated with an
|
|
83
|
+
* Return a description of custom domain names that are associated with an App Runner service.
|
|
84
84
|
*/
|
|
85
85
|
describeCustomDomains(callback?: (err: AWSError, data: AppRunner.Types.DescribeCustomDomainsResponse) => void): Request<AppRunner.Types.DescribeCustomDomainsResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Return a full description of an
|
|
87
|
+
* Return a full description of an App Runner service.
|
|
88
88
|
*/
|
|
89
89
|
describeService(params: AppRunner.Types.DescribeServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.DescribeServiceResponse) => void): Request<AppRunner.Types.DescribeServiceResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Return a full description of an
|
|
91
|
+
* Return a full description of an App Runner service.
|
|
92
92
|
*/
|
|
93
93
|
describeService(callback?: (err: AWSError, data: AppRunner.Types.DescribeServiceResponse) => void): Request<AppRunner.Types.DescribeServiceResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Disassociate a custom domain name from an
|
|
95
|
+
* Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
|
|
96
96
|
*/
|
|
97
97
|
disassociateCustomDomain(params: AppRunner.Types.DisassociateCustomDomainRequest, callback?: (err: AWSError, data: AppRunner.Types.DisassociateCustomDomainResponse) => void): Request<AppRunner.Types.DisassociateCustomDomainResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Disassociate a custom domain name from an
|
|
99
|
+
* Disassociate a custom domain name from an App Runner service. Certificates tracking domain validity are associated with a custom domain and are stored in AWS Certificate Manager (ACM). These certificates aren't deleted as part of this action. App Runner delays certificate deletion for 30 days after a domain is disassociated from your service.
|
|
100
100
|
*/
|
|
101
101
|
disassociateCustomDomain(callback?: (err: AWSError, data: AppRunner.Types.DisassociateCustomDomainResponse) => void): Request<AppRunner.Types.DisassociateCustomDomainResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Returns a list of
|
|
103
|
+
* Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
|
|
104
104
|
*/
|
|
105
105
|
listAutoScalingConfigurations(params: AppRunner.Types.ListAutoScalingConfigurationsRequest, callback?: (err: AWSError, data: AppRunner.Types.ListAutoScalingConfigurationsResponse) => void): Request<AppRunner.Types.ListAutoScalingConfigurationsResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Returns a list of
|
|
107
|
+
* Returns a list of App Runner automatic scaling configurations in your Amazon Web Services account. You can query the revisions for a specific configuration name or the revisions for all configurations in your account. You can optionally query only the latest revision of each requested name.
|
|
108
108
|
*/
|
|
109
109
|
listAutoScalingConfigurations(callback?: (err: AWSError, data: AppRunner.Types.ListAutoScalingConfigurationsResponse) => void): Request<AppRunner.Types.ListAutoScalingConfigurationsResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Returns a list of
|
|
111
|
+
* Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
|
112
112
|
*/
|
|
113
113
|
listConnections(params: AppRunner.Types.ListConnectionsRequest, callback?: (err: AWSError, data: AppRunner.Types.ListConnectionsResponse) => void): Request<AppRunner.Types.ListConnectionsResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Returns a list of
|
|
115
|
+
* Returns a list of App Runner connections that are associated with your Amazon Web Services account.
|
|
116
116
|
*/
|
|
117
117
|
listConnections(callback?: (err: AWSError, data: AppRunner.Types.ListConnectionsResponse) => void): Request<AppRunner.Types.ListConnectionsResponse, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
* Return a list of operations that occurred on an
|
|
119
|
+
* Return a list of operations that occurred on an App Runner service. The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
|
|
120
120
|
*/
|
|
121
121
|
listOperations(params: AppRunner.Types.ListOperationsRequest, callback?: (err: AWSError, data: AppRunner.Types.ListOperationsResponse) => void): Request<AppRunner.Types.ListOperationsResponse, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
* Return a list of operations that occurred on an
|
|
123
|
+
* Return a list of operations that occurred on an App Runner service. The resulting list of OperationSummary objects is sorted in reverse chronological order. The first object on the list represents the last started operation.
|
|
124
124
|
*/
|
|
125
125
|
listOperations(callback?: (err: AWSError, data: AppRunner.Types.ListOperationsResponse) => void): Request<AppRunner.Types.ListOperationsResponse, AWSError>;
|
|
126
126
|
/**
|
|
127
|
-
* Returns a list of running
|
|
127
|
+
* Returns a list of running App Runner services in your Amazon Web Services account.
|
|
128
128
|
*/
|
|
129
129
|
listServices(params: AppRunner.Types.ListServicesRequest, callback?: (err: AWSError, data: AppRunner.Types.ListServicesResponse) => void): Request<AppRunner.Types.ListServicesResponse, AWSError>;
|
|
130
130
|
/**
|
|
131
|
-
* Returns a list of running
|
|
131
|
+
* Returns a list of running App Runner services in your Amazon Web Services account.
|
|
132
132
|
*/
|
|
133
133
|
listServices(callback?: (err: AWSError, data: AppRunner.Types.ListServicesResponse) => void): Request<AppRunner.Types.ListServicesResponse, AWSError>;
|
|
134
134
|
/**
|
|
135
|
-
* List tags that are associated with for an
|
|
135
|
+
* List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
|
|
136
136
|
*/
|
|
137
137
|
listTagsForResource(params: AppRunner.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: AppRunner.Types.ListTagsForResourceResponse) => void): Request<AppRunner.Types.ListTagsForResourceResponse, AWSError>;
|
|
138
138
|
/**
|
|
139
|
-
* List tags that are associated with for an
|
|
139
|
+
* List tags that are associated with for an App Runner resource. The response contains a list of tag key-value pairs.
|
|
140
140
|
*/
|
|
141
141
|
listTagsForResource(callback?: (err: AWSError, data: AppRunner.Types.ListTagsForResourceResponse) => void): Request<AppRunner.Types.ListTagsForResourceResponse, AWSError>;
|
|
142
142
|
/**
|
|
143
|
-
* Pause an active
|
|
143
|
+
* Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed). This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
144
144
|
*/
|
|
145
145
|
pauseService(params: AppRunner.Types.PauseServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.PauseServiceResponse) => void): Request<AppRunner.Types.PauseServiceResponse, AWSError>;
|
|
146
146
|
/**
|
|
147
|
-
* Pause an active
|
|
147
|
+
* Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed). This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
148
148
|
*/
|
|
149
149
|
pauseService(callback?: (err: AWSError, data: AppRunner.Types.PauseServiceResponse) => void): Request<AppRunner.Types.PauseServiceResponse, AWSError>;
|
|
150
150
|
/**
|
|
151
|
-
* Resume an active
|
|
151
|
+
* Resume an active App Runner service. App Runner provisions compute capacity for the service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
152
152
|
*/
|
|
153
153
|
resumeService(params: AppRunner.Types.ResumeServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.ResumeServiceResponse) => void): Request<AppRunner.Types.ResumeServiceResponse, AWSError>;
|
|
154
154
|
/**
|
|
155
|
-
* Resume an active
|
|
155
|
+
* Resume an active App Runner service. App Runner provisions compute capacity for the service. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
156
156
|
*/
|
|
157
157
|
resumeService(callback?: (err: AWSError, data: AppRunner.Types.ResumeServiceResponse) => void): Request<AppRunner.Types.ResumeServiceResponse, AWSError>;
|
|
158
158
|
/**
|
|
159
|
-
* Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an
|
|
159
|
+
* Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service. For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
160
160
|
*/
|
|
161
161
|
startDeployment(params: AppRunner.Types.StartDeploymentRequest, callback?: (err: AWSError, data: AppRunner.Types.StartDeploymentResponse) => void): Request<AppRunner.Types.StartDeploymentResponse, AWSError>;
|
|
162
162
|
/**
|
|
163
|
-
* Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an
|
|
163
|
+
* Initiate a manual deployment of the latest commit in a source code repository or the latest image in a source image repository to an App Runner service. For a source code repository, App Runner retrieves the commit and builds a Docker image. For a source image repository, App Runner retrieves the latest Docker image. In both cases, App Runner then deploys the new image to your service and starts a new container instance. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
164
164
|
*/
|
|
165
165
|
startDeployment(callback?: (err: AWSError, data: AppRunner.Types.StartDeploymentResponse) => void): Request<AppRunner.Types.StartDeploymentResponse, AWSError>;
|
|
166
166
|
/**
|
|
@@ -180,11 +180,11 @@ declare class AppRunner extends Service {
|
|
|
180
180
|
*/
|
|
181
181
|
untagResource(callback?: (err: AWSError, data: AppRunner.Types.UntagResourceResponse) => void): Request<AppRunner.Types.UntagResourceResponse, AWSError>;
|
|
182
182
|
/**
|
|
183
|
-
* Update an
|
|
183
|
+
* Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service. To update the tags applied to your service, use the separate actions TagResource and UntagResource. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
184
184
|
*/
|
|
185
185
|
updateService(params: AppRunner.Types.UpdateServiceRequest, callback?: (err: AWSError, data: AppRunner.Types.UpdateServiceResponse) => void): Request<AppRunner.Types.UpdateServiceResponse, AWSError>;
|
|
186
186
|
/**
|
|
187
|
-
* Update an
|
|
187
|
+
* Update an App Runner service. You can update the source configuration and instance configuration of the service. You can also update the ARN of the auto scaling configuration resource that's associated with the service. However, you can't change the name or the encryption configuration of the service. These can be set only when you create the service. To update the tags applied to your service, use the separate actions TagResource and UntagResource. This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
|
|
188
188
|
*/
|
|
189
189
|
updateService(callback?: (err: AWSError, data: AppRunner.Types.UpdateServiceResponse) => void): Request<AppRunner.Types.UpdateServiceResponse, AWSError>;
|
|
190
190
|
}
|
|
@@ -409,7 +409,7 @@ declare namespace AppRunner {
|
|
|
409
409
|
export type Cpu = string;
|
|
410
410
|
export interface CreateAutoScalingConfigurationRequest {
|
|
411
411
|
/**
|
|
412
|
-
* A name for the auto scaling configuration. When you use it for the first time in an
|
|
412
|
+
* A name for the auto scaling configuration. When you use it for the first time in an Amazon Web Services Region, App Runner creates revision number 1 of this name. When you use the same name in subsequent calls, App Runner creates incremental revisions of the configuration.
|
|
413
413
|
*/
|
|
414
414
|
AutoScalingConfigurationName: AutoScalingConfigurationName;
|
|
415
415
|
/**
|
|
@@ -437,7 +437,7 @@ declare namespace AppRunner {
|
|
|
437
437
|
}
|
|
438
438
|
export interface CreateConnectionRequest {
|
|
439
439
|
/**
|
|
440
|
-
* A name for the new connection. It must be unique across all App Runner connections for the
|
|
440
|
+
* A name for the new connection. It must be unique across all App Runner connections for the Amazon Web Services account in the Amazon Web Services Region.
|
|
441
441
|
*/
|
|
442
442
|
ConnectionName: ConnectionName;
|
|
443
443
|
/**
|
|
@@ -457,7 +457,7 @@ declare namespace AppRunner {
|
|
|
457
457
|
}
|
|
458
458
|
export interface CreateServiceRequest {
|
|
459
459
|
/**
|
|
460
|
-
* A name for the new service. It must be unique across all the running App Runner services in your
|
|
460
|
+
* A name for the new service. It must be unique across all the running App Runner services in your Amazon Web Services account in the Amazon Web Services Region.
|
|
461
461
|
*/
|
|
462
462
|
ServiceName: ServiceName;
|
|
463
463
|
/**
|
|
@@ -473,11 +473,11 @@ declare namespace AppRunner {
|
|
|
473
473
|
*/
|
|
474
474
|
Tags?: TagList;
|
|
475
475
|
/**
|
|
476
|
-
* An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an
|
|
476
|
+
* An optional custom encryption key that App Runner uses to encrypt the copy of your source repository that it maintains and your service logs. By default, App Runner uses an Amazon Web Services managed CMK.
|
|
477
477
|
*/
|
|
478
478
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
479
479
|
/**
|
|
480
|
-
* The settings for the health check that
|
|
480
|
+
* The settings for the health check that App Runner performs to monitor the health of your service.
|
|
481
481
|
*/
|
|
482
482
|
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
483
483
|
/**
|
|
@@ -651,7 +651,7 @@ declare namespace AppRunner {
|
|
|
651
651
|
/**
|
|
652
652
|
* The URL that health check requests are sent to. Path is only applicable when you set Protocol to HTTP. Default: "/"
|
|
653
653
|
*/
|
|
654
|
-
Path?:
|
|
654
|
+
Path?: HealthCheckPath;
|
|
655
655
|
/**
|
|
656
656
|
* The time interval, in seconds, between health checks. Default: 5
|
|
657
657
|
*/
|
|
@@ -661,16 +661,17 @@ declare namespace AppRunner {
|
|
|
661
661
|
*/
|
|
662
662
|
Timeout?: HealthCheckTimeout;
|
|
663
663
|
/**
|
|
664
|
-
* The number of consecutive checks that must succeed before App Runner decides that the service is healthy. Default:
|
|
664
|
+
* The number of consecutive checks that must succeed before App Runner decides that the service is healthy. Default: 1
|
|
665
665
|
*/
|
|
666
666
|
HealthyThreshold?: HealthCheckHealthyThreshold;
|
|
667
667
|
/**
|
|
668
|
-
* The number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Default:
|
|
668
|
+
* The number of consecutive checks that must fail before App Runner decides that the service is unhealthy. Default: 5
|
|
669
669
|
*/
|
|
670
670
|
UnhealthyThreshold?: HealthCheckUnhealthyThreshold;
|
|
671
671
|
}
|
|
672
672
|
export type HealthCheckHealthyThreshold = number;
|
|
673
673
|
export type HealthCheckInterval = number;
|
|
674
|
+
export type HealthCheckPath = string;
|
|
674
675
|
export type HealthCheckProtocol = "TCP"|"HTTP"|string;
|
|
675
676
|
export type HealthCheckTimeout = number;
|
|
676
677
|
export type HealthCheckUnhealthyThreshold = number;
|
|
@@ -714,7 +715,7 @@ declare namespace AppRunner {
|
|
|
714
715
|
*/
|
|
715
716
|
Memory?: Memory;
|
|
716
717
|
/**
|
|
717
|
-
* The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any
|
|
718
|
+
* The Amazon Resource Name (ARN) of an IAM role that provides permissions to your App Runner service. These are permissions that your code needs when it calls any Amazon Web Services APIs.
|
|
718
719
|
*/
|
|
719
720
|
InstanceRoleArn?: RoleArn;
|
|
720
721
|
}
|
|
@@ -910,7 +911,7 @@ declare namespace AppRunner {
|
|
|
910
911
|
*/
|
|
911
912
|
ServiceName: ServiceName;
|
|
912
913
|
/**
|
|
913
|
-
* An ID that App Runner generated for this service. It's unique within the
|
|
914
|
+
* An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.
|
|
914
915
|
*/
|
|
915
916
|
ServiceId: ServiceId;
|
|
916
917
|
/**
|
|
@@ -946,7 +947,7 @@ declare namespace AppRunner {
|
|
|
946
947
|
*/
|
|
947
948
|
InstanceConfiguration: InstanceConfiguration;
|
|
948
949
|
/**
|
|
949
|
-
* The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an
|
|
950
|
+
* The encryption key that App Runner uses to encrypt the service logs and the copy of the source repository that App Runner maintains for the service. It can be either a customer-provided encryption key or an Amazon Web Services managed CMK.
|
|
950
951
|
*/
|
|
951
952
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
952
953
|
/**
|
|
@@ -968,7 +969,7 @@ declare namespace AppRunner {
|
|
|
968
969
|
*/
|
|
969
970
|
ServiceName?: ServiceName;
|
|
970
971
|
/**
|
|
971
|
-
* An ID that App Runner generated for this service. It's unique within the
|
|
972
|
+
* An ID that App Runner generated for this service. It's unique within the Amazon Web Services Region.
|
|
972
973
|
*/
|
|
973
974
|
ServiceId?: ServiceId;
|
|
974
975
|
/**
|
|
@@ -1014,7 +1015,7 @@ declare namespace AppRunner {
|
|
|
1014
1015
|
*/
|
|
1015
1016
|
ImageRepository?: ImageRepository;
|
|
1016
1017
|
/**
|
|
1017
|
-
* If true, continuous integration from the source repository is enabled for the App Runner service. Each repository change (source code commit or new image version) starts a deployment. Default: true
|
|
1018
|
+
* If true, continuous integration from the source repository is enabled for the App Runner service. Each repository change (including any source code commit or new image version) starts a deployment. Default: App Runner sets to false for a source image that uses an ECR Public repository or an ECR repository that's in an Amazon Web Services account other than the one that the service is in. App Runner sets to true in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).
|
|
1018
1019
|
*/
|
|
1019
1020
|
AutoDeploymentsEnabled?: NullableBoolean;
|
|
1020
1021
|
/**
|
|
@@ -1094,7 +1095,7 @@ declare namespace AppRunner {
|
|
|
1094
1095
|
*/
|
|
1095
1096
|
AutoScalingConfigurationArn?: AppRunnerResourceArn;
|
|
1096
1097
|
/**
|
|
1097
|
-
* The settings for the health check that
|
|
1098
|
+
* The settings for the health check that App Runner performs to monitor the health of your service.
|
|
1098
1099
|
*/
|
|
1099
1100
|
HealthCheckConfiguration?: HealthCheckConfiguration;
|
|
1100
1101
|
}
|