aws-sdk 2.1614.0 → 2.1616.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/README.md +1 -1
- package/apis/budgets-2016-10-20.min.json +102 -21
- package/apis/cognito-idp-2016-04-18.min.json +3 -0
- package/apis/ec2-2016-11-15.min.json +282 -279
- package/apis/ecr-2015-09-21.min.json +3 -0
- package/apis/metadata.json +0 -6
- package/apis/resiliencehub-2020-04-30.min.json +63 -14
- package/apis/resiliencehub-2020-04-30.paginators.json +6 -0
- package/apis/route53profiles-2018-05-10.min.json +3 -0
- package/apis/sqs-2012-11-05.min.json +21 -14
- package/clients/all.d.ts +0 -2
- package/clients/all.js +0 -2
- package/clients/b2bi.d.ts +7 -7
- package/clients/budgets.d.ts +84 -1
- package/clients/cognitoidentityserviceprovider.d.ts +1 -1
- package/clients/ec2.d.ts +5 -0
- package/clients/ecr.d.ts +2 -2
- package/clients/fms.d.ts +4 -4
- package/clients/polly.d.ts +9 -9
- package/clients/resiliencehub.d.ts +80 -15
- package/clients/route53profiles.d.ts +4 -4
- package/clients/sqs.d.ts +19 -14
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1628 -1702
- package/dist/aws-sdk.js +312 -302
- package/dist/aws-sdk.min.js +64 -64
- package/lib/config_service_placeholders.d.ts +0 -4
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
- package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
- package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
- package/apis/honeycode-2020-03-01.examples.json +0 -5
- package/apis/honeycode-2020-03-01.min.json +0 -962
- package/apis/honeycode-2020-03-01.paginators.json +0 -27
- package/clients/alexaforbusiness.d.ts +0 -3862
- package/clients/alexaforbusiness.js +0 -18
- package/clients/honeycode.d.ts +0 -910
- package/clients/honeycode.js +0 -18
@@ -126,7 +126,6 @@ export abstract class ConfigurationServicePlaceholders {
|
|
126
126
|
sagemaker?: AWS.SageMaker.Types.ClientConfiguration;
|
127
127
|
translate?: AWS.Translate.Types.ClientConfiguration;
|
128
128
|
resourcegroups?: AWS.ResourceGroups.Types.ClientConfiguration;
|
129
|
-
alexaforbusiness?: AWS.AlexaForBusiness.Types.ClientConfiguration;
|
130
129
|
cloud9?: AWS.Cloud9.Types.ClientConfiguration;
|
131
130
|
serverlessapplicationrepository?: AWS.ServerlessApplicationRepository.Types.ClientConfiguration;
|
132
131
|
servicediscovery?: AWS.ServiceDiscovery.Types.ClientConfiguration;
|
@@ -223,7 +222,6 @@ export abstract class ConfigurationServicePlaceholders {
|
|
223
222
|
iotsitewise?: AWS.IoTSiteWise.Types.ClientConfiguration;
|
224
223
|
macie2?: AWS.Macie2.Types.ClientConfiguration;
|
225
224
|
codeartifact?: AWS.CodeArtifact.Types.ClientConfiguration;
|
226
|
-
honeycode?: AWS.Honeycode.Types.ClientConfiguration;
|
227
225
|
ivs?: AWS.IVS.Types.ClientConfiguration;
|
228
226
|
braket?: AWS.Braket.Types.ClientConfiguration;
|
229
227
|
identitystore?: AWS.IdentityStore.Types.ClientConfiguration;
|
@@ -510,7 +508,6 @@ export interface ConfigurationServiceApiVersions {
|
|
510
508
|
sagemaker?: AWS.SageMaker.Types.apiVersion;
|
511
509
|
translate?: AWS.Translate.Types.apiVersion;
|
512
510
|
resourcegroups?: AWS.ResourceGroups.Types.apiVersion;
|
513
|
-
alexaforbusiness?: AWS.AlexaForBusiness.Types.apiVersion;
|
514
511
|
cloud9?: AWS.Cloud9.Types.apiVersion;
|
515
512
|
serverlessapplicationrepository?: AWS.ServerlessApplicationRepository.Types.apiVersion;
|
516
513
|
servicediscovery?: AWS.ServiceDiscovery.Types.apiVersion;
|
@@ -607,7 +604,6 @@ export interface ConfigurationServiceApiVersions {
|
|
607
604
|
iotsitewise?: AWS.IoTSiteWise.Types.apiVersion;
|
608
605
|
macie2?: AWS.Macie2.Types.apiVersion;
|
609
606
|
codeartifact?: AWS.CodeArtifact.Types.apiVersion;
|
610
|
-
honeycode?: AWS.Honeycode.Types.apiVersion;
|
611
607
|
ivs?: AWS.IVS.Types.apiVersion;
|
612
608
|
braket?: AWS.Braket.Types.apiVersion;
|
613
609
|
identitystore?: AWS.IdentityStore.Types.apiVersion;
|
package/lib/core.js
CHANGED
package/package.json
CHANGED