cdk-lambda-subminute 2.0.440 → 2.0.441
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +135 -75
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +6 -0
- package/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.min.json +3 -0
- package/node_modules/aws-sdk/apis/oam-2022-06-10.min.json +68 -27
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +6 -0
- package/node_modules/aws-sdk/apis/support-2013-04-15.min.json +3 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +87 -1
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -24
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +4 -0
- package/node_modules/aws-sdk/clients/oam.d.ts +61 -17
- package/node_modules/aws-sdk/clients/rds.d.ts +8 -0
- 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 +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +144 -78
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "oam",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "CloudWatch Observability Access Manager",
|
9
12
|
"serviceId": "OAM",
|
10
13
|
"signatureVersion": "v4",
|
@@ -26,12 +29,15 @@
|
|
26
29
|
],
|
27
30
|
"members": {
|
28
31
|
"LabelTemplate": {},
|
29
|
-
"
|
32
|
+
"LinkConfiguration": {
|
30
33
|
"shape": "S3"
|
31
34
|
},
|
35
|
+
"ResourceTypes": {
|
36
|
+
"shape": "S8"
|
37
|
+
},
|
32
38
|
"SinkIdentifier": {},
|
33
39
|
"Tags": {
|
34
|
-
"shape": "
|
40
|
+
"shape": "Sb"
|
35
41
|
}
|
36
42
|
}
|
37
43
|
},
|
@@ -42,12 +48,15 @@
|
|
42
48
|
"Id": {},
|
43
49
|
"Label": {},
|
44
50
|
"LabelTemplate": {},
|
51
|
+
"LinkConfiguration": {
|
52
|
+
"shape": "S3"
|
53
|
+
},
|
45
54
|
"ResourceTypes": {
|
46
|
-
"shape": "
|
55
|
+
"shape": "Sg"
|
47
56
|
},
|
48
57
|
"SinkArn": {},
|
49
58
|
"Tags": {
|
50
|
-
"shape": "
|
59
|
+
"shape": "Sh"
|
51
60
|
}
|
52
61
|
}
|
53
62
|
}
|
@@ -65,7 +74,7 @@
|
|
65
74
|
"members": {
|
66
75
|
"Name": {},
|
67
76
|
"Tags": {
|
68
|
-
"shape": "
|
77
|
+
"shape": "Sb"
|
69
78
|
}
|
70
79
|
}
|
71
80
|
},
|
@@ -76,7 +85,7 @@
|
|
76
85
|
"Id": {},
|
77
86
|
"Name": {},
|
78
87
|
"Tags": {
|
79
|
-
"shape": "
|
88
|
+
"shape": "Sh"
|
80
89
|
}
|
81
90
|
}
|
82
91
|
}
|
@@ -140,12 +149,15 @@
|
|
140
149
|
"Id": {},
|
141
150
|
"Label": {},
|
142
151
|
"LabelTemplate": {},
|
152
|
+
"LinkConfiguration": {
|
153
|
+
"shape": "S3"
|
154
|
+
},
|
143
155
|
"ResourceTypes": {
|
144
|
-
"shape": "
|
156
|
+
"shape": "Sg"
|
145
157
|
},
|
146
158
|
"SinkArn": {},
|
147
159
|
"Tags": {
|
148
|
-
"shape": "
|
160
|
+
"shape": "Sh"
|
149
161
|
}
|
150
162
|
}
|
151
163
|
}
|
@@ -171,7 +183,7 @@
|
|
171
183
|
"Id": {},
|
172
184
|
"Name": {},
|
173
185
|
"Tags": {
|
174
|
-
"shape": "
|
186
|
+
"shape": "Sh"
|
175
187
|
}
|
176
188
|
}
|
177
189
|
}
|
@@ -193,9 +205,9 @@
|
|
193
205
|
"output": {
|
194
206
|
"type": "structure",
|
195
207
|
"members": {
|
208
|
+
"Policy": {},
|
196
209
|
"SinkArn": {},
|
197
|
-
"SinkId": {}
|
198
|
-
"Policy": {}
|
210
|
+
"SinkId": {}
|
199
211
|
}
|
200
212
|
}
|
201
213
|
},
|
@@ -231,7 +243,7 @@
|
|
231
243
|
"Label": {},
|
232
244
|
"LinkArn": {},
|
233
245
|
"ResourceTypes": {
|
234
|
-
"shape": "
|
246
|
+
"shape": "Sg"
|
235
247
|
}
|
236
248
|
}
|
237
249
|
}
|
@@ -269,7 +281,7 @@
|
|
269
281
|
"Id": {},
|
270
282
|
"Label": {},
|
271
283
|
"ResourceTypes": {
|
272
|
-
"shape": "
|
284
|
+
"shape": "Sg"
|
273
285
|
},
|
274
286
|
"SinkArn": {}
|
275
287
|
}
|
@@ -336,7 +348,7 @@
|
|
336
348
|
"type": "structure",
|
337
349
|
"members": {
|
338
350
|
"Tags": {
|
339
|
-
"shape": "
|
351
|
+
"shape": "Sh"
|
340
352
|
}
|
341
353
|
}
|
342
354
|
}
|
@@ -349,20 +361,20 @@
|
|
349
361
|
"input": {
|
350
362
|
"type": "structure",
|
351
363
|
"required": [
|
352
|
-
"
|
353
|
-
"
|
364
|
+
"Policy",
|
365
|
+
"SinkIdentifier"
|
354
366
|
],
|
355
367
|
"members": {
|
356
|
-
"
|
357
|
-
"
|
368
|
+
"Policy": {},
|
369
|
+
"SinkIdentifier": {}
|
358
370
|
}
|
359
371
|
},
|
360
372
|
"output": {
|
361
373
|
"type": "structure",
|
362
374
|
"members": {
|
375
|
+
"Policy": {},
|
363
376
|
"SinkArn": {},
|
364
|
-
"SinkId": {}
|
365
|
-
"Policy": {}
|
377
|
+
"SinkId": {}
|
366
378
|
}
|
367
379
|
}
|
368
380
|
},
|
@@ -384,7 +396,7 @@
|
|
384
396
|
"locationName": "ResourceArn"
|
385
397
|
},
|
386
398
|
"Tags": {
|
387
|
-
"shape": "
|
399
|
+
"shape": "Sb"
|
388
400
|
}
|
389
401
|
}
|
390
402
|
},
|
@@ -436,8 +448,11 @@
|
|
436
448
|
],
|
437
449
|
"members": {
|
438
450
|
"Identifier": {},
|
439
|
-
"
|
451
|
+
"LinkConfiguration": {
|
440
452
|
"shape": "S3"
|
453
|
+
},
|
454
|
+
"ResourceTypes": {
|
455
|
+
"shape": "S8"
|
441
456
|
}
|
442
457
|
}
|
443
458
|
},
|
@@ -448,12 +463,15 @@
|
|
448
463
|
"Id": {},
|
449
464
|
"Label": {},
|
450
465
|
"LabelTemplate": {},
|
466
|
+
"LinkConfiguration": {
|
467
|
+
"shape": "S3"
|
468
|
+
},
|
451
469
|
"ResourceTypes": {
|
452
|
-
"shape": "
|
470
|
+
"shape": "Sg"
|
453
471
|
},
|
454
472
|
"SinkArn": {},
|
455
473
|
"Tags": {
|
456
|
-
"shape": "
|
474
|
+
"shape": "Sh"
|
457
475
|
}
|
458
476
|
}
|
459
477
|
}
|
@@ -461,19 +479,42 @@
|
|
461
479
|
},
|
462
480
|
"shapes": {
|
463
481
|
"S3": {
|
482
|
+
"type": "structure",
|
483
|
+
"members": {
|
484
|
+
"LogGroupConfiguration": {
|
485
|
+
"type": "structure",
|
486
|
+
"required": [
|
487
|
+
"Filter"
|
488
|
+
],
|
489
|
+
"members": {
|
490
|
+
"Filter": {}
|
491
|
+
}
|
492
|
+
},
|
493
|
+
"MetricConfiguration": {
|
494
|
+
"type": "structure",
|
495
|
+
"required": [
|
496
|
+
"Filter"
|
497
|
+
],
|
498
|
+
"members": {
|
499
|
+
"Filter": {}
|
500
|
+
}
|
501
|
+
}
|
502
|
+
}
|
503
|
+
},
|
504
|
+
"S8": {
|
464
505
|
"type": "list",
|
465
506
|
"member": {}
|
466
507
|
},
|
467
|
-
"
|
508
|
+
"Sb": {
|
468
509
|
"type": "map",
|
469
510
|
"key": {},
|
470
511
|
"value": {}
|
471
512
|
},
|
472
|
-
"
|
513
|
+
"Sg": {
|
473
514
|
"type": "list",
|
474
515
|
"member": {}
|
475
516
|
},
|
476
|
-
"
|
517
|
+
"Sh": {
|
477
518
|
"type": "map",
|
478
519
|
"key": {},
|
479
520
|
"value": {}
|
@@ -5920,6 +5920,9 @@
|
|
5920
5920
|
"SupportsBabelfish": {
|
5921
5921
|
"type": "boolean"
|
5922
5922
|
},
|
5923
|
+
"SupportsLimitlessDatabase": {
|
5924
|
+
"type": "boolean"
|
5925
|
+
},
|
5923
5926
|
"SupportsLocalWriteForwarding": {
|
5924
5927
|
"type": "boolean"
|
5925
5928
|
},
|
@@ -5977,6 +5980,9 @@
|
|
5977
5980
|
"type": "boolean"
|
5978
5981
|
},
|
5979
5982
|
"CustomDBEngineVersionManifest": {},
|
5983
|
+
"SupportsLimitlessDatabase": {
|
5984
|
+
"type": "boolean"
|
5985
|
+
},
|
5980
5986
|
"SupportsCertificateRotationWithoutRestart": {
|
5981
5987
|
"type": "boolean"
|
5982
5988
|
},
|
@@ -275,6 +275,14 @@ declare class CodePipeline extends Service {
|
|
275
275
|
* You can retry a stage that has failed without having to run a pipeline again from the beginning. You do this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage, all actions that are still in progress continue working, and failed actions are triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.
|
276
276
|
*/
|
277
277
|
retryStageExecution(callback?: (err: AWSError, data: CodePipeline.Types.RetryStageExecutionOutput) => void): Request<CodePipeline.Types.RetryStageExecutionOutput, AWSError>;
|
278
|
+
/**
|
279
|
+
* Rolls back a stage execution.
|
280
|
+
*/
|
281
|
+
rollbackStage(params: CodePipeline.Types.RollbackStageInput, callback?: (err: AWSError, data: CodePipeline.Types.RollbackStageOutput) => void): Request<CodePipeline.Types.RollbackStageOutput, AWSError>;
|
282
|
+
/**
|
283
|
+
* Rolls back a stage execution.
|
284
|
+
*/
|
285
|
+
rollbackStage(callback?: (err: AWSError, data: CodePipeline.Types.RollbackStageOutput) => void): Request<CodePipeline.Types.RollbackStageOutput, AWSError>;
|
278
286
|
/**
|
279
287
|
* Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
|
280
288
|
*/
|
@@ -1193,6 +1201,7 @@ declare namespace CodePipeline {
|
|
1193
1201
|
*/
|
1194
1202
|
triggerDetail?: TriggerDetail;
|
1195
1203
|
}
|
1204
|
+
export type ExecutionType = "STANDARD"|"ROLLBACK"|string;
|
1196
1205
|
export interface ExecutorConfiguration {
|
1197
1206
|
/**
|
1198
1207
|
* Details about the Lambda executor of the action type.
|
@@ -1206,6 +1215,12 @@ declare namespace CodePipeline {
|
|
1206
1215
|
export type ExecutorType = "JobWorker"|"Lambda"|string;
|
1207
1216
|
export type ExternalExecutionId = string;
|
1208
1217
|
export type ExternalExecutionSummary = string;
|
1218
|
+
export interface FailureConditions {
|
1219
|
+
/**
|
1220
|
+
* The specified result for when the failure conditions are met, such as rolling back the stage.
|
1221
|
+
*/
|
1222
|
+
result?: Result;
|
1223
|
+
}
|
1209
1224
|
export interface FailureDetails {
|
1210
1225
|
/**
|
1211
1226
|
* The type of the failure.
|
@@ -1588,6 +1603,10 @@ declare namespace CodePipeline {
|
|
1588
1603
|
* The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
|
1589
1604
|
*/
|
1590
1605
|
maxResults?: MaxResults;
|
1606
|
+
/**
|
1607
|
+
* The pipeline execution to filter on.
|
1608
|
+
*/
|
1609
|
+
filter?: PipelineExecutionFilter;
|
1591
1610
|
/**
|
1592
1611
|
* The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
|
1593
1612
|
*/
|
@@ -1818,6 +1837,20 @@ declare namespace CodePipeline {
|
|
1818
1837
|
* The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
|
1819
1838
|
*/
|
1820
1839
|
executionMode?: ExecutionMode;
|
1840
|
+
/**
|
1841
|
+
* The type of the pipeline execution.
|
1842
|
+
*/
|
1843
|
+
executionType?: ExecutionType;
|
1844
|
+
/**
|
1845
|
+
* The metadata about the execution pertaining to stage rollback.
|
1846
|
+
*/
|
1847
|
+
rollbackMetadata?: PipelineRollbackMetadata;
|
1848
|
+
}
|
1849
|
+
export interface PipelineExecutionFilter {
|
1850
|
+
/**
|
1851
|
+
* Filter for pipeline executions where the stage was successful in the current pipeline version.
|
1852
|
+
*/
|
1853
|
+
succeededInStage?: SucceededInStageFilter;
|
1821
1854
|
}
|
1822
1855
|
export type PipelineExecutionId = string;
|
1823
1856
|
export type PipelineExecutionStatus = "Cancelled"|"InProgress"|"Stopped"|"Stopping"|"Succeeded"|"Superseded"|"Failed"|string;
|
@@ -1831,6 +1864,10 @@ declare namespace CodePipeline {
|
|
1831
1864
|
* The status of the pipeline execution. InProgress: The pipeline execution is currently running. Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions. Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions. Succeeded: The pipeline execution was completed successfully. Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions. Failed: The pipeline execution was not completed successfully.
|
1832
1865
|
*/
|
1833
1866
|
status?: PipelineExecutionStatus;
|
1867
|
+
/**
|
1868
|
+
* Status summary for the pipeline.
|
1869
|
+
*/
|
1870
|
+
statusSummary?: PipelineExecutionStatusSummary;
|
1834
1871
|
/**
|
1835
1872
|
* The date and time when the pipeline execution began, in timestamp format.
|
1836
1873
|
*/
|
@@ -1855,6 +1892,14 @@ declare namespace CodePipeline {
|
|
1855
1892
|
* The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
|
1856
1893
|
*/
|
1857
1894
|
executionMode?: ExecutionMode;
|
1895
|
+
/**
|
1896
|
+
* Type of the pipeline execution.
|
1897
|
+
*/
|
1898
|
+
executionType?: ExecutionType;
|
1899
|
+
/**
|
1900
|
+
* The metadata for the stage execution to be rolled back.
|
1901
|
+
*/
|
1902
|
+
rollbackMetadata?: PipelineRollbackMetadata;
|
1858
1903
|
}
|
1859
1904
|
export type PipelineExecutionSummaryList = PipelineExecutionSummary[];
|
1860
1905
|
export type PipelineList = PipelineSummary[];
|
@@ -1877,6 +1922,12 @@ declare namespace CodePipeline {
|
|
1877
1922
|
pollingDisabledAt?: Timestamp;
|
1878
1923
|
}
|
1879
1924
|
export type PipelineName = string;
|
1925
|
+
export interface PipelineRollbackMetadata {
|
1926
|
+
/**
|
1927
|
+
* The pipeline execution ID to which the stage will be rolled back.
|
1928
|
+
*/
|
1929
|
+
rollbackTargetPipelineExecutionId?: PipelineExecutionId;
|
1930
|
+
}
|
1880
1931
|
export type PipelineStageDeclarationList = StageDeclaration[];
|
1881
1932
|
export interface PipelineSummary {
|
1882
1933
|
/**
|
@@ -2149,6 +2200,7 @@ declare namespace CodePipeline {
|
|
2149
2200
|
}
|
2150
2201
|
export type ResolvedPipelineVariableList = ResolvedPipelineVariable[];
|
2151
2202
|
export type ResourceArn = string;
|
2203
|
+
export type Result = "ROLLBACK"|string;
|
2152
2204
|
export interface RetryStageExecutionInput {
|
2153
2205
|
/**
|
2154
2206
|
* The name of the pipeline that contains the failed stage.
|
@@ -2177,6 +2229,26 @@ declare namespace CodePipeline {
|
|
2177
2229
|
export type RevisionChangeIdentifier = string;
|
2178
2230
|
export type RevisionSummary = string;
|
2179
2231
|
export type RoleArn = string;
|
2232
|
+
export interface RollbackStageInput {
|
2233
|
+
/**
|
2234
|
+
* The name of the pipeline for which the stage will be rolled back.
|
2235
|
+
*/
|
2236
|
+
pipelineName: PipelineName;
|
2237
|
+
/**
|
2238
|
+
* The name of the stage in the pipeline to be rolled back.
|
2239
|
+
*/
|
2240
|
+
stageName: StageName;
|
2241
|
+
/**
|
2242
|
+
* The pipeline execution ID for the stage to be rolled back to.
|
2243
|
+
*/
|
2244
|
+
targetPipelineExecutionId: PipelineExecutionId;
|
2245
|
+
}
|
2246
|
+
export interface RollbackStageOutput {
|
2247
|
+
/**
|
2248
|
+
* The execution ID of the pipeline execution for the stage that has been rolled back.
|
2249
|
+
*/
|
2250
|
+
pipelineExecutionId: PipelineExecutionId;
|
2251
|
+
}
|
2180
2252
|
export interface S3ArtifactLocation {
|
2181
2253
|
/**
|
2182
2254
|
* The name of the S3 bucket.
|
@@ -2260,6 +2332,10 @@ declare namespace CodePipeline {
|
|
2260
2332
|
* The actions included in a stage.
|
2261
2333
|
*/
|
2262
2334
|
actions: StageActionDeclarationList;
|
2335
|
+
/**
|
2336
|
+
* The method to use when a stage has not completed successfully. For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.
|
2337
|
+
*/
|
2338
|
+
onFailure?: FailureConditions;
|
2263
2339
|
}
|
2264
2340
|
export interface StageExecution {
|
2265
2341
|
/**
|
@@ -2270,6 +2346,10 @@ declare namespace CodePipeline {
|
|
2270
2346
|
* The status of the stage, or for a completed stage, the last status of the stage. A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
|
2271
2347
|
*/
|
2272
2348
|
status: StageExecutionStatus;
|
2349
|
+
/**
|
2350
|
+
* The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
2351
|
+
*/
|
2352
|
+
type?: ExecutionType;
|
2273
2353
|
}
|
2274
2354
|
export type StageExecutionList = StageExecution[];
|
2275
2355
|
export type StageExecutionStatus = "Cancelled"|"InProgress"|"Failed"|"Stopped"|"Stopping"|"Succeeded"|string;
|
@@ -2357,6 +2437,12 @@ declare namespace CodePipeline {
|
|
2357
2437
|
}
|
2358
2438
|
export type StopPipelineExecutionReason = string;
|
2359
2439
|
export type String = string;
|
2440
|
+
export interface SucceededInStageFilter {
|
2441
|
+
/**
|
2442
|
+
* The name of the stage for filtering for pipeline executions where the stage was successful in the current pipeline version.
|
2443
|
+
*/
|
2444
|
+
stageName?: StageName;
|
2445
|
+
}
|
2360
2446
|
export interface Tag {
|
2361
2447
|
/**
|
2362
2448
|
* The tag's key.
|
@@ -2464,7 +2550,7 @@ declare namespace CodePipeline {
|
|
2464
2550
|
disabledReason?: DisabledReason;
|
2465
2551
|
}
|
2466
2552
|
export type TriggerDetail = string;
|
2467
|
-
export type TriggerType = "CreatePipeline"|"StartPipelineExecution"|"PollForSourceChanges"|"Webhook"|"CloudWatchEvent"|"PutActionRevision"|"WebhookV2"|string;
|
2553
|
+
export type TriggerType = "CreatePipeline"|"StartPipelineExecution"|"PollForSourceChanges"|"Webhook"|"CloudWatchEvent"|"PutActionRevision"|"WebhookV2"|"ManualRollback"|"AutomatedRollback"|string;
|
2468
2554
|
export interface UntagResourceInput {
|
2469
2555
|
/**
|
2470
2556
|
* The Amazon Resource Name (ARN) of the resource to remove tags from.
|
@@ -1102,7 +1102,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1102
1102
|
*/
|
1103
1103
|
UserCreateDate?: DateType;
|
1104
1104
|
/**
|
1105
|
-
* The date and time
|
1105
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
1106
1106
|
*/
|
1107
1107
|
UserLastModifiedDate?: DateType;
|
1108
1108
|
/**
|
@@ -1564,7 +1564,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1564
1564
|
*/
|
1565
1565
|
EventType?: EventType;
|
1566
1566
|
/**
|
1567
|
-
* The date and time
|
1567
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
1568
1568
|
*/
|
1569
1569
|
CreationDate?: DateType;
|
1570
1570
|
/**
|
@@ -1885,7 +1885,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1885
1885
|
*/
|
1886
1886
|
UserPoolId: UserPoolIdType;
|
1887
1887
|
/**
|
1888
|
-
* A unique resource server identifier for the resource server.
|
1888
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
1889
1889
|
*/
|
1890
1890
|
Identifier: ResourceServerIdentifierType;
|
1891
1891
|
/**
|
@@ -1977,7 +1977,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
1977
1977
|
*/
|
1978
1978
|
LogoutURLs?: LogoutURLsListType;
|
1979
1979
|
/**
|
1980
|
-
* The default redirect URI. Must be in the CallbackURLs list. A redirect URI must: Be an absolute URI. Be registered with the authorization server. Not include a fragment component.
|
1980
|
+
* The default redirect URI. In app clients with one assigned IdP, replaces redirect_uri in authentication requests. Must be in the CallbackURLs list. A redirect URI must: Be an absolute URI. Be registered with the authorization server. Not include a fragment component. For more information, see Default redirect URI. Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported.
|
1981
1981
|
*/
|
1982
1982
|
DefaultRedirectURI?: RedirectUrlType;
|
1983
1983
|
/**
|
@@ -2272,7 +2272,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2272
2272
|
*/
|
2273
2273
|
UserPoolId: UserPoolIdType;
|
2274
2274
|
/**
|
2275
|
-
*
|
2275
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
2276
2276
|
*/
|
2277
2277
|
Identifier: ResourceServerIdentifierType;
|
2278
2278
|
}
|
@@ -2393,7 +2393,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2393
2393
|
*/
|
2394
2394
|
DeviceCreateDate?: DateType;
|
2395
2395
|
/**
|
2396
|
-
* The date and time
|
2396
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2397
2397
|
*/
|
2398
2398
|
DeviceLastModifiedDate?: DateType;
|
2399
2399
|
/**
|
@@ -2775,11 +2775,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2775
2775
|
*/
|
2776
2776
|
Precedence?: PrecedenceType;
|
2777
2777
|
/**
|
2778
|
-
* The date and time
|
2778
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2779
2779
|
*/
|
2780
2780
|
LastModifiedDate?: DateType;
|
2781
2781
|
/**
|
2782
|
-
* The date and time
|
2782
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2783
2783
|
*/
|
2784
2784
|
CreationDate?: DateType;
|
2785
2785
|
}
|
@@ -2822,11 +2822,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
2822
2822
|
*/
|
2823
2823
|
IdpIdentifiers?: IdpIdentifiersListType;
|
2824
2824
|
/**
|
2825
|
-
* The date and time
|
2825
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2826
2826
|
*/
|
2827
2827
|
LastModifiedDate?: DateType;
|
2828
2828
|
/**
|
2829
|
-
* The date and time
|
2829
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
2830
2830
|
*/
|
2831
2831
|
CreationDate?: DateType;
|
2832
2832
|
}
|
@@ -3353,7 +3353,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3353
3353
|
*/
|
3354
3354
|
LastModifiedDate?: DateType;
|
3355
3355
|
/**
|
3356
|
-
* The date and time
|
3356
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3357
3357
|
*/
|
3358
3358
|
CreationDate?: DateType;
|
3359
3359
|
}
|
@@ -3445,7 +3445,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3445
3445
|
*/
|
3446
3446
|
UserPoolId?: UserPoolIdType;
|
3447
3447
|
/**
|
3448
|
-
*
|
3448
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
3449
3449
|
*/
|
3450
3450
|
Identifier?: ResourceServerIdentifierType;
|
3451
3451
|
/**
|
@@ -3544,7 +3544,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3544
3544
|
*/
|
3545
3545
|
RiskExceptionConfiguration?: RiskExceptionConfigurationType;
|
3546
3546
|
/**
|
3547
|
-
* The date and time
|
3547
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3548
3548
|
*/
|
3549
3549
|
LastModifiedDate?: DateType;
|
3550
3550
|
}
|
@@ -3931,11 +3931,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
3931
3931
|
*/
|
3932
3932
|
CSSVersion?: CSSVersionType;
|
3933
3933
|
/**
|
3934
|
-
* The date and time
|
3934
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3935
3935
|
*/
|
3936
3936
|
LastModifiedDate?: DateType;
|
3937
3937
|
/**
|
3938
|
-
* The date and time
|
3938
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
3939
3939
|
*/
|
3940
3940
|
CreationDate?: DateType;
|
3941
3941
|
}
|
@@ -4053,7 +4053,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4053
4053
|
*/
|
4054
4054
|
UserPoolId: UserPoolIdType;
|
4055
4055
|
/**
|
4056
|
-
*
|
4056
|
+
* A unique resource server identifier for the resource server. The identifier can be an API friendly name like solar-system-data. You can also set an API URL like https://solar-system-data-api.example.com as your identifier. Amazon Cognito represents scopes in the access token in the format $resource-server-identifier/$scope. Longer scope-identifier strings increase the size of your access tokens.
|
4057
4057
|
*/
|
4058
4058
|
Identifier: ResourceServerIdentifierType;
|
4059
4059
|
/**
|
@@ -4325,7 +4325,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4325
4325
|
*/
|
4326
4326
|
PreSignedUrl?: PreSignedUrlType;
|
4327
4327
|
/**
|
4328
|
-
* The date and time
|
4328
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4329
4329
|
*/
|
4330
4330
|
CreationDate?: DateType;
|
4331
4331
|
/**
|
@@ -4402,11 +4402,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4402
4402
|
*/
|
4403
4403
|
ClientSecret?: ClientSecretType;
|
4404
4404
|
/**
|
4405
|
-
* The date and time
|
4405
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4406
4406
|
*/
|
4407
4407
|
LastModifiedDate?: DateType;
|
4408
4408
|
/**
|
4409
|
-
* The date and time
|
4409
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4410
4410
|
*/
|
4411
4411
|
CreationDate?: DateType;
|
4412
4412
|
/**
|
@@ -4504,11 +4504,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4504
4504
|
*/
|
4505
4505
|
Status?: StatusType;
|
4506
4506
|
/**
|
4507
|
-
* The date and time
|
4507
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4508
4508
|
*/
|
4509
4509
|
LastModifiedDate?: DateType;
|
4510
4510
|
/**
|
4511
|
-
* The date and time
|
4511
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4512
4512
|
*/
|
4513
4513
|
CreationDate?: DateType;
|
4514
4514
|
}
|
@@ -4550,11 +4550,11 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4550
4550
|
*/
|
4551
4551
|
Status?: StatusType;
|
4552
4552
|
/**
|
4553
|
-
* The date and time
|
4553
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4554
4554
|
*/
|
4555
4555
|
LastModifiedDate?: DateType;
|
4556
4556
|
/**
|
4557
|
-
* The date and time
|
4557
|
+
* The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4558
4558
|
*/
|
4559
4559
|
CreationDate?: DateType;
|
4560
4560
|
/**
|
@@ -4673,7 +4673,7 @@ declare namespace CognitoIdentityServiceProvider {
|
|
4673
4673
|
*/
|
4674
4674
|
UserCreateDate?: DateType;
|
4675
4675
|
/**
|
4676
|
-
* The date and time
|
4676
|
+
* The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date object.
|
4677
4677
|
*/
|
4678
4678
|
UserLastModifiedDate?: DateType;
|
4679
4679
|
/**
|
@@ -197,6 +197,10 @@ declare namespace ConnectCampaigns {
|
|
197
197
|
* Enable or disable answering machine detection
|
198
198
|
*/
|
199
199
|
enableAnswerMachineDetection: Boolean;
|
200
|
+
/**
|
201
|
+
* Enable or disable await answer machine prompt
|
202
|
+
*/
|
203
|
+
awaitAnswerMachinePrompt?: Boolean;
|
200
204
|
}
|
201
205
|
export type Arn = string;
|
202
206
|
export type AttributeName = string;
|