aws-sdk 2.1648.0 → 2.1649.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/controltower-2018-05-10.min.json +53 -1
- package/apis/controltower-2018-05-10.paginators.json +6 -0
- package/apis/eks-2017-11-01.min.json +3 -0
- package/apis/ivs-realtime-2020-07-14.min.json +160 -33
- package/apis/ivs-realtime-2020-07-14.paginators.json +6 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +262 -109
- package/apis/kinesisanalyticsv2-2018-05-23.paginators.json +24 -0
- package/apis/opensearch-2021-01-01.min.json +141 -98
- package/clients/controltower.d.ts +91 -27
- package/clients/eks.d.ts +4 -0
- package/clients/ivsrealtime.d.ts +163 -14
- package/clients/kinesisanalyticsv2.d.ts +146 -2
- package/clients/opensearch.d.ts +53 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -36,11 +36,11 @@ declare class ControlTower extends Service {
|
|
36
36
|
*/
|
37
37
|
disableBaseline(callback?: (err: AWSError, data: ControlTower.Types.DisableBaselineOutput) => void): Request<ControlTower.Types.DisableBaselineOutput, AWSError>;
|
38
38
|
/**
|
39
|
-
* This API call turns off a control. It starts an asynchronous operation that deletes
|
39
|
+
* This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
|
40
40
|
*/
|
41
41
|
disableControl(params: ControlTower.Types.DisableControlInput, callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
|
42
42
|
/**
|
43
|
-
* This API call turns off a control. It starts an asynchronous operation that deletes
|
43
|
+
* This API call turns off a control. It starts an asynchronous operation that deletes Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
|
44
44
|
*/
|
45
45
|
disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
|
46
46
|
/**
|
@@ -52,11 +52,11 @@ declare class ControlTower extends Service {
|
|
52
52
|
*/
|
53
53
|
enableBaseline(callback?: (err: AWSError, data: ControlTower.Types.EnableBaselineOutput) => void): Request<ControlTower.Types.EnableBaselineOutput, AWSError>;
|
54
54
|
/**
|
55
|
-
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see
|
55
|
+
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
|
56
56
|
*/
|
57
57
|
enableControl(params: ControlTower.Types.EnableControlInput, callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
|
58
58
|
/**
|
59
|
-
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see
|
59
|
+
* This API call activates a control. It starts an asynchronous operation that creates Amazon Web Services resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify. For usage examples, see the Controls Reference Guide .
|
60
60
|
*/
|
61
61
|
enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
|
62
62
|
/**
|
@@ -76,11 +76,11 @@ declare class ControlTower extends Service {
|
|
76
76
|
*/
|
77
77
|
getBaselineOperation(callback?: (err: AWSError, data: ControlTower.Types.GetBaselineOperationOutput) => void): Request<ControlTower.Types.GetBaselineOperationOutput, AWSError>;
|
78
78
|
/**
|
79
|
-
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see
|
79
|
+
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .
|
80
80
|
*/
|
81
81
|
getControlOperation(params: ControlTower.Types.GetControlOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
|
82
82
|
/**
|
83
|
-
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see
|
83
|
+
* Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .
|
84
84
|
*/
|
85
85
|
getControlOperation(callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
|
86
86
|
/**
|
@@ -92,11 +92,11 @@ declare class ControlTower extends Service {
|
|
92
92
|
*/
|
93
93
|
getEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledBaselineOutput) => void): Request<ControlTower.Types.GetEnabledBaselineOutput, AWSError>;
|
94
94
|
/**
|
95
|
-
* Retrieves details about an enabled control. For usage examples, see
|
95
|
+
* Retrieves details about an enabled control. For usage examples, see the Controls Reference Guide .
|
96
96
|
*/
|
97
97
|
getEnabledControl(params: ControlTower.Types.GetEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
|
98
98
|
/**
|
99
|
-
* Retrieves details about an enabled control. For usage examples, see
|
99
|
+
* Retrieves details about an enabled control. For usage examples, see the Controls Reference Guide .
|
100
100
|
*/
|
101
101
|
getEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.GetEnabledControlOutput) => void): Request<ControlTower.Types.GetEnabledControlOutput, AWSError>;
|
102
102
|
/**
|
@@ -124,11 +124,11 @@ declare class ControlTower extends Service {
|
|
124
124
|
*/
|
125
125
|
listBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListBaselinesOutput) => void): Request<ControlTower.Types.ListBaselinesOutput, AWSError>;
|
126
126
|
/**
|
127
|
-
* Provides a list of operations in progress or queued.
|
127
|
+
* Provides a list of operations in progress or queued. For usage examples, see ListControlOperation examples.
|
128
128
|
*/
|
129
129
|
listControlOperations(params: ControlTower.Types.ListControlOperationsInput, callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
|
130
130
|
/**
|
131
|
-
* Provides a list of operations in progress or queued.
|
131
|
+
* Provides a list of operations in progress or queued. For usage examples, see ListControlOperation examples.
|
132
132
|
*/
|
133
133
|
listControlOperations(callback?: (err: AWSError, data: ControlTower.Types.ListControlOperationsOutput) => void): Request<ControlTower.Types.ListControlOperationsOutput, AWSError>;
|
134
134
|
/**
|
@@ -140,13 +140,21 @@ declare class ControlTower extends Service {
|
|
140
140
|
*/
|
141
141
|
listEnabledBaselines(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledBaselinesOutput) => void): Request<ControlTower.Types.ListEnabledBaselinesOutput, AWSError>;
|
142
142
|
/**
|
143
|
-
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see
|
143
|
+
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .
|
144
144
|
*/
|
145
145
|
listEnabledControls(params: ControlTower.Types.ListEnabledControlsInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
|
146
146
|
/**
|
147
|
-
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see
|
147
|
+
* Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. For usage examples, see the Controls Reference Guide .
|
148
148
|
*/
|
149
149
|
listEnabledControls(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
|
150
|
+
/**
|
151
|
+
* Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
|
152
|
+
*/
|
153
|
+
listLandingZoneOperations(params: ControlTower.Types.ListLandingZoneOperationsInput, callback?: (err: AWSError, data: ControlTower.Types.ListLandingZoneOperationsOutput) => void): Request<ControlTower.Types.ListLandingZoneOperationsOutput, AWSError>;
|
154
|
+
/**
|
155
|
+
* Lists all landing zone operations from the past 90 days. Results are sorted by time, with the most recent operation first.
|
156
|
+
*/
|
157
|
+
listLandingZoneOperations(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZoneOperationsOutput) => void): Request<ControlTower.Types.ListLandingZoneOperationsOutput, AWSError>;
|
150
158
|
/**
|
151
159
|
* Returns the landing zone ARN for the landing zone deployed in your managed account. This API also creates an ARN for existing accounts that do not yet have a landing zone ARN. Returns one landing zone ARN.
|
152
160
|
*/
|
@@ -156,11 +164,11 @@ declare class ControlTower extends Service {
|
|
156
164
|
*/
|
157
165
|
listLandingZones(callback?: (err: AWSError, data: ControlTower.Types.ListLandingZonesOutput) => void): Request<ControlTower.Types.ListLandingZonesOutput, AWSError>;
|
158
166
|
/**
|
159
|
-
* Returns a list of tags associated with the resource. For usage examples, see
|
167
|
+
* Returns a list of tags associated with the resource. For usage examples, see the Controls Reference Guide .
|
160
168
|
*/
|
161
169
|
listTagsForResource(params: ControlTower.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
|
162
170
|
/**
|
163
|
-
* Returns a list of tags associated with the resource. For usage examples, see
|
171
|
+
* Returns a list of tags associated with the resource. For usage examples, see the Controls Reference Guide .
|
164
172
|
*/
|
165
173
|
listTagsForResource(callback?: (err: AWSError, data: ControlTower.Types.ListTagsForResourceOutput) => void): Request<ControlTower.Types.ListTagsForResourceOutput, AWSError>;
|
166
174
|
/**
|
@@ -172,27 +180,27 @@ declare class ControlTower extends Service {
|
|
172
180
|
*/
|
173
181
|
resetEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.ResetEnabledBaselineOutput) => void): Request<ControlTower.Types.ResetEnabledBaselineOutput, AWSError>;
|
174
182
|
/**
|
175
|
-
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in
|
183
|
+
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.
|
176
184
|
*/
|
177
185
|
resetLandingZone(params: ControlTower.Types.ResetLandingZoneInput, callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
|
178
186
|
/**
|
179
|
-
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in
|
187
|
+
* This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.
|
180
188
|
*/
|
181
189
|
resetLandingZone(callback?: (err: AWSError, data: ControlTower.Types.ResetLandingZoneOutput) => void): Request<ControlTower.Types.ResetLandingZoneOutput, AWSError>;
|
182
190
|
/**
|
183
|
-
* Applies tags to a resource. For usage examples, see
|
191
|
+
* Applies tags to a resource. For usage examples, see the Controls Reference Guide .
|
184
192
|
*/
|
185
193
|
tagResource(params: ControlTower.Types.TagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
|
186
194
|
/**
|
187
|
-
* Applies tags to a resource. For usage examples, see
|
195
|
+
* Applies tags to a resource. For usage examples, see the Controls Reference Guide .
|
188
196
|
*/
|
189
197
|
tagResource(callback?: (err: AWSError, data: ControlTower.Types.TagResourceOutput) => void): Request<ControlTower.Types.TagResourceOutput, AWSError>;
|
190
198
|
/**
|
191
|
-
* Removes tags from a resource. For usage examples, see
|
199
|
+
* Removes tags from a resource. For usage examples, see the Controls Reference Guide .
|
192
200
|
*/
|
193
201
|
untagResource(params: ControlTower.Types.UntagResourceInput, callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
|
194
202
|
/**
|
195
|
-
* Removes tags from a resource. For usage examples, see
|
203
|
+
* Removes tags from a resource. For usage examples, see the Controls Reference Guide .
|
196
204
|
*/
|
197
205
|
untagResource(callback?: (err: AWSError, data: ControlTower.Types.UntagResourceOutput) => void): Request<ControlTower.Types.UntagResourceOutput, AWSError>;
|
198
206
|
/**
|
@@ -204,11 +212,11 @@ declare class ControlTower extends Service {
|
|
204
212
|
*/
|
205
213
|
updateEnabledBaseline(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledBaselineOutput) => void): Request<ControlTower.Types.UpdateEnabledBaselineOutput, AWSError>;
|
206
214
|
/**
|
207
|
-
* Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower
|
215
|
+
* Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Controls Reference Guide .
|
208
216
|
*/
|
209
217
|
updateEnabledControl(params: ControlTower.Types.UpdateEnabledControlInput, callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
|
210
218
|
/**
|
211
|
-
* Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower
|
219
|
+
* Updates the configuration of an already enabled control. If the enabled control shows an EnablementStatus of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request. If the enabled control shows an EnablementStatus of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply. If the DriftSummary status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling DisableControl and again calling EnableControl, or you can run an extending governance operation. For usage examples, see the Controls Reference Guide .
|
212
220
|
*/
|
213
221
|
updateEnabledControl(callback?: (err: AWSError, data: ControlTower.Types.UpdateEnabledControlOutput) => void): Request<ControlTower.Types.UpdateEnabledControlOutput, AWSError>;
|
214
222
|
/**
|
@@ -678,11 +686,11 @@ declare namespace ControlTower {
|
|
678
686
|
export type EnablementStatus = "SUCCEEDED"|"FAILED"|"UNDER_CHANGE"|string;
|
679
687
|
export interface EnablementStatusSummary {
|
680
688
|
/**
|
681
|
-
* The last operation identifier for the enabled
|
689
|
+
* The last operation identifier for the enabled resource.
|
682
690
|
*/
|
683
691
|
lastOperationIdentifier?: OperationIdentifier;
|
684
692
|
/**
|
685
|
-
* The deployment status of the enabled
|
693
|
+
* The deployment status of the enabled resource. Valid values: SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully. UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing. FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.
|
686
694
|
*/
|
687
695
|
status?: EnablementStatus;
|
688
696
|
}
|
@@ -817,6 +825,10 @@ declare namespace ControlTower {
|
|
817
825
|
* The landing zone operation end time.
|
818
826
|
*/
|
819
827
|
endTime?: Timestamp;
|
828
|
+
/**
|
829
|
+
* The operationIdentifier of the landing zone operation.
|
830
|
+
*/
|
831
|
+
operationIdentifier?: OperationIdentifier;
|
820
832
|
/**
|
821
833
|
* The landing zone operation type. Valid values: DELETE: The DeleteLandingZone operation. CREATE: The CreateLandingZone operation. UPDATE: The UpdateLandingZone operation. RESET: The ResetLandingZone operation.
|
822
834
|
*/
|
@@ -834,8 +846,35 @@ declare namespace ControlTower {
|
|
834
846
|
*/
|
835
847
|
statusMessage?: String;
|
836
848
|
}
|
849
|
+
export interface LandingZoneOperationFilter {
|
850
|
+
/**
|
851
|
+
* The statuses of the set of landing zone operations selected by the filter.
|
852
|
+
*/
|
853
|
+
statuses?: LandingZoneOperationStatuses;
|
854
|
+
/**
|
855
|
+
* The set of landing zone operation types selected by the filter.
|
856
|
+
*/
|
857
|
+
types?: LandingZoneOperationTypes;
|
858
|
+
}
|
837
859
|
export type LandingZoneOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
|
860
|
+
export type LandingZoneOperationStatuses = LandingZoneOperationStatus[];
|
861
|
+
export interface LandingZoneOperationSummary {
|
862
|
+
/**
|
863
|
+
* The operationIdentifier of the landing zone operation.
|
864
|
+
*/
|
865
|
+
operationIdentifier?: OperationIdentifier;
|
866
|
+
/**
|
867
|
+
* The type of the landing zone operation.
|
868
|
+
*/
|
869
|
+
operationType?: LandingZoneOperationType;
|
870
|
+
/**
|
871
|
+
* The status of the landing zone operation.
|
872
|
+
*/
|
873
|
+
status?: LandingZoneOperationStatus;
|
874
|
+
}
|
838
875
|
export type LandingZoneOperationType = "DELETE"|"CREATE"|"UPDATE"|"RESET"|string;
|
876
|
+
export type LandingZoneOperationTypes = LandingZoneOperationType[];
|
877
|
+
export type LandingZoneOperations = LandingZoneOperationSummary[];
|
839
878
|
export type LandingZoneStatus = "ACTIVE"|"PROCESSING"|"FAILED"|string;
|
840
879
|
export interface LandingZoneSummary {
|
841
880
|
/**
|
@@ -883,7 +922,7 @@ declare namespace ControlTower {
|
|
883
922
|
export type ListControlOperationsNextToken = string;
|
884
923
|
export interface ListControlOperationsOutput {
|
885
924
|
/**
|
886
|
-
* Returns a list of output from control operations.
|
925
|
+
* Returns a list of output from control operations.
|
887
926
|
*/
|
888
927
|
controlOperations: ControlOperations;
|
889
928
|
/**
|
@@ -919,7 +958,7 @@ declare namespace ControlTower {
|
|
919
958
|
}
|
920
959
|
export interface ListEnabledControlsInput {
|
921
960
|
/**
|
922
|
-
* An input filter for the
|
961
|
+
* An input filter for the ListEnabledControls API that lets you select the types of control operations to view.
|
923
962
|
*/
|
924
963
|
filter?: EnabledControlFilter;
|
925
964
|
/**
|
@@ -945,6 +984,31 @@ declare namespace ControlTower {
|
|
945
984
|
*/
|
946
985
|
nextToken?: String;
|
947
986
|
}
|
987
|
+
export interface ListLandingZoneOperationsInput {
|
988
|
+
/**
|
989
|
+
* An input filter for the ListLandingZoneOperations API that lets you select the types of landing zone operations to view.
|
990
|
+
*/
|
991
|
+
filter?: LandingZoneOperationFilter;
|
992
|
+
/**
|
993
|
+
* How many results to return per API call.
|
994
|
+
*/
|
995
|
+
maxResults?: ListLandingZoneOperationsMaxResults;
|
996
|
+
/**
|
997
|
+
* The token to continue the list from a previous API call with the same parameters.
|
998
|
+
*/
|
999
|
+
nextToken?: String;
|
1000
|
+
}
|
1001
|
+
export type ListLandingZoneOperationsMaxResults = number;
|
1002
|
+
export interface ListLandingZoneOperationsOutput {
|
1003
|
+
/**
|
1004
|
+
* Lists landing zone operations.
|
1005
|
+
*/
|
1006
|
+
landingZoneOperations: LandingZoneOperations;
|
1007
|
+
/**
|
1008
|
+
* Retrieves the next page of results. If the string is empty, the response is the end of the results.
|
1009
|
+
*/
|
1010
|
+
nextToken?: String;
|
1011
|
+
}
|
948
1012
|
export interface ListLandingZonesInput {
|
949
1013
|
/**
|
950
1014
|
* The maximum number of returned landing zone ARNs, which is one.
|
@@ -1090,7 +1154,7 @@ declare namespace ControlTower {
|
|
1090
1154
|
*/
|
1091
1155
|
landingZoneIdentifier: String;
|
1092
1156
|
/**
|
1093
|
-
* The manifest JSON
|
1157
|
+
* The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.
|
1094
1158
|
*/
|
1095
1159
|
manifest: Manifest;
|
1096
1160
|
/**
|
package/clients/eks.d.ts
CHANGED
@@ -1183,6 +1183,10 @@ declare namespace EKS {
|
|
1183
1183
|
* The access configuration for the cluster.
|
1184
1184
|
*/
|
1185
1185
|
accessConfig?: CreateAccessConfigRequest;
|
1186
|
+
/**
|
1187
|
+
* If you set this value to False when creating a cluster, the default networking add-ons will not be installed. The default networking addons include vpc-cni, coredns, and kube-proxy. Use this option when you plan to install third-party alternative add-ons or self-manage the default networking add-ons.
|
1188
|
+
*/
|
1189
|
+
bootstrapSelfManagedAddons?: BoxedBoolean;
|
1186
1190
|
}
|
1187
1191
|
export interface CreateClusterResponse {
|
1188
1192
|
/**
|
package/clients/ivsrealtime.d.ts
CHANGED
@@ -51,6 +51,14 @@ declare class IVSRealTime extends Service {
|
|
51
51
|
* Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this template; otherwise, returns an error.
|
52
52
|
*/
|
53
53
|
deleteEncoderConfiguration(callback?: (err: AWSError, data: IVSRealTime.Types.DeleteEncoderConfigurationResponse) => void): Request<IVSRealTime.Types.DeleteEncoderConfigurationResponse, AWSError>;
|
54
|
+
/**
|
55
|
+
* Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.
|
56
|
+
*/
|
57
|
+
deletePublicKey(params: IVSRealTime.Types.DeletePublicKeyRequest, callback?: (err: AWSError, data: IVSRealTime.Types.DeletePublicKeyResponse) => void): Request<IVSRealTime.Types.DeletePublicKeyResponse, AWSError>;
|
58
|
+
/**
|
59
|
+
* Deletes the specified public key used to sign stage participant tokens. This invalidates future participant tokens generated using the key pair’s private key.
|
60
|
+
*/
|
61
|
+
deletePublicKey(callback?: (err: AWSError, data: IVSRealTime.Types.DeletePublicKeyResponse) => void): Request<IVSRealTime.Types.DeletePublicKeyResponse, AWSError>;
|
54
62
|
/**
|
55
63
|
* Shuts down and deletes the specified stage (disconnecting all participants).
|
56
64
|
*/
|
@@ -99,6 +107,14 @@ declare class IVSRealTime extends Service {
|
|
99
107
|
* Gets information about the specified participant token.
|
100
108
|
*/
|
101
109
|
getParticipant(callback?: (err: AWSError, data: IVSRealTime.Types.GetParticipantResponse) => void): Request<IVSRealTime.Types.GetParticipantResponse, AWSError>;
|
110
|
+
/**
|
111
|
+
* Gets information for the specified public key.
|
112
|
+
*/
|
113
|
+
getPublicKey(params: IVSRealTime.Types.GetPublicKeyRequest, callback?: (err: AWSError, data: IVSRealTime.Types.GetPublicKeyResponse) => void): Request<IVSRealTime.Types.GetPublicKeyResponse, AWSError>;
|
114
|
+
/**
|
115
|
+
* Gets information for the specified public key.
|
116
|
+
*/
|
117
|
+
getPublicKey(callback?: (err: AWSError, data: IVSRealTime.Types.GetPublicKeyResponse) => void): Request<IVSRealTime.Types.GetPublicKeyResponse, AWSError>;
|
102
118
|
/**
|
103
119
|
* Gets information for the specified stage.
|
104
120
|
*/
|
@@ -123,6 +139,14 @@ declare class IVSRealTime extends Service {
|
|
123
139
|
* Gets the storage configuration for the specified ARN.
|
124
140
|
*/
|
125
141
|
getStorageConfiguration(callback?: (err: AWSError, data: IVSRealTime.Types.GetStorageConfigurationResponse) => void): Request<IVSRealTime.Types.GetStorageConfigurationResponse, AWSError>;
|
142
|
+
/**
|
143
|
+
* Import a public key to be used for signing stage participant tokens.
|
144
|
+
*/
|
145
|
+
importPublicKey(params: IVSRealTime.Types.ImportPublicKeyRequest, callback?: (err: AWSError, data: IVSRealTime.Types.ImportPublicKeyResponse) => void): Request<IVSRealTime.Types.ImportPublicKeyResponse, AWSError>;
|
146
|
+
/**
|
147
|
+
* Import a public key to be used for signing stage participant tokens.
|
148
|
+
*/
|
149
|
+
importPublicKey(callback?: (err: AWSError, data: IVSRealTime.Types.ImportPublicKeyResponse) => void): Request<IVSRealTime.Types.ImportPublicKeyResponse, AWSError>;
|
126
150
|
/**
|
127
151
|
* Gets summary information about all Compositions in your account, in the AWS region where the API request is processed.
|
128
152
|
*/
|
@@ -155,6 +179,14 @@ declare class IVSRealTime extends Service {
|
|
155
179
|
* Lists all participants in a specified stage session.
|
156
180
|
*/
|
157
181
|
listParticipants(callback?: (err: AWSError, data: IVSRealTime.Types.ListParticipantsResponse) => void): Request<IVSRealTime.Types.ListParticipantsResponse, AWSError>;
|
182
|
+
/**
|
183
|
+
* Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
|
184
|
+
*/
|
185
|
+
listPublicKeys(params: IVSRealTime.Types.ListPublicKeysRequest, callback?: (err: AWSError, data: IVSRealTime.Types.ListPublicKeysResponse) => void): Request<IVSRealTime.Types.ListPublicKeysResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Gets summary information about all public keys in your account, in the AWS region where the API request is processed.
|
188
|
+
*/
|
189
|
+
listPublicKeys(callback?: (err: AWSError, data: IVSRealTime.Types.ListPublicKeysResponse) => void): Request<IVSRealTime.Types.ListPublicKeysResponse, AWSError>;
|
158
190
|
/**
|
159
191
|
* Gets all sessions for a specified stage.
|
160
192
|
*/
|
@@ -232,7 +264,7 @@ declare namespace IVSRealTime {
|
|
232
264
|
export type AttributeKey = string;
|
233
265
|
export interface AutoParticipantRecordingConfiguration {
|
234
266
|
/**
|
235
|
-
* ARN of the StorageConfiguration resource to use for
|
267
|
+
* ARN of the StorageConfiguration resource to use for individual participant recording. Default: "" (empty string, no storage configuration is specified). Individual participant recording cannot be started unless a storage configuration is specified, when a Stage is created or updated.
|
236
268
|
*/
|
237
269
|
storageConfigurationArn: AutoParticipantRecordingStorageConfigurationArn;
|
238
270
|
/**
|
@@ -383,7 +415,7 @@ declare namespace IVSRealTime {
|
|
383
415
|
*/
|
384
416
|
tags?: Tags;
|
385
417
|
/**
|
386
|
-
*
|
418
|
+
* Configuration object for individual participant recording, to attach to the new stage.
|
387
419
|
*/
|
388
420
|
autoParticipantRecordingConfiguration?: AutoParticipantRecordingConfiguration;
|
389
421
|
}
|
@@ -425,6 +457,14 @@ declare namespace IVSRealTime {
|
|
425
457
|
}
|
426
458
|
export interface DeleteEncoderConfigurationResponse {
|
427
459
|
}
|
460
|
+
export interface DeletePublicKeyRequest {
|
461
|
+
/**
|
462
|
+
* ARN of the public key to be deleted.
|
463
|
+
*/
|
464
|
+
arn: PublicKeyArn;
|
465
|
+
}
|
466
|
+
export interface DeletePublicKeyResponse {
|
467
|
+
}
|
428
468
|
export interface DeleteStageRequest {
|
429
469
|
/**
|
430
470
|
* ARN of the stage to be deleted.
|
@@ -633,6 +673,18 @@ declare namespace IVSRealTime {
|
|
633
673
|
*/
|
634
674
|
participant?: Participant;
|
635
675
|
}
|
676
|
+
export interface GetPublicKeyRequest {
|
677
|
+
/**
|
678
|
+
* ARN of the public key for which the information is to be retrieved.
|
679
|
+
*/
|
680
|
+
arn: PublicKeyArn;
|
681
|
+
}
|
682
|
+
export interface GetPublicKeyResponse {
|
683
|
+
/**
|
684
|
+
* The public key that is returned.
|
685
|
+
*/
|
686
|
+
publicKey?: PublicKey;
|
687
|
+
}
|
636
688
|
export interface GetStageRequest {
|
637
689
|
/**
|
638
690
|
* ARN of the stage for which the information is to be retrieved.
|
@@ -675,7 +727,7 @@ declare namespace IVSRealTime {
|
|
675
727
|
}
|
676
728
|
export interface GridConfiguration {
|
677
729
|
/**
|
678
|
-
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
|
730
|
+
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot. Default: "" (no featured participant).
|
679
731
|
*/
|
680
732
|
featuredParticipantAttribute?: AttributeKey;
|
681
733
|
/**
|
@@ -683,11 +735,11 @@ declare namespace IVSRealTime {
|
|
683
735
|
*/
|
684
736
|
omitStoppedVideo?: OmitStoppedVideo;
|
685
737
|
/**
|
686
|
-
* Sets the non-featured participant display mode. Default: VIDEO.
|
738
|
+
* Sets the non-featured participant display mode, to control the aspect ratio of video tiles. VIDEO is 16:9, SQUARE is 1:1, and PORTRAIT is 3:4. Default: VIDEO.
|
687
739
|
*/
|
688
740
|
videoAspectRatio?: VideoAspectRatio;
|
689
741
|
/**
|
690
|
-
* Defines how video fits within the participant tile. When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
|
742
|
+
* Defines how video content fits within the participant tile: FILL (stretched), COVER (cropped), or CONTAIN (letterboxed). When not set, videoFillMode defaults to COVER fill mode for participants in the grid and to CONTAIN fill mode for featured participants.
|
691
743
|
*/
|
692
744
|
videoFillMode?: VideoFillMode;
|
693
745
|
/**
|
@@ -697,6 +749,26 @@ declare namespace IVSRealTime {
|
|
697
749
|
}
|
698
750
|
export type GridGap = number;
|
699
751
|
export type Height = number;
|
752
|
+
export interface ImportPublicKeyRequest {
|
753
|
+
/**
|
754
|
+
* The content of the public key to be imported.
|
755
|
+
*/
|
756
|
+
publicKeyMaterial: PublicKeyMaterial;
|
757
|
+
/**
|
758
|
+
* Name of the public key to be imported.
|
759
|
+
*/
|
760
|
+
name?: PublicKeyName;
|
761
|
+
/**
|
762
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
|
763
|
+
*/
|
764
|
+
tags?: Tags;
|
765
|
+
}
|
766
|
+
export interface ImportPublicKeyResponse {
|
767
|
+
/**
|
768
|
+
* The public key that was imported.
|
769
|
+
*/
|
770
|
+
publicKey?: PublicKey;
|
771
|
+
}
|
700
772
|
export interface LayoutConfiguration {
|
701
773
|
/**
|
702
774
|
* Configuration related to grid layout. Default: Grid layout.
|
@@ -831,6 +903,26 @@ declare namespace IVSRealTime {
|
|
831
903
|
*/
|
832
904
|
nextToken?: PaginationToken;
|
833
905
|
}
|
906
|
+
export interface ListPublicKeysRequest {
|
907
|
+
/**
|
908
|
+
* The first public key to retrieve. This is used for pagination; see the nextToken response field.
|
909
|
+
*/
|
910
|
+
nextToken?: PaginationToken;
|
911
|
+
/**
|
912
|
+
* Maximum number of results to return. Default: 50.
|
913
|
+
*/
|
914
|
+
maxResults?: MaxPublicKeyResults;
|
915
|
+
}
|
916
|
+
export interface ListPublicKeysResponse {
|
917
|
+
/**
|
918
|
+
* List of the matching public keys (summary information only).
|
919
|
+
*/
|
920
|
+
publicKeys: PublicKeyList;
|
921
|
+
/**
|
922
|
+
* If there are more public keys than maxResults, use nextToken in the request to get the next set.
|
923
|
+
*/
|
924
|
+
nextToken?: PaginationToken;
|
925
|
+
}
|
834
926
|
export interface ListStageSessionsRequest {
|
835
927
|
/**
|
836
928
|
* Stage ARN.
|
@@ -911,6 +1003,7 @@ declare namespace IVSRealTime {
|
|
911
1003
|
export type MaxEncoderConfigurationResults = number;
|
912
1004
|
export type MaxParticipantEventResults = number;
|
913
1005
|
export type MaxParticipantResults = number;
|
1006
|
+
export type MaxPublicKeyResults = number;
|
914
1007
|
export type MaxStageResults = number;
|
915
1008
|
export type MaxStageSessionResults = number;
|
916
1009
|
export type MaxStorageConfigurationResults = number;
|
@@ -970,11 +1063,11 @@ declare namespace IVSRealTime {
|
|
970
1063
|
*/
|
971
1064
|
recordingS3BucketName?: ParticipantRecordingS3BucketName;
|
972
1065
|
/**
|
973
|
-
* S3 prefix of the S3 bucket
|
1066
|
+
* S3 prefix of the S3 bucket where the participant is being recorded, if individual participant recording is enabled, or "" (empty string), if recording is not enabled.
|
974
1067
|
*/
|
975
1068
|
recordingS3Prefix?: ParticipantRecordingS3Prefix;
|
976
1069
|
/**
|
977
|
-
*
|
1070
|
+
* The participant’s recording state.
|
978
1071
|
*/
|
979
1072
|
recordingState?: ParticipantRecordingState;
|
980
1073
|
}
|
@@ -1011,7 +1104,7 @@ declare namespace IVSRealTime {
|
|
1011
1104
|
*/
|
1012
1105
|
published?: Published;
|
1013
1106
|
/**
|
1014
|
-
*
|
1107
|
+
* The participant’s recording state.
|
1015
1108
|
*/
|
1016
1109
|
recordingState?: ParticipantRecordingState;
|
1017
1110
|
}
|
@@ -1076,7 +1169,7 @@ declare namespace IVSRealTime {
|
|
1076
1169
|
export type PipBehavior = "STATIC"|"DYNAMIC"|string;
|
1077
1170
|
export interface PipConfiguration {
|
1078
1171
|
/**
|
1079
|
-
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
|
1172
|
+
* This attribute name identifies the featured slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the featured slot. Default: "" (no featured participant).
|
1080
1173
|
*/
|
1081
1174
|
featuredParticipantAttribute?: AttributeKey;
|
1082
1175
|
/**
|
@@ -1084,7 +1177,7 @@ declare namespace IVSRealTime {
|
|
1084
1177
|
*/
|
1085
1178
|
omitStoppedVideo?: OmitStoppedVideo;
|
1086
1179
|
/**
|
1087
|
-
* Defines how video fits within the participant tile. Default: COVER.
|
1180
|
+
* Defines how video content fits within the participant tile: FILL (stretched), COVER (cropped), or CONTAIN (letterboxed). Default: COVER.
|
1088
1181
|
*/
|
1089
1182
|
videoFillMode?: VideoFillMode;
|
1090
1183
|
/**
|
@@ -1092,11 +1185,11 @@ declare namespace IVSRealTime {
|
|
1092
1185
|
*/
|
1093
1186
|
gridGap?: GridGap;
|
1094
1187
|
/**
|
1095
|
-
*
|
1188
|
+
* Specifies the participant for the PiP window. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the PiP slot. Default: "" (no PiP participant).
|
1096
1189
|
*/
|
1097
1190
|
pipParticipantAttribute?: AttributeKey;
|
1098
1191
|
/**
|
1099
|
-
* Defines PiP behavior when all participants have left. Default: STATIC.
|
1192
|
+
* Defines PiP behavior when all participants have left: STATIC (maintains original position/size) or DYNAMIC (expands to full composition). Default: STATIC.
|
1100
1193
|
*/
|
1101
1194
|
pipBehavior?: PipBehavior;
|
1102
1195
|
/**
|
@@ -1120,6 +1213,47 @@ declare namespace IVSRealTime {
|
|
1120
1213
|
export type PipOffset = number;
|
1121
1214
|
export type PipPosition = "TOP_LEFT"|"TOP_RIGHT"|"BOTTOM_LEFT"|"BOTTOM_RIGHT"|string;
|
1122
1215
|
export type PipWidth = number;
|
1216
|
+
export interface PublicKey {
|
1217
|
+
/**
|
1218
|
+
* Public key ARN.
|
1219
|
+
*/
|
1220
|
+
arn?: PublicKeyArn;
|
1221
|
+
/**
|
1222
|
+
* Public key name.
|
1223
|
+
*/
|
1224
|
+
name?: PublicKeyName;
|
1225
|
+
/**
|
1226
|
+
* Public key material.
|
1227
|
+
*/
|
1228
|
+
publicKeyMaterial?: PublicKeyMaterial;
|
1229
|
+
/**
|
1230
|
+
* The public key fingerprint, a short string used to identify or verify the full public key.
|
1231
|
+
*/
|
1232
|
+
fingerprint?: PublicKeyFingerprint;
|
1233
|
+
/**
|
1234
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
|
1235
|
+
*/
|
1236
|
+
tags?: Tags;
|
1237
|
+
}
|
1238
|
+
export type PublicKeyArn = string;
|
1239
|
+
export type PublicKeyFingerprint = string;
|
1240
|
+
export type PublicKeyList = PublicKeySummary[];
|
1241
|
+
export type PublicKeyMaterial = string;
|
1242
|
+
export type PublicKeyName = string;
|
1243
|
+
export interface PublicKeySummary {
|
1244
|
+
/**
|
1245
|
+
* Public key ARN.
|
1246
|
+
*/
|
1247
|
+
arn?: PublicKeyArn;
|
1248
|
+
/**
|
1249
|
+
* Public key name.
|
1250
|
+
*/
|
1251
|
+
name?: PublicKeyName;
|
1252
|
+
/**
|
1253
|
+
* Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
|
1254
|
+
*/
|
1255
|
+
tags?: Tags;
|
1256
|
+
}
|
1123
1257
|
export type Published = boolean;
|
1124
1258
|
export interface RecordingConfiguration {
|
1125
1259
|
/**
|
@@ -1174,11 +1308,26 @@ declare namespace IVSRealTime {
|
|
1174
1308
|
*/
|
1175
1309
|
tags?: Tags;
|
1176
1310
|
/**
|
1177
|
-
*
|
1311
|
+
* Configuration object for individual participant recording, attached to the stage.
|
1178
1312
|
*/
|
1179
1313
|
autoParticipantRecordingConfiguration?: AutoParticipantRecordingConfiguration;
|
1314
|
+
/**
|
1315
|
+
* Summary information about various endpoints for a stage.
|
1316
|
+
*/
|
1317
|
+
endpoints?: StageEndpoints;
|
1180
1318
|
}
|
1181
1319
|
export type StageArn = string;
|
1320
|
+
export type StageEndpoint = string;
|
1321
|
+
export interface StageEndpoints {
|
1322
|
+
/**
|
1323
|
+
* Events endpoint.
|
1324
|
+
*/
|
1325
|
+
events?: StageEndpoint;
|
1326
|
+
/**
|
1327
|
+
* WHIP endpoint.
|
1328
|
+
*/
|
1329
|
+
whip?: StageEndpoint;
|
1330
|
+
}
|
1182
1331
|
export type StageName = string;
|
1183
1332
|
export interface StageSession {
|
1184
1333
|
/**
|
@@ -1344,7 +1493,7 @@ declare namespace IVSRealTime {
|
|
1344
1493
|
*/
|
1345
1494
|
name?: StageName;
|
1346
1495
|
/**
|
1347
|
-
*
|
1496
|
+
* Configuration object for individual participant recording, to attach to the stage. Note that this cannot be updated while recording is active.
|
1348
1497
|
*/
|
1349
1498
|
autoParticipantRecordingConfiguration?: AutoParticipantRecordingConfiguration;
|
1350
1499
|
}
|