aws-sdk 2.1664.0 → 2.1666.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 (51) hide show
  1. package/README.md +1 -1
  2. package/apis/appstream-2016-12-01.min.json +7 -1
  3. package/apis/autoscaling-2011-01-01.min.json +33 -33
  4. package/apis/bedrock-2023-04-20.min.json +234 -50
  5. package/apis/bedrock-2023-04-20.paginators.json +6 -0
  6. package/apis/codepipeline-2015-07-09.min.json +442 -94
  7. package/apis/codepipeline-2015-07-09.paginators.json +6 -0
  8. package/apis/controlcatalog-2018-05-10.min.json +134 -40
  9. package/apis/controlcatalog-2018-05-10.paginators.json +6 -0
  10. package/apis/controlcatalog-2018-05-10.waiters2.json +5 -0
  11. package/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
  12. package/apis/eventbridge-2015-10-07.min.json +4 -1
  13. package/apis/iam-2010-05-08.min.json +7 -1
  14. package/apis/logs-2014-03-28.min.json +7 -1
  15. package/apis/memorydb-2021-01-01.min.json +7 -1
  16. package/apis/metadata.json +4 -0
  17. package/apis/models.lex.v2-2020-08-07.min.json +374 -346
  18. package/apis/rds-2014-10-31.min.json +9 -0
  19. package/apis/rolesanywhere-2018-05-10.min.json +16 -1
  20. package/apis/sagemaker-2017-07-24.min.json +834 -821
  21. package/apis/ssm-quicksetup-2018-05-10.examples.json +5 -0
  22. package/apis/ssm-quicksetup-2018-05-10.min.json +454 -0
  23. package/apis/ssm-quicksetup-2018-05-10.paginators.json +10 -0
  24. package/apis/support-2013-04-15.min.json +4 -1
  25. package/apis/tnb-2008-10-21.min.json +90 -23
  26. package/clients/all.d.ts +1 -0
  27. package/clients/all.js +2 -1
  28. package/clients/appstream.d.ts +8 -8
  29. package/clients/autoscaling.d.ts +4 -3
  30. package/clients/bedrock.d.ts +226 -12
  31. package/clients/codepipeline.d.ts +481 -1
  32. package/clients/controlcatalog.d.ts +116 -24
  33. package/clients/controlcatalog.js +1 -0
  34. package/clients/elasticache.d.ts +196 -196
  35. package/clients/lexmodelsv2.d.ts +45 -5
  36. package/clients/memorydb.d.ts +9 -9
  37. package/clients/rds.d.ts +18 -6
  38. package/clients/rolesanywhere.d.ts +12 -0
  39. package/clients/sagemaker.d.ts +16 -0
  40. package/clients/ssmquicksetup.d.ts +495 -0
  41. package/clients/ssmquicksetup.js +18 -0
  42. package/clients/support.d.ts +1 -1
  43. package/clients/tnb.d.ts +95 -18
  44. package/clients/workspaces.d.ts +7 -7
  45. package/dist/aws-sdk-core-react-native.js +2 -2
  46. package/dist/aws-sdk-react-native.js +113 -69
  47. package/dist/aws-sdk.js +518 -133
  48. package/dist/aws-sdk.min.js +93 -92
  49. package/lib/config_service_placeholders.d.ts +2 -0
  50. package/lib/core.js +1 -1
  51. package/package.json +1 -1
@@ -987,6 +987,9 @@
987
987
  "MaxACU": {
988
988
  "type": "double"
989
989
  },
990
+ "MinACU": {
991
+ "type": "double"
992
+ },
990
993
  "PubliclyAccessible": {
991
994
  "type": "boolean"
992
995
  }
@@ -4024,6 +4027,9 @@
4024
4027
  "DBShardGroupIdentifier": {},
4025
4028
  "MaxACU": {
4026
4029
  "type": "double"
4030
+ },
4031
+ "MinACU": {
4032
+ "type": "double"
4027
4033
  }
4028
4034
  }
4029
4035
  },
@@ -6859,6 +6865,9 @@
6859
6865
  "MaxACU": {
6860
6866
  "type": "double"
6861
6867
  },
6868
+ "MinACU": {
6869
+ "type": "double"
6870
+ },
6862
6871
  "ComputeRedundancy": {
6863
6872
  "type": "integer"
6864
6873
  },
@@ -5,11 +5,17 @@
5
5
  "endpointPrefix": "rolesanywhere",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceFullName": "IAM Roles Anywhere",
9
12
  "serviceId": "RolesAnywhere",
10
13
  "signatureVersion": "v4",
11
14
  "signingName": "rolesanywhere",
12
- "uid": "rolesanywhere-2018-05-10"
15
+ "uid": "rolesanywhere-2018-05-10",
16
+ "auth": [
17
+ "aws.auth#sigv4"
18
+ ]
13
19
  },
14
20
  "operations": {
15
21
  "CreateProfile": {
@@ -24,6 +30,9 @@
24
30
  "roleArns"
25
31
  ],
26
32
  "members": {
33
+ "acceptRoleSessionName": {
34
+ "type": "boolean"
35
+ },
27
36
  "durationSeconds": {
28
37
  "type": "integer"
29
38
  },
@@ -717,6 +726,9 @@
717
726
  "profileId"
718
727
  ],
719
728
  "members": {
729
+ "acceptRoleSessionName": {
730
+ "type": "boolean"
731
+ },
720
732
  "durationSeconds": {
721
733
  "type": "integer"
722
734
  },
@@ -810,6 +822,9 @@
810
822
  "Sf": {
811
823
  "type": "structure",
812
824
  "members": {
825
+ "acceptRoleSessionName": {
826
+ "type": "boolean"
827
+ },
813
828
  "attributeMappings": {
814
829
  "type": "list",
815
830
  "member": {