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.
Files changed (41) hide show
  1. package/README.md +1 -1
  2. package/apis/bedrock-agent-runtime-2023-07-26.min.json +64 -2
  3. package/apis/cognito-idp-2016-04-18.min.json +3 -0
  4. package/apis/ec2-2016-11-15.min.json +282 -279
  5. package/apis/ecr-2015-09-21.min.json +3 -0
  6. package/apis/metadata.json +0 -6
  7. package/apis/pinpoint-2016-12-01.min.json +399 -377
  8. package/apis/sqs-2012-11-05.min.json +21 -14
  9. package/apis/ssm-sap-2018-05-10.min.json +95 -0
  10. package/apis/ssm-sap-2018-05-10.paginators.json +6 -0
  11. package/apis/verifiedpermissions-2021-12-01.min.json +52 -27
  12. package/clients/all.d.ts +0 -2
  13. package/clients/all.js +0 -2
  14. package/clients/bedrockagentruntime.d.ts +80 -8
  15. package/clients/cognitoidentityserviceprovider.d.ts +1 -1
  16. package/clients/ec2.d.ts +5 -0
  17. package/clients/ecr.d.ts +2 -2
  18. package/clients/fms.d.ts +4 -4
  19. package/clients/pinpoint.d.ts +27 -0
  20. package/clients/polly.d.ts +9 -9
  21. package/clients/route53resolver.d.ts +3 -3
  22. package/clients/sqs.d.ts +19 -14
  23. package/clients/ssmsap.d.ts +121 -1
  24. package/clients/verifiedpermissions.d.ts +40 -6
  25. package/dist/aws-sdk-core-react-native.js +2 -2
  26. package/dist/aws-sdk-react-native.js +1629 -1703
  27. package/dist/aws-sdk.js +312 -302
  28. package/dist/aws-sdk.min.js +64 -64
  29. package/lib/config_service_placeholders.d.ts +0 -4
  30. package/lib/core.js +1 -1
  31. package/package.json +1 -1
  32. package/apis/alexaforbusiness-2017-11-09.examples.json +0 -5
  33. package/apis/alexaforbusiness-2017-11-09.min.json +0 -2905
  34. package/apis/alexaforbusiness-2017-11-09.paginators.json +0 -94
  35. package/apis/honeycode-2020-03-01.examples.json +0 -5
  36. package/apis/honeycode-2020-03-01.min.json +0 -962
  37. package/apis/honeycode-2020-03-01.paginators.json +0 -27
  38. package/clients/alexaforbusiness.d.ts +0 -3862
  39. package/clients/alexaforbusiness.js +0 -18
  40. package/clients/honeycode.d.ts +0 -910
  41. 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
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1615.0',
23
+ VERSION: '2.1617.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1615.0",
4
+ "version": "2.1617.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }