aws-sdk 2.1623.0 → 2.1624.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-2023-06-05.min.json +115 -90
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +168 -43
- package/apis/controltower-2018-05-10.min.json +97 -4
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/osis-2022-01-01.min.json +70 -26
- package/apis/rds-2014-10-31.min.json +21 -9
- package/clients/bedrockagent.d.ts +38 -2
- package/clients/bedrockagentruntime.d.ts +173 -0
- package/clients/controltower.d.ts +158 -22
- package/clients/osis.d.ts +80 -5
- package/clients/rds.d.ts +54 -6
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +24 -12
- package/dist/aws-sdk.min.js +33 -33
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -28,11 +28,11 @@ declare class ControlTower extends Service {
|
|
28
28
|
*/
|
29
29
|
deleteLandingZone(callback?: (err: AWSError, data: ControlTower.Types.DeleteLandingZoneOutput) => void): Request<ControlTower.Types.DeleteLandingZoneOutput, AWSError>;
|
30
30
|
/**
|
31
|
-
* Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.
|
31
|
+
* Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
32
32
|
*/
|
33
33
|
disableBaseline(params: ControlTower.Types.DisableBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
|
34
34
|
/**
|
35
|
-
* Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline.
|
35
|
+
* Disable an EnabledBaseline resource on the specified Target. This API starts an asynchronous operation to remove all resources deployed as part of the baseline enablement. The resource will vary depending on the enabled baseline. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
36
36
|
*/
|
37
37
|
disableBaseline(callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
|
38
38
|
/**
|
@@ -44,11 +44,11 @@ declare class ControlTower extends Service {
|
|
44
44
|
*/
|
45
45
|
disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
|
46
46
|
/**
|
47
|
-
* Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target.
|
47
|
+
* Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
48
48
|
*/
|
49
49
|
enableBaseline(params: ControlTower.Types.EnableBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
|
50
50
|
/**
|
51
|
-
* Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target.
|
51
|
+
* Enable (apply) a Baseline to a Target. This API starts an asynchronous operation to deploy resources specified by the Baseline to the specified Target. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
52
52
|
*/
|
53
53
|
enableBaseline(callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
|
54
54
|
/**
|
@@ -60,19 +60,19 @@ declare class ControlTower extends Service {
|
|
60
60
|
*/
|
61
61
|
enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
|
62
62
|
/**
|
63
|
-
* Retrieve details about an existing Baseline resource by specifying its identifier.
|
63
|
+
* Retrieve details about an existing Baseline resource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
64
64
|
*/
|
65
65
|
getBaseline(params: ControlTower.Types.GetBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOutput) => void): Request<ControlTower.Types.GetBaselineOutput, AWSError>;
|
66
66
|
/**
|
67
|
-
* Retrieve details about an existing Baseline resource by specifying its identifier.
|
67
|
+
* Retrieve details about an existing Baseline resource by specifying its identifier. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
68
68
|
*/
|
69
69
|
getBaseline(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOutput) => void): Request<ControlTower.Types.GetBaselineOutput, AWSError>;
|
70
70
|
/**
|
71
|
-
* Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure.
|
71
|
+
* Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
72
72
|
*/
|
73
73
|
getBaselineOperation(params: ControlTower.Types.GetBaselineOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
|
74
74
|
/**
|
75
|
-
* Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure.
|
75
|
+
* Returns the details of an asynchronous baseline operation, as initiated by any of these APIs: EnableBaseline, DisableBaseline, UpdateEnabledBaseline, ResetEnabledBaseline. A status message is displayed in case of operation failure. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
76
76
|
*/
|
77
77
|
getBaselineOperation(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
|
78
78
|
/**
|
@@ -108,27 +108,35 @@ declare class ControlTower extends Service {
|
|
108
108
|
*/
|
109
109
|
getLandingZone(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOutput) => void): Request<ControlTower.Types.GetLandingZoneOutput, AWSError>;
|
110
110
|
/**
|
111
|
-
* Returns the status of the specified landing zone operation. Details for an operation are available for
|
111
|
+
* Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.
|
112
112
|
*/
|
113
113
|
getLandingZoneOperation(params: ControlTower.Types.GetLandingZoneOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
|
114
114
|
/**
|
115
|
-
* Returns the status of the specified landing zone operation. Details for an operation are available for
|
115
|
+
* Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.
|
116
116
|
*/
|
117
117
|
getLandingZoneOperation(callback?: (err: AWSError, data: ControlTower.Types.GetLandingZoneOperationOutput) => void): Request<ControlTower.Types.GetLandingZoneOperationOutput, AWSError>;
|
118
118
|
/**
|
119
|
-
* Returns a summary list of all available baselines.
|
119
|
+
* Returns a summary list of all available baselines. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
120
120
|
*/
|
121
121
|
listBaselines(params: ControlTower.Types.ListBaselinesInput, callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
|
122
122
|
/**
|
123
|
-
* Returns a summary list of all available baselines.
|
123
|
+
* Returns a summary list of all available baselines. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
124
124
|
*/
|
125
125
|
listBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
|
126
126
|
/**
|
127
|
-
*
|
127
|
+
* Provides a list of operations in progress or queued.
|
128
|
+
*/
|
129
|
+
listControlOperations(params: ControlTower.Types.ListControlOperationsInput, callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
|
130
|
+
/**
|
131
|
+
* Provides a list of operations in progress or queued.
|
132
|
+
*/
|
133
|
+
listControlOperations(callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
|
134
|
+
/**
|
135
|
+
* Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
128
136
|
*/
|
129
137
|
listEnabledBaselines(params: ControlTower.Types.ListEnabledBaselinesInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
|
130
138
|
/**
|
131
|
-
* Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources.
|
139
|
+
* Returns a list of summaries describing EnabledBaseline resources. You can filter the list by the corresponding Baseline or Target of the EnabledBaseline resources. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
132
140
|
*/
|
133
141
|
listEnabledBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
|
134
142
|
/**
|
@@ -156,11 +164,11 @@ declare class ControlTower extends Service {
|
|
156
164
|
*/
|
157
165
|
listTagsForResource(callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
|
158
166
|
/**
|
159
|
-
* Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU.
|
167
|
+
* Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
160
168
|
*/
|
161
169
|
resetEnabledBaseline(params: ControlTower.Types.ResetEnabledBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
|
162
170
|
/**
|
163
|
-
* Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU.
|
171
|
+
* Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
164
172
|
*/
|
165
173
|
resetEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
|
166
174
|
/**
|
@@ -188,11 +196,11 @@ declare class ControlTower extends Service {
|
|
188
196
|
*/
|
189
197
|
untagResource(callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
|
190
198
|
/**
|
191
|
-
* Updates an EnabledBaseline resource's applied parameters or version.
|
199
|
+
* Updates an EnabledBaseline resource's applied parameters or version. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
192
200
|
*/
|
193
201
|
updateEnabledBaseline(params: ControlTower.Types.UpdateEnabledBaselineInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
|
194
202
|
/**
|
195
|
-
* Updates an EnabledBaseline resource's applied parameters or version.
|
203
|
+
* Updates an EnabledBaseline resource's applied parameters or version. For usage examples, see the Amazon Web Services Control Tower User Guide .
|
196
204
|
*/
|
197
205
|
updateEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
|
198
206
|
/**
|
@@ -260,11 +268,24 @@ declare namespace ControlTower {
|
|
260
268
|
export type BaselineVersion = string;
|
261
269
|
export type Baselines = BaselineSummary[];
|
262
270
|
export type ControlIdentifier = string;
|
271
|
+
export type ControlIdentifiers = ControlIdentifier[];
|
263
272
|
export interface ControlOperation {
|
273
|
+
/**
|
274
|
+
* The controlIdentifier of the control for the operation.
|
275
|
+
*/
|
276
|
+
controlIdentifier?: ControlIdentifier;
|
277
|
+
/**
|
278
|
+
* The controlIdentifier of the enabled control.
|
279
|
+
*/
|
280
|
+
enabledControlIdentifier?: Arn;
|
264
281
|
/**
|
265
282
|
* The time that the operation finished.
|
266
283
|
*/
|
267
284
|
endTime?: SyntheticTimestamp_date_time;
|
285
|
+
/**
|
286
|
+
* The identifier of the specified operation.
|
287
|
+
*/
|
288
|
+
operationIdentifier?: OperationIdentifier;
|
268
289
|
/**
|
269
290
|
* One of ENABLE_CONTROL or DISABLE_CONTROL.
|
270
291
|
*/
|
@@ -281,12 +302,79 @@ declare namespace ControlTower {
|
|
281
302
|
* If the operation result is FAILED, this string contains a message explaining why the operation failed.
|
282
303
|
*/
|
283
304
|
statusMessage?: String;
|
305
|
+
/**
|
306
|
+
* The target upon which the control operation is working.
|
307
|
+
*/
|
308
|
+
targetIdentifier?: TargetIdentifier;
|
309
|
+
}
|
310
|
+
export interface ControlOperationFilter {
|
311
|
+
/**
|
312
|
+
* The set of controlIdentifier returned by the filter.
|
313
|
+
*/
|
314
|
+
controlIdentifiers?: ControlIdentifiers;
|
315
|
+
/**
|
316
|
+
* The set of ControlOperation objects returned by the filter.
|
317
|
+
*/
|
318
|
+
controlOperationTypes?: ControlOperationTypes;
|
319
|
+
/**
|
320
|
+
* The set controlIdentifier of enabled controls selected by the filter.
|
321
|
+
*/
|
322
|
+
enabledControlIdentifiers?: EnabledControlIdentifiers;
|
323
|
+
/**
|
324
|
+
* Lists the status of control operations.
|
325
|
+
*/
|
326
|
+
statuses?: ControlOperationStatuses;
|
327
|
+
/**
|
328
|
+
* The set of targetIdentifier objects returned by the filter.
|
329
|
+
*/
|
330
|
+
targetIdentifiers?: TargetIdentifiers;
|
284
331
|
}
|
285
332
|
export type ControlOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
|
333
|
+
export type ControlOperationStatuses = ControlOperationStatus[];
|
334
|
+
export interface ControlOperationSummary {
|
335
|
+
/**
|
336
|
+
* The controlIdentifier of a control.
|
337
|
+
*/
|
338
|
+
controlIdentifier?: ControlIdentifier;
|
339
|
+
/**
|
340
|
+
* The controlIdentifier of an enabled control.
|
341
|
+
*/
|
342
|
+
enabledControlIdentifier?: Arn;
|
343
|
+
/**
|
344
|
+
* The time at which the control operation was completed.
|
345
|
+
*/
|
346
|
+
endTime?: SyntheticTimestamp_date_time;
|
347
|
+
/**
|
348
|
+
* The unique identifier of a control operation.
|
349
|
+
*/
|
350
|
+
operationIdentifier?: OperationIdentifier;
|
351
|
+
/**
|
352
|
+
* The type of operation.
|
353
|
+
*/
|
354
|
+
operationType?: ControlOperationType;
|
355
|
+
/**
|
356
|
+
* The time at which a control operation began.
|
357
|
+
*/
|
358
|
+
startTime?: SyntheticTimestamp_date_time;
|
359
|
+
/**
|
360
|
+
* The status of the specified control operation.
|
361
|
+
*/
|
362
|
+
status?: ControlOperationStatus;
|
363
|
+
/**
|
364
|
+
* A speficic message displayed as part of the control status.
|
365
|
+
*/
|
366
|
+
statusMessage?: String;
|
367
|
+
/**
|
368
|
+
* The unique identifier of the target of a control operation.
|
369
|
+
*/
|
370
|
+
targetIdentifier?: TargetIdentifier;
|
371
|
+
}
|
286
372
|
export type ControlOperationType = "ENABLE_CONTROL"|"DISABLE_CONTROL"|"UPDATE_ENABLED_CONTROL"|string;
|
373
|
+
export type ControlOperationTypes = ControlOperationType[];
|
374
|
+
export type ControlOperations = ControlOperationSummary[];
|
287
375
|
export interface CreateLandingZoneInput {
|
288
376
|
/**
|
289
|
-
* The manifest
|
377
|
+
* The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
|
290
378
|
*/
|
291
379
|
manifest: Manifest;
|
292
380
|
/**
|
@@ -357,6 +445,7 @@ declare namespace ControlTower {
|
|
357
445
|
*/
|
358
446
|
driftStatus?: DriftStatus;
|
359
447
|
}
|
448
|
+
export type DriftStatuses = DriftStatus[];
|
360
449
|
export interface EnableBaselineInput {
|
361
450
|
/**
|
362
451
|
* The ARN of the baseline to be enabled.
|
@@ -526,6 +615,21 @@ declare namespace ControlTower {
|
|
526
615
|
*/
|
527
616
|
targetRegions?: TargetRegions;
|
528
617
|
}
|
618
|
+
export interface EnabledControlFilter {
|
619
|
+
/**
|
620
|
+
* The set of controlIdentifier returned by the filter.
|
621
|
+
*/
|
622
|
+
controlIdentifiers?: ControlIdentifiers;
|
623
|
+
/**
|
624
|
+
* A list of DriftStatus items.
|
625
|
+
*/
|
626
|
+
driftStatuses?: DriftStatuses;
|
627
|
+
/**
|
628
|
+
* A list of EnablementStatus items.
|
629
|
+
*/
|
630
|
+
statuses?: EnablementStatuses;
|
631
|
+
}
|
632
|
+
export type EnabledControlIdentifiers = Arn[];
|
529
633
|
export interface EnabledControlParameter {
|
530
634
|
/**
|
531
635
|
* The key of a key/value pair.
|
@@ -582,6 +686,7 @@ declare namespace ControlTower {
|
|
582
686
|
*/
|
583
687
|
status?: EnablementStatus;
|
584
688
|
}
|
689
|
+
export type EnablementStatuses = EnablementStatus[];
|
585
690
|
export interface GetBaselineInput {
|
586
691
|
/**
|
587
692
|
* The ARN of the Baseline resource to be retrieved.
|
@@ -688,7 +793,7 @@ declare namespace ControlTower {
|
|
688
793
|
*/
|
689
794
|
latestAvailableVersion?: LandingZoneVersion;
|
690
795
|
/**
|
691
|
-
* The landing zone manifest
|
796
|
+
* The landing zone manifest JSON text file that specifies the landing zone configurations.
|
692
797
|
*/
|
693
798
|
manifest: Manifest;
|
694
799
|
/**
|
@@ -760,6 +865,32 @@ declare namespace ControlTower {
|
|
760
865
|
*/
|
761
866
|
nextToken?: String;
|
762
867
|
}
|
868
|
+
export interface ListControlOperationsInput {
|
869
|
+
/**
|
870
|
+
* An input filter for the ListControlOperations API that lets you select the types of control operations to view.
|
871
|
+
*/
|
872
|
+
filter?: ControlOperationFilter;
|
873
|
+
/**
|
874
|
+
* The maximum number of results to be shown.
|
875
|
+
*/
|
876
|
+
maxResults?: ListControlOperationsMaxResults;
|
877
|
+
/**
|
878
|
+
* A pagination token.
|
879
|
+
*/
|
880
|
+
nextToken?: ListControlOperationsNextToken;
|
881
|
+
}
|
882
|
+
export type ListControlOperationsMaxResults = number;
|
883
|
+
export type ListControlOperationsNextToken = string;
|
884
|
+
export interface ListControlOperationsOutput {
|
885
|
+
/**
|
886
|
+
* Returns a list of output from control operations. PLACEHOLDER
|
887
|
+
*/
|
888
|
+
controlOperations: ControlOperations;
|
889
|
+
/**
|
890
|
+
* A pagination token.
|
891
|
+
*/
|
892
|
+
nextToken?: ListControlOperationsNextToken;
|
893
|
+
}
|
763
894
|
export interface ListEnabledBaselinesInput {
|
764
895
|
/**
|
765
896
|
* A filter applied on the ListEnabledBaseline operation. Allowed filters are baselineIdentifiers and targetIdentifiers. The filter can be applied for either, or both.
|
@@ -787,6 +918,10 @@ declare namespace ControlTower {
|
|
787
918
|
nextToken?: ListEnabledBaselinesNextToken;
|
788
919
|
}
|
789
920
|
export interface ListEnabledControlsInput {
|
921
|
+
/**
|
922
|
+
* An input filter for the ListCEnabledControls API that lets you select the types of control operations to view.
|
923
|
+
*/
|
924
|
+
filter?: EnabledControlFilter;
|
790
925
|
/**
|
791
926
|
* How many results to return per API call.
|
792
927
|
*/
|
@@ -798,7 +933,7 @@ declare namespace ControlTower {
|
|
798
933
|
/**
|
799
934
|
* The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.
|
800
935
|
*/
|
801
|
-
targetIdentifier
|
936
|
+
targetIdentifier?: TargetIdentifier;
|
802
937
|
}
|
803
938
|
export interface ListEnabledControlsOutput {
|
804
939
|
/**
|
@@ -898,6 +1033,7 @@ declare namespace ControlTower {
|
|
898
1033
|
}
|
899
1034
|
export type TagValue = string;
|
900
1035
|
export type TargetIdentifier = string;
|
1036
|
+
export type TargetIdentifiers = TargetIdentifier[];
|
901
1037
|
export type TargetRegions = Region[];
|
902
1038
|
export type Timestamp = Date;
|
903
1039
|
export interface UntagResourceInput {
|
@@ -954,7 +1090,7 @@ declare namespace ControlTower {
|
|
954
1090
|
*/
|
955
1091
|
landingZoneIdentifier: String;
|
956
1092
|
/**
|
957
|
-
* The manifest
|
1093
|
+
* The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
|
958
1094
|
*/
|
959
1095
|
manifest: Manifest;
|
960
1096
|
/**
|
package/clients/osis.d.ts
CHANGED
@@ -125,6 +125,7 @@ declare class OSIS extends Service {
|
|
125
125
|
validatePipeline(callback?: (err: AWSError, data: OSIS.Types.ValidatePipelineResponse) => void): Request<OSIS.Types.ValidatePipelineResponse, AWSError>;
|
126
126
|
}
|
127
127
|
declare namespace OSIS {
|
128
|
+
export type BlueprintFormat = string;
|
128
129
|
export type Boolean = boolean;
|
129
130
|
export interface BufferOptions {
|
130
131
|
/**
|
@@ -172,9 +173,10 @@ declare namespace OSIS {
|
|
172
173
|
}
|
173
174
|
export type ChangeProgressStatusList = ChangeProgressStatus[];
|
174
175
|
export type ChangeProgressStatuses = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|string;
|
176
|
+
export type CidrBlock = string;
|
175
177
|
export interface CloudWatchLogDestination {
|
176
178
|
/**
|
177
|
-
* The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/OpenSearchService/
|
179
|
+
* The name of the CloudWatch Logs group to send pipeline logs to. You can specify an existing log group or create a new one. For example, /aws/vendedlogs/OpenSearchService/pipelines.
|
178
180
|
*/
|
179
181
|
LogGroup: LogGroup;
|
180
182
|
}
|
@@ -232,7 +234,7 @@ declare namespace OSIS {
|
|
232
234
|
}
|
233
235
|
export interface EncryptionAtRestOptions {
|
234
236
|
/**
|
235
|
-
* The ARN of the KMS key used to encrypt data
|
237
|
+
* The ARN of the KMS key used to encrypt buffer data. By default, data is encrypted using an Amazon Web Services owned key.
|
236
238
|
*/
|
237
239
|
KmsKeyArn: KmsKeyArn;
|
238
240
|
}
|
@@ -241,12 +243,20 @@ declare namespace OSIS {
|
|
241
243
|
* The name of the blueprint to retrieve.
|
242
244
|
*/
|
243
245
|
BlueprintName: String;
|
246
|
+
/**
|
247
|
+
* The format format of the blueprint to retrieve.
|
248
|
+
*/
|
249
|
+
Format?: BlueprintFormat;
|
244
250
|
}
|
245
251
|
export interface GetPipelineBlueprintResponse {
|
246
252
|
/**
|
247
253
|
* The requested blueprint in YAML format.
|
248
254
|
*/
|
249
255
|
Blueprint?: PipelineBlueprint;
|
256
|
+
/**
|
257
|
+
* The format of the blueprint.
|
258
|
+
*/
|
259
|
+
Format?: String;
|
250
260
|
}
|
251
261
|
export interface GetPipelineChangeProgressRequest {
|
252
262
|
/**
|
@@ -262,7 +272,7 @@ declare namespace OSIS {
|
|
262
272
|
}
|
263
273
|
export interface GetPipelineRequest {
|
264
274
|
/**
|
265
|
-
* The name of the pipeline
|
275
|
+
* The name of the pipeline.
|
266
276
|
*/
|
267
277
|
PipelineName: PipelineName;
|
268
278
|
}
|
@@ -380,9 +390,13 @@ declare namespace OSIS {
|
|
380
390
|
BufferOptions?: BufferOptions;
|
381
391
|
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
382
392
|
/**
|
383
|
-
* A list of VPC endpoints that OpenSearch Ingestion has created to other
|
393
|
+
* A list of VPC endpoints that OpenSearch Ingestion has created to other Amazon Web Services services.
|
384
394
|
*/
|
385
395
|
ServiceVpcEndpoints?: ServiceVpcEndpointsList;
|
396
|
+
/**
|
397
|
+
* Destinations to which the pipeline writes data.
|
398
|
+
*/
|
399
|
+
Destinations?: PipelineDestinationList;
|
386
400
|
/**
|
387
401
|
* A list of tags associated with the given pipeline.
|
388
402
|
*/
|
@@ -398,15 +412,58 @@ declare namespace OSIS {
|
|
398
412
|
* The YAML configuration of the blueprint.
|
399
413
|
*/
|
400
414
|
PipelineConfigurationBody?: String;
|
415
|
+
/**
|
416
|
+
* The display name of the blueprint.
|
417
|
+
*/
|
418
|
+
DisplayName?: String;
|
419
|
+
/**
|
420
|
+
* A description of the blueprint.
|
421
|
+
*/
|
422
|
+
DisplayDescription?: String;
|
423
|
+
/**
|
424
|
+
* The name of the service that the blueprint is associated with.
|
425
|
+
*/
|
426
|
+
Service?: String;
|
427
|
+
/**
|
428
|
+
* The use case that the blueprint relates to.
|
429
|
+
*/
|
430
|
+
UseCase?: String;
|
401
431
|
}
|
402
432
|
export interface PipelineBlueprintSummary {
|
403
433
|
/**
|
404
434
|
* The name of the blueprint.
|
405
435
|
*/
|
406
436
|
BlueprintName?: String;
|
437
|
+
/**
|
438
|
+
* The display name of the blueprint.
|
439
|
+
*/
|
440
|
+
DisplayName?: String;
|
441
|
+
/**
|
442
|
+
* A description of the blueprint.
|
443
|
+
*/
|
444
|
+
DisplayDescription?: String;
|
445
|
+
/**
|
446
|
+
* The name of the service that the blueprint is associated with.
|
447
|
+
*/
|
448
|
+
Service?: String;
|
449
|
+
/**
|
450
|
+
* The use case that the blueprint relates to.
|
451
|
+
*/
|
452
|
+
UseCase?: String;
|
407
453
|
}
|
408
454
|
export type PipelineBlueprintsSummaryList = PipelineBlueprintSummary[];
|
409
455
|
export type PipelineConfigurationBody = string;
|
456
|
+
export interface PipelineDestination {
|
457
|
+
/**
|
458
|
+
* The name of the service receiving data from the pipeline.
|
459
|
+
*/
|
460
|
+
ServiceName?: String;
|
461
|
+
/**
|
462
|
+
* The endpoint receiving data from the pipeline.
|
463
|
+
*/
|
464
|
+
Endpoint?: String;
|
465
|
+
}
|
466
|
+
export type PipelineDestinationList = PipelineDestination[];
|
410
467
|
export type PipelineName = string;
|
411
468
|
export type PipelineStatus = "CREATING"|"ACTIVE"|"UPDATING"|"DELETING"|"CREATE_FAILED"|"UPDATE_FAILED"|"STARTING"|"START_FAILED"|"STOPPING"|"STOPPED"|string;
|
412
469
|
export interface PipelineStatusReason {
|
@@ -445,6 +502,10 @@ declare namespace OSIS {
|
|
445
502
|
* The date and time when the pipeline was last updated.
|
446
503
|
*/
|
447
504
|
LastUpdatedAt?: Timestamp;
|
505
|
+
/**
|
506
|
+
* A list of destinations to which the pipeline writes data.
|
507
|
+
*/
|
508
|
+
Destinations?: PipelineDestinationList;
|
448
509
|
/**
|
449
510
|
* A list of tags associated with the given pipeline.
|
450
511
|
*/
|
@@ -460,7 +521,7 @@ declare namespace OSIS {
|
|
460
521
|
*/
|
461
522
|
ServiceName?: VpcEndpointServiceName;
|
462
523
|
/**
|
463
|
-
* The
|
524
|
+
* The unique identifier of the VPC endpoint that was created.
|
464
525
|
*/
|
465
526
|
VpcEndpointId?: String;
|
466
527
|
}
|
@@ -584,6 +645,16 @@ declare namespace OSIS {
|
|
584
645
|
Message?: String;
|
585
646
|
}
|
586
647
|
export type ValidationMessageList = ValidationMessage[];
|
648
|
+
export interface VpcAttachmentOptions {
|
649
|
+
/**
|
650
|
+
* Whether a VPC is attached to the pipeline.
|
651
|
+
*/
|
652
|
+
AttachToVpc: Boolean;
|
653
|
+
/**
|
654
|
+
* The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).
|
655
|
+
*/
|
656
|
+
CidrBlock?: CidrBlock;
|
657
|
+
}
|
587
658
|
export interface VpcEndpoint {
|
588
659
|
/**
|
589
660
|
* The unique identifier of the endpoint.
|
@@ -609,6 +680,10 @@ declare namespace OSIS {
|
|
609
680
|
* A list of security groups associated with the VPC endpoint.
|
610
681
|
*/
|
611
682
|
SecurityGroupIds?: SecurityGroupIds;
|
683
|
+
/**
|
684
|
+
* Options for attaching a VPC to a pipeline.
|
685
|
+
*/
|
686
|
+
VpcAttachmentOptions?: VpcAttachmentOptions;
|
612
687
|
}
|
613
688
|
/**
|
614
689
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|