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
@@ -11,6 +11,14 @@ declare class ControlCatalog extends Service {
11
11
  */
12
12
  constructor(options?: ControlCatalog.Types.ClientConfiguration)
13
13
  config: Config & ControlCatalog.Types.ClientConfiguration;
14
+ /**
15
+ * Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported. Input a value for the ControlArn parameter, in ARN form. GetControl accepts controltower or controlcatalog control ARNs as input. Returns a controlcatalog ARN format. In the API response, controls that have the value GLOBAL in the Scope field do not show the DeployableRegions field, because it does not apply. Controls that have the value REGIONAL in the Scope field return a value for the DeployableRegions field, as shown in the example.
16
+ */
17
+ getControl(params: ControlCatalog.Types.GetControlRequest, callback?: (err: AWSError, data: ControlCatalog.Types.GetControlResponse) => void): Request<ControlCatalog.Types.GetControlResponse, AWSError>;
18
+ /**
19
+ * Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported. Input a value for the ControlArn parameter, in ARN form. GetControl accepts controltower or controlcatalog control ARNs as input. Returns a controlcatalog ARN format. In the API response, controls that have the value GLOBAL in the Scope field do not show the DeployableRegions field, because it does not apply. Controls that have the value REGIONAL in the Scope field return a value for the DeployableRegions field, as shown in the example.
20
+ */
21
+ getControl(callback?: (err: AWSError, data: ControlCatalog.Types.GetControlResponse) => void): Request<ControlCatalog.Types.GetControlResponse, AWSError>;
14
22
  /**
15
23
  * Returns a paginated list of common controls from the Amazon Web Services Control Catalog. You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.
16
24
  */
@@ -19,6 +27,14 @@ declare class ControlCatalog extends Service {
19
27
  * Returns a paginated list of common controls from the Amazon Web Services Control Catalog. You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.
20
28
  */
21
29
  listCommonControls(callback?: (err: AWSError, data: ControlCatalog.Types.ListCommonControlsResponse) => void): Request<ControlCatalog.Types.ListCommonControlsResponse, AWSError>;
30
+ /**
31
+ * Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. Allows you to discover available controls. The list of controls is given as structures of type controlSummary. The ARN is returned in the global controlcatalog format, as shown in the examples.
32
+ */
33
+ listControls(params: ControlCatalog.Types.ListControlsRequest, callback?: (err: AWSError, data: ControlCatalog.Types.ListControlsResponse) => void): Request<ControlCatalog.Types.ListControlsResponse, AWSError>;
34
+ /**
35
+ * Returns a paginated list of all available controls in the Amazon Web Services Control Catalog library. Allows you to discover available controls. The list of controls is given as structures of type controlSummary. The ARN is returned in the global controlcatalog format, as shown in the examples.
36
+ */
37
+ listControls(callback?: (err: AWSError, data: ControlCatalog.Types.ListControlsResponse) => void): Request<ControlCatalog.Types.ListControlsResponse, AWSError>;
22
38
  /**
23
39
  * Returns a paginated list of domains from the Amazon Web Services Control Catalog.
24
40
  */
@@ -70,9 +86,9 @@ declare namespace ControlCatalog {
70
86
  */
71
87
  Arn: CommonControlArn;
72
88
  /**
73
- * The time when the common control was created.
89
+ * The name of the common control.
74
90
  */
75
- CreateTime: Timestamp;
91
+ Name: String;
76
92
  /**
77
93
  * The description of the common control.
78
94
  */
@@ -81,20 +97,39 @@ declare namespace ControlCatalog {
81
97
  * The domain that the common control belongs to.
82
98
  */
83
99
  Domain: AssociatedDomainSummary;
100
+ /**
101
+ * The objective that the common control belongs to.
102
+ */
103
+ Objective: AssociatedObjectiveSummary;
104
+ /**
105
+ * The time when the common control was created.
106
+ */
107
+ CreateTime: Timestamp;
84
108
  /**
85
109
  * The time when the common control was most recently updated.
86
110
  */
87
111
  LastUpdateTime: Timestamp;
112
+ }
113
+ export type CommonControlSummaryList = CommonControlSummary[];
114
+ export type ControlArn = string;
115
+ export type ControlBehavior = "PREVENTIVE"|"PROACTIVE"|"DETECTIVE"|string;
116
+ export type ControlScope = "GLOBAL"|"REGIONAL"|string;
117
+ export interface ControlSummary {
88
118
  /**
89
- * The name of the common control.
119
+ * The Amazon Resource Name (ARN) of the control.
120
+ */
121
+ Arn: ControlArn;
122
+ /**
123
+ * The display name of the control.
90
124
  */
91
125
  Name: String;
92
126
  /**
93
- * The objective that the common control belongs to.
127
+ * A description of the control, as it may appear in the console. Describes the functionality of the control.
94
128
  */
95
- Objective: AssociatedObjectiveSummary;
129
+ Description: String;
96
130
  }
97
- export type CommonControlSummaryList = CommonControlSummary[];
131
+ export type Controls = ControlSummary[];
132
+ export type DeployableRegions = RegionCode[];
98
133
  export type DomainArn = string;
99
134
  export interface DomainResourceFilter {
100
135
  /**
@@ -109,28 +144,49 @@ declare namespace ControlCatalog {
109
144
  */
110
145
  Arn: DomainArn;
111
146
  /**
112
- * The time when the domain was created.
147
+ * The name of the domain.
113
148
  */
114
- CreateTime: Timestamp;
149
+ Name: String;
115
150
  /**
116
151
  * The description of the domain.
117
152
  */
118
153
  Description: String;
154
+ /**
155
+ * The time when the domain was created.
156
+ */
157
+ CreateTime: Timestamp;
119
158
  /**
120
159
  * The time when the domain was most recently updated.
121
160
  */
122
161
  LastUpdateTime: Timestamp;
162
+ }
163
+ export type DomainSummaryList = DomainSummary[];
164
+ export interface GetControlRequest {
123
165
  /**
124
- * The name of the domain.
166
+ * The Amazon Resource Name (ARN) of the control. It has one of the following formats: Global format arn:{PARTITION}:controlcatalog:::control/{CONTROL_CATALOG_OPAQUE_ID} Or Regional format arn:{PARTITION}:controltower:{REGION}::control/{CONTROL_TOWER_OPAQUE_ID} Here is a more general pattern that covers Amazon Web Services Control Tower and Control Catalog ARNs: ^arn:(aws(?:[-a-z]*)?):(controlcatalog|controltower):[a-zA-Z0-9-]*::control/[0-9a-zA-Z_\\-]+$
125
167
  */
126
- Name: String;
168
+ ControlArn: ControlArn;
127
169
  }
128
- export type DomainSummaryList = DomainSummary[];
129
- export interface ListCommonControlsRequest {
170
+ export interface GetControlResponse {
130
171
  /**
131
- * An optional filter that narrows the results to a specific objective. This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
172
+ * The Amazon Resource Name (ARN) of the control.
132
173
  */
133
- CommonControlFilter?: CommonControlFilter;
174
+ Arn: ControlArn;
175
+ /**
176
+ * The display name of the control.
177
+ */
178
+ Name: String;
179
+ /**
180
+ * A description of what the control does.
181
+ */
182
+ Description: String;
183
+ /**
184
+ * A term that identifies the control's functional behavior. One of Preventive, Deteictive, Proactive
185
+ */
186
+ Behavior: ControlBehavior;
187
+ RegionConfiguration: RegionConfiguration;
188
+ }
189
+ export interface ListCommonControlsRequest {
134
190
  /**
135
191
  * The maximum number of results on a page or for an API request call.
136
192
  */
@@ -139,6 +195,10 @@ declare namespace ControlCatalog {
139
195
  * The pagination token that's used to fetch the next set of results.
140
196
  */
141
197
  NextToken?: PaginationToken;
198
+ /**
199
+ * An optional filter that narrows the results to a specific objective. This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
200
+ */
201
+ CommonControlFilter?: CommonControlFilter;
142
202
  }
143
203
  export interface ListCommonControlsResponse {
144
204
  /**
@@ -150,6 +210,26 @@ declare namespace ControlCatalog {
150
210
  */
151
211
  NextToken?: PaginationToken;
152
212
  }
213
+ export interface ListControlsRequest {
214
+ /**
215
+ * The pagination token that's used to fetch the next set of results.
216
+ */
217
+ NextToken?: PaginationToken;
218
+ /**
219
+ * The maximum number of results on a page or for an API request call.
220
+ */
221
+ MaxResults?: MaxListControlsResults;
222
+ }
223
+ export interface ListControlsResponse {
224
+ /**
225
+ * Returns a list of controls, given as structures of type controlSummary.
226
+ */
227
+ Controls: Controls;
228
+ /**
229
+ * The pagination token that's used to fetch the next set of results.
230
+ */
231
+ NextToken?: PaginationToken;
232
+ }
153
233
  export interface ListDomainsRequest {
154
234
  /**
155
235
  * The maximum number of results on a page or for an API request call.
@@ -185,16 +265,17 @@ declare namespace ControlCatalog {
185
265
  ObjectiveFilter?: ObjectiveFilter;
186
266
  }
187
267
  export interface ListObjectivesResponse {
188
- /**
189
- * The pagination token that's used to fetch the next set of results.
190
- */
191
- NextToken?: PaginationToken;
192
268
  /**
193
269
  * The list of objectives that the ListObjectives API returns.
194
270
  */
195
271
  Objectives: ObjectiveSummaryList;
272
+ /**
273
+ * The pagination token that's used to fetch the next set of results.
274
+ */
275
+ NextToken?: PaginationToken;
196
276
  }
197
277
  export type MaxListCommonControlsResults = number;
278
+ export type MaxListControlsResults = number;
198
279
  export type MaxListDomainsResults = number;
199
280
  export type MaxListObjectivesResults = number;
200
281
  export type ObjectiveArn = string;
@@ -217,9 +298,9 @@ declare namespace ControlCatalog {
217
298
  */
218
299
  Arn: ObjectiveArn;
219
300
  /**
220
- * The time when the objective was created.
301
+ * The name of the objective.
221
302
  */
222
- CreateTime: Timestamp;
303
+ Name: String;
223
304
  /**
224
305
  * The description of the objective.
225
306
  */
@@ -229,16 +310,27 @@ declare namespace ControlCatalog {
229
310
  */
230
311
  Domain: AssociatedDomainSummary;
231
312
  /**
232
- * The time when the objective was most recently updated.
313
+ * The time when the objective was created.
233
314
  */
234
- LastUpdateTime: Timestamp;
315
+ CreateTime: Timestamp;
235
316
  /**
236
- * The name of the objective.
317
+ * The time when the objective was most recently updated.
237
318
  */
238
- Name: String;
319
+ LastUpdateTime: Timestamp;
239
320
  }
240
321
  export type ObjectiveSummaryList = ObjectiveSummary[];
241
322
  export type PaginationToken = string;
323
+ export type RegionCode = string;
324
+ export interface RegionConfiguration {
325
+ /**
326
+ * The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.
327
+ */
328
+ Scope: ControlScope;
329
+ /**
330
+ * Regions in which the control is available to be deployed.
331
+ */
332
+ DeployableRegions?: DeployableRegions;
333
+ }
242
334
  export type String = string;
243
335
  export type Timestamp = Date;
244
336
  /**
@@ -9,6 +9,7 @@ Object.defineProperty(apiLoader.services['controlcatalog'], '2018-05-10', {
9
9
  get: function get() {
10
10
  var model = require('../apis/controlcatalog-2018-05-10.min.json');
11
11
  model.paginators = require('../apis/controlcatalog-2018-05-10.paginators.json').pagination;
12
+ model.waiters = require('../apis/controlcatalog-2018-05-10.waiters2.json').waiters;
12
13
  return model;
13
14
  },
14
15
  enumerable: true,