aws-sdk 2.1615.0 → 2.1617.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/bedrock-agent-runtime-2023-07-26.min.json +64 -2
- 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/pinpoint-2016-12-01.min.json +399 -377
- package/apis/sqs-2012-11-05.min.json +21 -14
- package/apis/ssm-sap-2018-05-10.min.json +95 -0
- package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
- package/clients/all.d.ts +0 -2
- package/clients/all.js +0 -2
- package/clients/bedrockagentruntime.d.ts +80 -8
- 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/pinpoint.d.ts +27 -0
- package/clients/polly.d.ts +9 -9
- package/clients/route53resolver.d.ts +3 -3
- package/clients/sqs.d.ts +19 -14
- package/clients/ssmsap.d.ts +121 -1
- package/clients/verifiedpermissions.d.ts +40 -6
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1629 -1703
- 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
package/apis/metadata.json
CHANGED
@@ -544,9 +544,6 @@
|
|
544
544
|
"name": "ResourceGroups",
|
545
545
|
"cors": true
|
546
546
|
},
|
547
|
-
"alexaforbusiness": {
|
548
|
-
"name": "AlexaForBusiness"
|
549
|
-
},
|
550
547
|
"cloud9": {
|
551
548
|
"name": "Cloud9"
|
552
549
|
},
|
@@ -879,9 +876,6 @@
|
|
879
876
|
"codeartifact": {
|
880
877
|
"name": "CodeArtifact"
|
881
878
|
},
|
882
|
-
"honeycode": {
|
883
|
-
"name": "Honeycode"
|
884
|
-
},
|
885
879
|
"ivs": {
|
886
880
|
"name": "IVS"
|
887
881
|
},
|