cdk-docker-image-deployment 0.0.91 → 0.0.92
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +123 -87
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +1 -2
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +194 -72
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +6 -6
- package/node_modules/aws-sdk/clients/fms.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +67 -4
- package/node_modules/aws-sdk/clients/medialive.d.ts +1 -1
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/proton.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +220 -16
- package/node_modules/aws-sdk/clients/sns.d.ts +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -108,11 +108,11 @@ declare class RedshiftServerless extends Service {
|
|
|
108
108
|
*/
|
|
109
109
|
deleteWorkgroup(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteWorkgroupResponse) => void): Request<RedshiftServerless.Types.DeleteWorkgroupResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). <p>
|
|
111
|
+
* Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). <p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
|
|
112
112
|
*/
|
|
113
113
|
getCredentials(params: RedshiftServerless.Types.GetCredentialsRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.GetCredentialsResponse) => void): Request<RedshiftServerless.Types.GetCredentialsResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). <p>
|
|
115
|
+
* Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless. By default, the temporary credentials expire in 900 seconds. You can optionally specify a duration between 900 seconds (15 minutes) and 3600 seconds (60 minutes). <p>The Identity and Access Management (IAM) user or role that runs GetCredentials must have an IAM policy attached that allows access to all necessary actions and resources.</p> <p>If the <code>DbName</code> parameter is specified, the IAM policy must allow access to the resource dbname for the specified database name.</p>
|
|
116
116
|
*/
|
|
117
117
|
getCredentials(callback?: (err: AWSError, data: RedshiftServerless.Types.GetCredentialsResponse) => void): Request<RedshiftServerless.Types.GetCredentialsResponse, AWSError>;
|
|
118
118
|
/**
|
|
@@ -155,6 +155,14 @@ declare class RedshiftServerless extends Service {
|
|
|
155
155
|
* Returns information about a specific snapshot.
|
|
156
156
|
*/
|
|
157
157
|
getSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.GetSnapshotResponse) => void): Request<RedshiftServerless.Types.GetSnapshotResponse, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
* Returns information about a TableRestoreStatus object.
|
|
160
|
+
*/
|
|
161
|
+
getTableRestoreStatus(params: RedshiftServerless.Types.GetTableRestoreStatusRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.GetTableRestoreStatusResponse) => void): Request<RedshiftServerless.Types.GetTableRestoreStatusResponse, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
* Returns information about a TableRestoreStatus object.
|
|
164
|
+
*/
|
|
165
|
+
getTableRestoreStatus(callback?: (err: AWSError, data: RedshiftServerless.Types.GetTableRestoreStatusResponse) => void): Request<RedshiftServerless.Types.GetTableRestoreStatusResponse, AWSError>;
|
|
158
166
|
/**
|
|
159
167
|
* Returns information about a usage limit.
|
|
160
168
|
*/
|
|
@@ -203,6 +211,14 @@ declare class RedshiftServerless extends Service {
|
|
|
203
211
|
* Returns a list of snapshots.
|
|
204
212
|
*/
|
|
205
213
|
listSnapshots(callback?: (err: AWSError, data: RedshiftServerless.Types.ListSnapshotsResponse) => void): Request<RedshiftServerless.Types.ListSnapshotsResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
* Returns information about an array of TableRestoreStatus objects.
|
|
216
|
+
*/
|
|
217
|
+
listTableRestoreStatus(params: RedshiftServerless.Types.ListTableRestoreStatusRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.ListTableRestoreStatusResponse) => void): Request<RedshiftServerless.Types.ListTableRestoreStatusResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
* Returns information about an array of TableRestoreStatus objects.
|
|
220
|
+
*/
|
|
221
|
+
listTableRestoreStatus(callback?: (err: AWSError, data: RedshiftServerless.Types.ListTableRestoreStatusResponse) => void): Request<RedshiftServerless.Types.ListTableRestoreStatusResponse, AWSError>;
|
|
206
222
|
/**
|
|
207
223
|
* Lists the tags assigned to a resource.
|
|
208
224
|
*/
|
|
@@ -251,6 +267,14 @@ declare class RedshiftServerless extends Service {
|
|
|
251
267
|
* Restores a namespace from a snapshot.
|
|
252
268
|
*/
|
|
253
269
|
restoreFromSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreFromSnapshotResponse, AWSError>;
|
|
270
|
+
/**
|
|
271
|
+
* Restores a table from a snapshot to your Amazon Redshift Serverless instance.
|
|
272
|
+
*/
|
|
273
|
+
restoreTableFromSnapshot(params: RedshiftServerless.Types.RestoreTableFromSnapshotRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromSnapshotResponse, AWSError>;
|
|
274
|
+
/**
|
|
275
|
+
* Restores a table from a snapshot to your Amazon Redshift Serverless instance.
|
|
276
|
+
*/
|
|
277
|
+
restoreTableFromSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromSnapshotResponse, AWSError>;
|
|
254
278
|
/**
|
|
255
279
|
* Assigns one or more tags to a resource.
|
|
256
280
|
*/
|
|
@@ -336,6 +360,10 @@ declare namespace RedshiftServerless {
|
|
|
336
360
|
* The name of the snapshot.
|
|
337
361
|
*/
|
|
338
362
|
snapshotName: String;
|
|
363
|
+
/**
|
|
364
|
+
* An array of Tag objects to associate with the created snapshot.
|
|
365
|
+
*/
|
|
366
|
+
tags?: TagList;
|
|
339
367
|
}
|
|
340
368
|
export interface ConvertRecoveryPointToSnapshotResponse {
|
|
341
369
|
/**
|
|
@@ -424,6 +452,10 @@ declare namespace RedshiftServerless {
|
|
|
424
452
|
* The name of the snapshot.
|
|
425
453
|
*/
|
|
426
454
|
snapshotName: String;
|
|
455
|
+
/**
|
|
456
|
+
* An array of Tag objects to associate with the snapshot.
|
|
457
|
+
*/
|
|
458
|
+
tags?: TagList;
|
|
427
459
|
}
|
|
428
460
|
export interface CreateSnapshotResponse {
|
|
429
461
|
/**
|
|
@@ -476,6 +508,10 @@ declare namespace RedshiftServerless {
|
|
|
476
508
|
* The name of the namespace to associate with the workgroup.
|
|
477
509
|
*/
|
|
478
510
|
namespaceName: NamespaceName;
|
|
511
|
+
/**
|
|
512
|
+
* The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
|
|
513
|
+
*/
|
|
514
|
+
port?: Integer;
|
|
479
515
|
/**
|
|
480
516
|
* A value that specifies whether the workgroup can be accessed from a public network.
|
|
481
517
|
*/
|
|
@@ -642,7 +678,7 @@ declare namespace RedshiftServerless {
|
|
|
642
678
|
export type EndpointAccessList = EndpointAccess[];
|
|
643
679
|
export interface GetCredentialsRequest {
|
|
644
680
|
/**
|
|
645
|
-
* The name of the database to get temporary authorization to log on to. Constraints: Must be 1 to 64 alphanumeric characters or hyphens. Must contain only lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen. The first character must be a letter. Must not contain a colon ( : ) or slash ( / ). Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide
|
|
681
|
+
* The name of the database to get temporary authorization to log on to. Constraints: Must be 1 to 64 alphanumeric characters or hyphens. Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen. The first character must be a letter. Must not contain a colon ( : ) or slash ( / ). Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide
|
|
646
682
|
*/
|
|
647
683
|
dbName?: DbName;
|
|
648
684
|
/**
|
|
@@ -740,6 +776,18 @@ declare namespace RedshiftServerless {
|
|
|
740
776
|
*/
|
|
741
777
|
snapshot?: Snapshot;
|
|
742
778
|
}
|
|
779
|
+
export interface GetTableRestoreStatusRequest {
|
|
780
|
+
/**
|
|
781
|
+
* The ID of the RestoreTableFromSnapshot request to return status for.
|
|
782
|
+
*/
|
|
783
|
+
tableRestoreRequestId: String;
|
|
784
|
+
}
|
|
785
|
+
export interface GetTableRestoreStatusResponse {
|
|
786
|
+
/**
|
|
787
|
+
* The returned TableRestoreStatus object that contains information about the status of your RestoreTableFromSnapshot request.
|
|
788
|
+
*/
|
|
789
|
+
tableRestoreStatus?: TableRestoreStatus;
|
|
790
|
+
}
|
|
743
791
|
export interface GetUsageLimitRequest {
|
|
744
792
|
/**
|
|
745
793
|
* The unique identifier of the usage limit to return information for.
|
|
@@ -770,11 +818,11 @@ declare namespace RedshiftServerless {
|
|
|
770
818
|
export type KmsKeyId = string;
|
|
771
819
|
export interface ListEndpointAccessRequest {
|
|
772
820
|
/**
|
|
773
|
-
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to
|
|
821
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
774
822
|
*/
|
|
775
823
|
maxResults?: ListEndpointAccessRequestMaxResultsInteger;
|
|
776
824
|
/**
|
|
777
|
-
* If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in
|
|
825
|
+
* If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.
|
|
778
826
|
*/
|
|
779
827
|
nextToken?: String;
|
|
780
828
|
/**
|
|
@@ -799,11 +847,11 @@ declare namespace RedshiftServerless {
|
|
|
799
847
|
}
|
|
800
848
|
export interface ListNamespacesRequest {
|
|
801
849
|
/**
|
|
802
|
-
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to
|
|
850
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
803
851
|
*/
|
|
804
852
|
maxResults?: ListNamespacesRequestMaxResultsInteger;
|
|
805
853
|
/**
|
|
806
|
-
* If your initial ListNamespaces operation returns a nextToken, you can include the returned nextToken in
|
|
854
|
+
* If your initial ListNamespaces operation returns a nextToken, you can include the returned nextToken in following ListNamespaces operations, which returns results in the next page.
|
|
807
855
|
*/
|
|
808
856
|
nextToken?: String;
|
|
809
857
|
}
|
|
@@ -824,15 +872,19 @@ declare namespace RedshiftServerless {
|
|
|
824
872
|
*/
|
|
825
873
|
endTime?: Timestamp;
|
|
826
874
|
/**
|
|
827
|
-
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to
|
|
875
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
828
876
|
*/
|
|
829
877
|
maxResults?: ListRecoveryPointsRequestMaxResultsInteger;
|
|
878
|
+
/**
|
|
879
|
+
* The Amazon Resource Name (ARN) of the namespace from which to list recovery points.
|
|
880
|
+
*/
|
|
881
|
+
namespaceArn?: String;
|
|
830
882
|
/**
|
|
831
883
|
* The name of the namespace to list recovery points for.
|
|
832
884
|
*/
|
|
833
885
|
namespaceName?: NamespaceName;
|
|
834
886
|
/**
|
|
835
|
-
* If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in
|
|
887
|
+
* If your initial ListRecoveryPoints operation returns a nextToken, you can include the returned nextToken in following ListRecoveryPoints operations, which returns results in the next page.
|
|
836
888
|
*/
|
|
837
889
|
nextToken?: String;
|
|
838
890
|
/**
|
|
@@ -857,7 +909,7 @@ declare namespace RedshiftServerless {
|
|
|
857
909
|
*/
|
|
858
910
|
endTime?: Timestamp;
|
|
859
911
|
/**
|
|
860
|
-
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to
|
|
912
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
861
913
|
*/
|
|
862
914
|
maxResults?: ListSnapshotsRequestMaxResultsInteger;
|
|
863
915
|
/**
|
|
@@ -892,6 +944,35 @@ declare namespace RedshiftServerless {
|
|
|
892
944
|
*/
|
|
893
945
|
snapshots?: SnapshotList;
|
|
894
946
|
}
|
|
947
|
+
export interface ListTableRestoreStatusRequest {
|
|
948
|
+
/**
|
|
949
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
950
|
+
*/
|
|
951
|
+
maxResults?: ListTableRestoreStatusRequestMaxResultsInteger;
|
|
952
|
+
/**
|
|
953
|
+
* The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .
|
|
954
|
+
*/
|
|
955
|
+
namespaceName?: String;
|
|
956
|
+
/**
|
|
957
|
+
* If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will return results on the next page.
|
|
958
|
+
*/
|
|
959
|
+
nextToken?: PaginationToken;
|
|
960
|
+
/**
|
|
961
|
+
* The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.
|
|
962
|
+
*/
|
|
963
|
+
workgroupName?: String;
|
|
964
|
+
}
|
|
965
|
+
export type ListTableRestoreStatusRequestMaxResultsInteger = number;
|
|
966
|
+
export interface ListTableRestoreStatusResponse {
|
|
967
|
+
/**
|
|
968
|
+
* If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will returns results on the next page.
|
|
969
|
+
*/
|
|
970
|
+
nextToken?: PaginationToken;
|
|
971
|
+
/**
|
|
972
|
+
* The array of returned TableRestoreStatus objects.
|
|
973
|
+
*/
|
|
974
|
+
tableRestoreStatuses?: TableRestoreStatusList;
|
|
975
|
+
}
|
|
895
976
|
export interface ListTagsForResourceRequest {
|
|
896
977
|
/**
|
|
897
978
|
* The Amazon Resource Name (ARN) of the resource to list tags for.
|
|
@@ -910,7 +991,7 @@ declare namespace RedshiftServerless {
|
|
|
910
991
|
*/
|
|
911
992
|
maxResults?: ListUsageLimitsRequestMaxResultsInteger;
|
|
912
993
|
/**
|
|
913
|
-
* If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in
|
|
994
|
+
* If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in following ListUsageLimits operations, which returns results in the next page.
|
|
914
995
|
*/
|
|
915
996
|
nextToken?: PaginationToken;
|
|
916
997
|
/**
|
|
@@ -935,11 +1016,11 @@ declare namespace RedshiftServerless {
|
|
|
935
1016
|
}
|
|
936
1017
|
export interface ListWorkgroupsRequest {
|
|
937
1018
|
/**
|
|
938
|
-
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to
|
|
1019
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
|
939
1020
|
*/
|
|
940
1021
|
maxResults?: ListWorkgroupsRequestMaxResultsInteger;
|
|
941
1022
|
/**
|
|
942
|
-
* If your initial ListWorkgroups operation returns a nextToken, you can include the returned nextToken in
|
|
1023
|
+
* If your initial ListWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListNamespaces operations, which returns results in the next page.
|
|
943
1024
|
*/
|
|
944
1025
|
nextToken?: String;
|
|
945
1026
|
}
|
|
@@ -1045,6 +1126,10 @@ declare namespace RedshiftServerless {
|
|
|
1045
1126
|
resourcePolicy?: ResourcePolicy;
|
|
1046
1127
|
}
|
|
1047
1128
|
export interface RecoveryPoint {
|
|
1129
|
+
/**
|
|
1130
|
+
* The Amazon Resource Name (ARN) of the namespace the recovery point is associated with.
|
|
1131
|
+
*/
|
|
1132
|
+
namespaceArn?: String;
|
|
1048
1133
|
/**
|
|
1049
1134
|
* The name of the namespace the recovery point is associated with.
|
|
1050
1135
|
*/
|
|
@@ -1111,11 +1196,11 @@ declare namespace RedshiftServerless {
|
|
|
1111
1196
|
*/
|
|
1112
1197
|
ownerAccount?: String;
|
|
1113
1198
|
/**
|
|
1114
|
-
* The Amazon Resource Name (ARN) of the snapshot to restore from.
|
|
1199
|
+
* The Amazon Resource Name (ARN) of the snapshot to restore from. Required if restoring from Amazon Redshift Serverless to a provisioned cluster. Must not be specified at the same time as snapshotName. The format of the ARN is arn:aws:redshift:<region>:<account_id>:snapshot:<cluster_identifier>/<snapshot_identifier>.
|
|
1115
1200
|
*/
|
|
1116
1201
|
snapshotArn?: String;
|
|
1117
1202
|
/**
|
|
1118
|
-
* The name of the snapshot to restore from.
|
|
1203
|
+
* The name of the snapshot to restore from. Must not be specified at the same time as snapshotArn.
|
|
1119
1204
|
*/
|
|
1120
1205
|
snapshotName?: String;
|
|
1121
1206
|
/**
|
|
@@ -1134,6 +1219,54 @@ declare namespace RedshiftServerless {
|
|
|
1134
1219
|
*/
|
|
1135
1220
|
snapshotName?: String;
|
|
1136
1221
|
}
|
|
1222
|
+
export interface RestoreTableFromSnapshotRequest {
|
|
1223
|
+
/**
|
|
1224
|
+
* Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.
|
|
1225
|
+
*/
|
|
1226
|
+
activateCaseSensitiveIdentifier?: Boolean;
|
|
1227
|
+
/**
|
|
1228
|
+
* The namespace of the snapshot to restore from.
|
|
1229
|
+
*/
|
|
1230
|
+
namespaceName: String;
|
|
1231
|
+
/**
|
|
1232
|
+
* The name of the table to create from the restore operation.
|
|
1233
|
+
*/
|
|
1234
|
+
newTableName: String;
|
|
1235
|
+
/**
|
|
1236
|
+
* The name of the snapshot to restore the table from.
|
|
1237
|
+
*/
|
|
1238
|
+
snapshotName: String;
|
|
1239
|
+
/**
|
|
1240
|
+
* The name of the source database that contains the table being restored.
|
|
1241
|
+
*/
|
|
1242
|
+
sourceDatabaseName: String;
|
|
1243
|
+
/**
|
|
1244
|
+
* The name of the source schema that contains the table being restored.
|
|
1245
|
+
*/
|
|
1246
|
+
sourceSchemaName?: String;
|
|
1247
|
+
/**
|
|
1248
|
+
* The name of the source table being restored.
|
|
1249
|
+
*/
|
|
1250
|
+
sourceTableName: String;
|
|
1251
|
+
/**
|
|
1252
|
+
* The name of the database to restore the table to.
|
|
1253
|
+
*/
|
|
1254
|
+
targetDatabaseName?: String;
|
|
1255
|
+
/**
|
|
1256
|
+
* The name of the schema to restore the table to.
|
|
1257
|
+
*/
|
|
1258
|
+
targetSchemaName?: String;
|
|
1259
|
+
/**
|
|
1260
|
+
* The workgroup to restore the table to.
|
|
1261
|
+
*/
|
|
1262
|
+
workgroupName: String;
|
|
1263
|
+
}
|
|
1264
|
+
export interface RestoreTableFromSnapshotResponse {
|
|
1265
|
+
/**
|
|
1266
|
+
* The TableRestoreStatus object that contains the status of the restore operation.
|
|
1267
|
+
*/
|
|
1268
|
+
tableRestoreStatus?: TableRestoreStatus;
|
|
1269
|
+
}
|
|
1137
1270
|
export type SecurityGroupId = string;
|
|
1138
1271
|
export type SecurityGroupIdList = SecurityGroupId[];
|
|
1139
1272
|
export interface Snapshot {
|
|
@@ -1224,6 +1357,69 @@ declare namespace RedshiftServerless {
|
|
|
1224
1357
|
export type SubnetId = string;
|
|
1225
1358
|
export type SubnetIdList = SubnetId[];
|
|
1226
1359
|
export type SyntheticTimestamp_date_time = Date;
|
|
1360
|
+
export interface TableRestoreStatus {
|
|
1361
|
+
/**
|
|
1362
|
+
* A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.
|
|
1363
|
+
*/
|
|
1364
|
+
message?: String;
|
|
1365
|
+
/**
|
|
1366
|
+
* The namespace of the table being restored from.
|
|
1367
|
+
*/
|
|
1368
|
+
namespaceName?: String;
|
|
1369
|
+
/**
|
|
1370
|
+
* The name of the table to create from the restore operation.
|
|
1371
|
+
*/
|
|
1372
|
+
newTableName?: String;
|
|
1373
|
+
/**
|
|
1374
|
+
* The amount of data restored to the new table so far, in megabytes (MB).
|
|
1375
|
+
*/
|
|
1376
|
+
progressInMegaBytes?: Long;
|
|
1377
|
+
/**
|
|
1378
|
+
* The time that the table restore request was made, in Universal Coordinated Time (UTC).
|
|
1379
|
+
*/
|
|
1380
|
+
requestTime?: Timestamp;
|
|
1381
|
+
/**
|
|
1382
|
+
* The name of the snapshot being restored from.
|
|
1383
|
+
*/
|
|
1384
|
+
snapshotName?: String;
|
|
1385
|
+
/**
|
|
1386
|
+
* The name of the source database being restored from.
|
|
1387
|
+
*/
|
|
1388
|
+
sourceDatabaseName?: String;
|
|
1389
|
+
/**
|
|
1390
|
+
* The name of the source schema being restored from.
|
|
1391
|
+
*/
|
|
1392
|
+
sourceSchemaName?: String;
|
|
1393
|
+
/**
|
|
1394
|
+
* The name of the source table being restored from.
|
|
1395
|
+
*/
|
|
1396
|
+
sourceTableName?: String;
|
|
1397
|
+
/**
|
|
1398
|
+
* A value that describes the current state of the table restore request. Possible values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS.
|
|
1399
|
+
*/
|
|
1400
|
+
status?: String;
|
|
1401
|
+
/**
|
|
1402
|
+
* The ID of the RestoreTableFromSnapshot request.
|
|
1403
|
+
*/
|
|
1404
|
+
tableRestoreRequestId?: String;
|
|
1405
|
+
/**
|
|
1406
|
+
* The name of the database to restore to.
|
|
1407
|
+
*/
|
|
1408
|
+
targetDatabaseName?: String;
|
|
1409
|
+
/**
|
|
1410
|
+
* The name of the schema to restore to.
|
|
1411
|
+
*/
|
|
1412
|
+
targetSchemaName?: String;
|
|
1413
|
+
/**
|
|
1414
|
+
* The total amount of data to restore to the new table, in megabytes (MB).
|
|
1415
|
+
*/
|
|
1416
|
+
totalDataInMegaBytes?: Long;
|
|
1417
|
+
/**
|
|
1418
|
+
* The name of the workgroup being restored from.
|
|
1419
|
+
*/
|
|
1420
|
+
workgroupName?: String;
|
|
1421
|
+
}
|
|
1422
|
+
export type TableRestoreStatusList = TableRestoreStatus[];
|
|
1227
1423
|
export interface Tag {
|
|
1228
1424
|
/**
|
|
1229
1425
|
* The key to use in the tag.
|
|
@@ -1333,7 +1529,7 @@ declare namespace RedshiftServerless {
|
|
|
1333
1529
|
}
|
|
1334
1530
|
export interface UpdateUsageLimitRequest {
|
|
1335
1531
|
/**
|
|
1336
|
-
* The new limit amount.
|
|
1532
|
+
* The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.
|
|
1337
1533
|
*/
|
|
1338
1534
|
amount?: Long;
|
|
1339
1535
|
/**
|
|
@@ -1364,6 +1560,10 @@ declare namespace RedshiftServerless {
|
|
|
1364
1560
|
* The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.
|
|
1365
1561
|
*/
|
|
1366
1562
|
enhancedVpcRouting?: Boolean;
|
|
1563
|
+
/**
|
|
1564
|
+
* The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
|
|
1565
|
+
*/
|
|
1566
|
+
port?: Integer;
|
|
1367
1567
|
/**
|
|
1368
1568
|
* A value that specifies whether the workgroup can be accessible from a public network.
|
|
1369
1569
|
*/
|
|
@@ -1474,6 +1674,10 @@ declare namespace RedshiftServerless {
|
|
|
1474
1674
|
* The namespace the workgroup is associated with.
|
|
1475
1675
|
*/
|
|
1476
1676
|
namespaceName?: String;
|
|
1677
|
+
/**
|
|
1678
|
+
* The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.
|
|
1679
|
+
*/
|
|
1680
|
+
port?: Integer;
|
|
1477
1681
|
/**
|
|
1478
1682
|
* A value that specifies whether the workgroup can be accessible from a public network
|
|
1479
1683
|
*/
|
|
@@ -12,11 +12,11 @@ declare class SNS extends Service {
|
|
|
12
12
|
constructor(options?: SNS.Types.ClientConfiguration)
|
|
13
13
|
config: Config & SNS.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Adds a statement to a topic's access control policy, granting access for the specified Amazon Web Services accounts to the specified actions.
|
|
15
|
+
* Adds a statement to a topic's access control policy, granting access for the specified Amazon Web Services accounts to the specified actions. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
16
16
|
*/
|
|
17
17
|
addPermission(params: SNS.Types.AddPermissionInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Adds a statement to a topic's access control policy, granting access for the specified Amazon Web Services accounts to the specified actions.
|
|
19
|
+
* Adds a statement to a topic's access control policy, granting access for the specified Amazon Web Services accounts to the specified actions. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
20
20
|
*/
|
|
21
21
|
addPermission(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
22
22
|
/**
|
|
@@ -260,11 +260,11 @@ declare class SNS extends Service {
|
|
|
260
260
|
*/
|
|
261
261
|
putDataProtectionPolicy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
262
262
|
/**
|
|
263
|
-
* Removes a statement from a topic's access control policy.
|
|
263
|
+
* Removes a statement from a topic's access control policy. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
264
264
|
*/
|
|
265
265
|
removePermission(params: SNS.Types.RemovePermissionInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
266
266
|
/**
|
|
267
|
-
* Removes a statement from a topic's access control policy.
|
|
267
|
+
* Removes a statement from a topic's access control policy. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
268
268
|
*/
|
|
269
269
|
removePermission(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
270
270
|
/**
|
|
@@ -300,11 +300,11 @@ declare class SNS extends Service {
|
|
|
300
300
|
*/
|
|
301
301
|
setSubscriptionAttributes(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
302
302
|
/**
|
|
303
|
-
* Allows a topic owner to set an attribute of the topic to a new value.
|
|
303
|
+
* Allows a topic owner to set an attribute of the topic to a new value. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
304
304
|
*/
|
|
305
305
|
setTopicAttributes(params: SNS.Types.SetTopicAttributesInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
306
306
|
/**
|
|
307
|
-
* Allows a topic owner to set an attribute of the topic to a new value.
|
|
307
|
+
* Allows a topic owner to set an attribute of the topic to a new value. To remove the ability to change topic permissions, you must deny permissions to the AddPermission, RemovePermission, and SetTopicAttributes actions in your IAM policy.
|
|
308
308
|
*/
|
|
309
309
|
setTopicAttributes(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
310
310
|
/**
|
|
@@ -324,11 +324,11 @@ declare class SNS extends Service {
|
|
|
324
324
|
*/
|
|
325
325
|
tagResource(callback?: (err: AWSError, data: SNS.Types.TagResourceResponse) => void): Request<SNS.Types.TagResourceResponse, AWSError>;
|
|
326
326
|
/**
|
|
327
|
-
* Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended. This action is throttled at 100 transactions per second (TPS).
|
|
327
|
+
* Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended. Amazon SQS queue subscriptions require authentication for deletion. Only the owner of the subscription, or the owner of the topic can unsubscribe using the required Amazon Web Services signature. This action is throttled at 100 transactions per second (TPS).
|
|
328
328
|
*/
|
|
329
329
|
unsubscribe(params: SNS.Types.UnsubscribeInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
330
330
|
/**
|
|
331
|
-
* Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended. This action is throttled at 100 transactions per second (TPS).
|
|
331
|
+
* Deletes a subscription. If the subscription requires authentication for deletion, only the owner of the subscription or the topic's owner can unsubscribe, and an Amazon Web Services signature is required. If the Unsubscribe call does not require authentication and the requester is not the subscription owner, a final cancellation message is delivered to the endpoint, so that the endpoint owner can easily resubscribe to the topic if the Unsubscribe request was unintended. Amazon SQS queue subscriptions require authentication for deletion. Only the owner of the subscription, or the owner of the topic can unsubscribe using the required Amazon Web Services signature. This action is throttled at 100 transactions per second (TPS).
|
|
332
332
|
*/
|
|
333
333
|
unsubscribe(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
334
334
|
/**
|
|
@@ -483,7 +483,7 @@ declare namespace SNS {
|
|
|
483
483
|
*/
|
|
484
484
|
Name: topicName;
|
|
485
485
|
/**
|
|
486
|
-
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateTopic action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. DisplayName – The display name to use for a topic with SMS subscriptions. FifoTopic – Set to true to create a FIFO topic. Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic. The following attribute applies only to server-side encryption: KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference. The following attributes apply only to FIFO topics: FifoTopic – When this is set to true, a FIFO topic is created. ContentBasedDeduplication – Enables content-based deduplication for FIFO topics. By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action. When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.
|
|
486
|
+
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the CreateTopic action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. DisplayName – The display name to use for a topic with SMS subscriptions. FifoTopic – Set to true to create a FIFO topic. Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic. SignatureVersion – The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. By default, SignatureVersion is set to 1. TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics. The following attribute applies only to server-side encryption: KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference. The following attributes apply only to FIFO topics: FifoTopic – When this is set to true, a FIFO topic is created. ContentBasedDeduplication – Enables content-based deduplication for FIFO topics. By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action. When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.
|
|
487
487
|
*/
|
|
488
488
|
Attributes?: TopicAttributesMap;
|
|
489
489
|
/**
|
|
@@ -602,7 +602,7 @@ declare namespace SNS {
|
|
|
602
602
|
}
|
|
603
603
|
export interface GetSubscriptionAttributesResponse {
|
|
604
604
|
/**
|
|
605
|
-
* A map of the subscription's attributes. Attributes in this map include the following: ConfirmationWasAuthenticated – true if the subscription confirmation request was authenticated. DeliveryPolicy – The JSON serialization of the subscription's delivery policy. EffectiveDeliveryPolicy – The JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults. FilterPolicy – The filter policy JSON that is assigned to the subscription. For more information, see Amazon SNS Message Filtering in the Amazon SNS Developer Guide. Owner – The Amazon Web Services account ID of the subscription's owner. PendingConfirmation – true if the subscription hasn't been confirmed. To confirm a pending subscription, call the ConfirmSubscription action with a confirmation token. RawMessageDelivery – true if raw message delivery is enabled for the subscription. Raw messages are free of JSON formatting and can be sent to HTTP/S and Amazon SQS endpoints. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. SubscriptionArn – The subscription's ARN. TopicArn – The topic ARN that the subscription is associated with. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
605
|
+
* A map of the subscription's attributes. Attributes in this map include the following: ConfirmationWasAuthenticated – true if the subscription confirmation request was authenticated. DeliveryPolicy – The JSON serialization of the subscription's delivery policy. EffectiveDeliveryPolicy – The JSON serialization of the effective delivery policy that takes into account the topic delivery policy and account system defaults. FilterPolicy – The filter policy JSON that is assigned to the subscription. For more information, see Amazon SNS Message Filtering in the Amazon SNS Developer Guide. FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types: MessageAttributes (default) – The filter is applied on the message attributes. MessageBody – The filter is applied on the message body. Owner – The Amazon Web Services account ID of the subscription's owner. PendingConfirmation – true if the subscription hasn't been confirmed. To confirm a pending subscription, call the ConfirmSubscription action with a confirmation token. RawMessageDelivery – true if raw message delivery is enabled for the subscription. Raw messages are free of JSON formatting and can be sent to HTTP/S and Amazon SQS endpoints. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. SubscriptionArn – The subscription's ARN. TopicArn – The topic ARN that the subscription is associated with. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
606
606
|
*/
|
|
607
607
|
Attributes?: SubscriptionAttributesMap;
|
|
608
608
|
}
|
|
@@ -614,7 +614,7 @@ declare namespace SNS {
|
|
|
614
614
|
}
|
|
615
615
|
export interface GetTopicAttributesResponse {
|
|
616
616
|
/**
|
|
617
|
-
* A map of the topic's attributes. Attributes in this map include the following: DeliveryPolicy – The JSON serialization of the topic's delivery policy. DisplayName – The human-readable name used in the From field for notifications to email and email-json endpoints. Owner – The Amazon Web Services account ID of the topic's owner. Policy – The JSON serialization of the topic's access control policy. SubscriptionsConfirmed – The number of confirmed subscriptions for the topic. SubscriptionsDeleted – The number of deleted subscriptions for the topic. SubscriptionsPending – The number of subscriptions pending confirmation for the topic. TopicArn – The topic's ARN.
|
|
617
|
+
* A map of the topic's attributes. Attributes in this map include the following: DeliveryPolicy – The JSON serialization of the topic's delivery policy. DisplayName – The human-readable name used in the From field for notifications to email and email-json endpoints. EffectiveDeliveryPolicy – The JSON serialization of the effective delivery policy, taking system defaults into account. Owner – The Amazon Web Services account ID of the topic's owner. Policy – The JSON serialization of the topic's access control policy. SignatureVersion – The version of the Amazon SNS signature used for the topic. By default, SignatureVersion is set to 1. The signature is a Base64-encoded SHA1withRSA signature. When you set SignatureVersion to 2. Amazon SNS uses a Base64-encoded SHA256withRSA signature. If the API response does not include the SignatureVersion attribute, it means that the SignatureVersion for the topic has value 1. SubscriptionsConfirmed – The number of confirmed subscriptions for the topic. SubscriptionsDeleted – The number of deleted subscriptions for the topic. SubscriptionsPending – The number of subscriptions pending confirmation for the topic. TopicArn – The topic's ARN. TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics. The following attribute applies only to server-side-encryption: KmsMasterKeyId - The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference. The following attributes apply only to FIFO topics: FifoTopic – When this is set to true, a FIFO topic is created. ContentBasedDeduplication – Enables content-based deduplication for FIFO topics. By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action. When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.
|
|
618
618
|
*/
|
|
619
619
|
Attributes?: TopicAttributesMap;
|
|
620
620
|
}
|
|
@@ -1029,7 +1029,7 @@ declare namespace SNS {
|
|
|
1029
1029
|
*/
|
|
1030
1030
|
SubscriptionArn: subscriptionARN;
|
|
1031
1031
|
/**
|
|
1032
|
-
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that this action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic. RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
1032
|
+
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that this action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic. FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types: MessageAttributes (default) – The filter is applied on the message attributes. MessageBody – The filter is applied on the message body. RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
1033
1033
|
*/
|
|
1034
1034
|
AttributeName: attributeName;
|
|
1035
1035
|
/**
|
|
@@ -1043,7 +1043,7 @@ declare namespace SNS {
|
|
|
1043
1043
|
*/
|
|
1044
1044
|
TopicArn: topicARN;
|
|
1045
1045
|
/**
|
|
1046
|
-
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. DisplayName – The display name to use for a topic with SMS subscriptions. Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic. The following attribute applies only to server-side-encryption: KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference.
|
|
1046
|
+
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the SetTopicAttributes action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. DisplayName – The display name to use for a topic with SMS subscriptions. Policy – The policy that defines who can access your topic. By default, only the topic owner can publish or subscribe to the topic. TracingConfig – Tracing mode of an Amazon SNS topic. By default TracingConfig is set to PassThrough, and the topic passes through the tracing header it receives from an Amazon SNS publisher to its subscriptions. If set to Active, Amazon SNS will vend X-Ray segment data to topic owner account if the sampled flag in the tracing header is true. This is only supported on standard topics. The following attribute applies only to server-side-encryption: KmsMasterKeyId – The ID of an Amazon Web Services managed customer master key (CMK) for Amazon SNS or a custom CMK. For more information, see Key Terms. For more examples, see KeyId in the Key Management Service API Reference. SignatureVersion – The signature version corresponds to the hashing algorithm used while creating the signature of the notifications, subscription confirmations, or unsubscribe confirmation messages sent by Amazon SNS. The following attribute applies only to FIFO topics: ContentBasedDeduplication – Enables content-based deduplication for FIFO topics. By default, ContentBasedDeduplication is set to false. If you create a FIFO topic and this attribute is false, you must specify a value for the MessageDeduplicationId parameter for the Publish action. When you set ContentBasedDeduplication to true, Amazon SNS uses a SHA-256 hash to generate the MessageDeduplicationId using the body of the message (but not the attributes of the message). (Optional) To override the generated value, you can specify a value for the MessageDeduplicationId parameter for the Publish action.
|
|
1047
1047
|
*/
|
|
1048
1048
|
AttributeName: attributeName;
|
|
1049
1049
|
/**
|
|
@@ -1066,7 +1066,7 @@ declare namespace SNS {
|
|
|
1066
1066
|
*/
|
|
1067
1067
|
Endpoint?: endpoint;
|
|
1068
1068
|
/**
|
|
1069
|
-
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the Subscribe action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic. RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
1069
|
+
* A map of attributes with their corresponding values. The following lists the names, descriptions, and values of the special request parameters that the Subscribe action uses: DeliveryPolicy – The policy that defines how Amazon SNS retries failed deliveries to HTTP/S endpoints. FilterPolicy – The simple JSON object that lets your subscriber receive only a subset of messages, rather than receiving every message published to the topic. FilterPolicyScope – This attribute lets you choose the filtering scope by using one of the following string value types: MessageAttributes (default) – The filter is applied on the message attributes. MessageBody – The filter is applied on the message body. RawMessageDelivery – When set to true, enables raw message delivery to Amazon SQS or HTTP/S endpoints. This eliminates the need for the endpoints to process JSON formatting, which is otherwise created for Amazon SNS metadata. RedrivePolicy – When specified, sends undeliverable messages to the specified Amazon SQS dead-letter queue. Messages that can't be delivered due to client errors (for example, when the subscribed endpoint is unreachable) or server errors (for example, when the service that powers the subscribed endpoint becomes unavailable) are held in the dead-letter queue for further analysis or reprocessing. The following attribute applies only to Amazon Kinesis Data Firehose delivery stream subscriptions: SubscriptionRoleArn – The ARN of the IAM role that has the following: Permission to write to the Kinesis Data Firehose delivery stream Amazon SNS listed as a trusted entity Specifying a valid ARN for this attribute is required for Kinesis Data Firehose delivery stream subscriptions. For more information, see Fanout to Kinesis Data Firehose delivery streams in the Amazon SNS Developer Guide.
|
|
1070
1070
|
*/
|
|
1071
1071
|
Attributes?: SubscriptionAttributesMap;
|
|
1072
1072
|
/**
|