aws-sdk 2.1416.0 → 2.1418.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 +15 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +20 -4
- package/apis/grafana-2020-08-18.min.json +41 -4
- package/apis/grafana-2020-08-18.paginators.json +6 -0
- package/apis/m2-2021-04-28.min.json +19 -3
- package/apis/medical-imaging-2023-07-19.examples.json +5 -0
- package/apis/medical-imaging-2023-07-19.min.json +1098 -0
- package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
- package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
- package/apis/metadata.json +4 -0
- package/apis/models.lex.v2-2020-08-07.min.json +854 -54
- package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
- package/apis/ram-2018-01-04.min.json +49 -36
- package/apis/snowball-2016-06-30.examples.json +26 -0
- package/apis/snowball-2016-06-30.min.json +113 -55
- package/apis/snowball-2016-06-30.paginators.json +5 -0
- package/apis/ssm-sap-2018-05-10.min.json +98 -24
- package/apis/wafv2-2019-07-29.min.json +134 -123
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/cloudformation.d.ts +21 -0
- package/clients/codegurusecurity.d.ts +3 -3
- package/clients/connect.d.ts +2 -2
- package/clients/ec2.d.ts +200 -200
- package/clients/grafana.d.ts +47 -5
- package/clients/lexmodelsv2.d.ts +1035 -33
- package/clients/m2.d.ts +14 -4
- package/clients/medicalimaging.d.ts +1102 -0
- package/clients/medicalimaging.js +19 -0
- package/clients/ram.d.ts +14 -1
- package/clients/snowball.d.ts +101 -9
- package/clients/ssmsap.d.ts +131 -7
- package/clients/translate.d.ts +1 -1
- package/clients/wafv2.d.ts +12 -2
- package/dist/aws-sdk-core-react-native.js +60 -81
- package/dist/aws-sdk-react-native.js +175 -173
- package/dist/aws-sdk.js +27 -7
- package/dist/aws-sdk.min.js +97 -97
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/m2.d.ts
CHANGED
@@ -131,6 +131,10 @@ declare class M2 extends Service {
|
|
131
131
|
* Describes a specific runtime environment.
|
132
132
|
*/
|
133
133
|
getEnvironment(callback?: (err: AWSError, data: M2.Types.GetEnvironmentResponse) => void): Request<M2.Types.GetEnvironmentResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Gets a single sign-on URL that can be used to connect to AWS Blu Insights.
|
136
|
+
*/
|
137
|
+
getSignedBluinsightsUrl(callback?: (err: AWSError, data: M2.Types.GetSignedBluinsightsUrlResponse) => void): Request<M2.Types.GetSignedBluinsightsUrlResponse, AWSError>;
|
134
138
|
/**
|
135
139
|
* Returns a list of the application versions for a specific application.
|
136
140
|
*/
|
@@ -476,7 +480,7 @@ declare namespace M2 {
|
|
476
480
|
*/
|
477
481
|
name: EntityName;
|
478
482
|
/**
|
479
|
-
* The Amazon Resource Name (ARN)
|
483
|
+
* The Amazon Resource Name (ARN) that identifies a role that the application uses to access Amazon Web Services resources that are not part of the application or are in a different Amazon Web Services account.
|
480
484
|
*/
|
481
485
|
roleArn?: Arn;
|
482
486
|
/**
|
@@ -860,7 +864,7 @@ declare namespace M2 {
|
|
860
864
|
export type EntityDescription = string;
|
861
865
|
export type EntityName = string;
|
862
866
|
export type EntityNameList = EntityName[];
|
863
|
-
export type EnvironmentLifecycle = "Creating"|"Available"|"
|
867
|
+
export type EnvironmentLifecycle = "Creating"|"Available"|"Updating"|"Deleting"|"Failed"|string;
|
864
868
|
export interface EnvironmentSummary {
|
865
869
|
/**
|
866
870
|
* The timestamp when the runtime environment was created.
|
@@ -1344,9 +1348,15 @@ declare namespace M2 {
|
|
1344
1348
|
*/
|
1345
1349
|
vpcId: String50;
|
1346
1350
|
}
|
1351
|
+
export interface GetSignedBluinsightsUrlResponse {
|
1352
|
+
/**
|
1353
|
+
* Single sign-on AWS Blu Insights URL.
|
1354
|
+
*/
|
1355
|
+
signedBiUrl: String;
|
1356
|
+
}
|
1347
1357
|
export interface HighAvailabilityConfig {
|
1348
1358
|
/**
|
1349
|
-
* The number of instances in a high availability configuration.
|
1359
|
+
* The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.
|
1350
1360
|
*/
|
1351
1361
|
desiredCapacity: CapacityValue;
|
1352
1362
|
}
|
@@ -1851,7 +1861,7 @@ declare namespace M2 {
|
|
1851
1861
|
*/
|
1852
1862
|
applyDuringMaintenanceWindow?: Boolean;
|
1853
1863
|
/**
|
1854
|
-
* The desired capacity for the runtime environment to update.
|
1864
|
+
* The desired capacity for the runtime environment to update. The minimum possible value is 0 and the maximum is 100.
|
1855
1865
|
*/
|
1856
1866
|
desiredCapacity?: CapacityValue;
|
1857
1867
|
/**
|