@pgarbe/cdk-ecr-sync 0.5.30 → 0.5.31
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 +4 -4
- package/CHANGELOG.md +91 -1
- package/lib/ecr-sync.d.ts +0 -1
- package/lib/ecr-sync.js +4 -5
- package/lib/image.d.ts +0 -1
- package/lib/index.d.ts +0 -1
- package/lib/lambda/docker-adapter.d.ts +0 -1
- package/lib/lambda/docker-adapter.js +2 -3
- package/lib/lambda/ecr-adapter.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts +0 -1
- package/lib/lambda/get-image-tags-handler.js +3 -4
- package/node_modules/aws-sdk/CHANGELOG.md +57 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
- package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
- package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
- package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
- package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
- package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
- package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +81 -50
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
- package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +105 -48
- package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +146 -143
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
- package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
- package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
- package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
- package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +67 -53
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
- package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
- package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
- package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
- package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
- package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
- package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
- package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +63 -8
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
- package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
- package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +69 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/m2.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +6 -1
- package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
- package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
- package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +6 -6
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
- package/node_modules/aws-sdk/clients/voiceid.d.ts +46 -23
- package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +37 -10
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +197 -51
- package/node_modules/aws-sdk/dist/aws-sdk.js +1251 -237
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
- package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
- package/node_modules/aws-sdk/lib/util.js +15 -7
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +13 -13
- package/lib/ecr-sync.d.ts.map +0 -1
- package/lib/image.d.ts.map +0 -1
- package/lib/index.d.ts.map +0 -1
- package/lib/lambda/docker-adapter.d.ts.map +0 -1
- package/lib/lambda/ecr-adapter.d.ts.map +0 -1
- package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
|
@@ -543,6 +543,51 @@
|
|
|
543
543
|
},
|
|
544
544
|
"idempotent": true
|
|
545
545
|
},
|
|
546
|
+
"ListAttributeGroupsForApplication": {
|
|
547
|
+
"http": {
|
|
548
|
+
"method": "GET",
|
|
549
|
+
"requestUri": "/applications/{application}/attribute-group-details"
|
|
550
|
+
},
|
|
551
|
+
"input": {
|
|
552
|
+
"type": "structure",
|
|
553
|
+
"required": [
|
|
554
|
+
"application"
|
|
555
|
+
],
|
|
556
|
+
"members": {
|
|
557
|
+
"application": {
|
|
558
|
+
"location": "uri",
|
|
559
|
+
"locationName": "application"
|
|
560
|
+
},
|
|
561
|
+
"nextToken": {
|
|
562
|
+
"location": "querystring",
|
|
563
|
+
"locationName": "nextToken"
|
|
564
|
+
},
|
|
565
|
+
"maxResults": {
|
|
566
|
+
"location": "querystring",
|
|
567
|
+
"locationName": "maxResults",
|
|
568
|
+
"type": "integer"
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"output": {
|
|
573
|
+
"type": "structure",
|
|
574
|
+
"members": {
|
|
575
|
+
"attributeGroupsDetails": {
|
|
576
|
+
"type": "list",
|
|
577
|
+
"member": {
|
|
578
|
+
"type": "structure",
|
|
579
|
+
"members": {
|
|
580
|
+
"id": {},
|
|
581
|
+
"arn": {},
|
|
582
|
+
"name": {}
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"nextToken": {}
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"idempotent": true
|
|
590
|
+
},
|
|
546
591
|
"ListTagsForResource": {
|
|
547
592
|
"http": {
|
|
548
593
|
"method": "GET",
|
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
"output_token": "nextToken",
|
|
24
24
|
"limit_key": "maxResults",
|
|
25
25
|
"result_key": "attributeGroups"
|
|
26
|
+
},
|
|
27
|
+
"ListAttributeGroupsForApplication": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "attributeGroupsDetails"
|
|
26
32
|
}
|
|
27
33
|
}
|
|
28
34
|
}
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"members": {
|
|
70
70
|
"DomainId": {},
|
|
71
71
|
"FraudsterId": {
|
|
72
|
-
"shape": "
|
|
72
|
+
"shape": "Sm"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
}
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"members": {
|
|
85
85
|
"DomainId": {},
|
|
86
86
|
"SpeakerId": {
|
|
87
|
-
"shape": "
|
|
87
|
+
"shape": "So"
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"members": {
|
|
119
119
|
"DomainId": {},
|
|
120
120
|
"FraudsterId": {
|
|
121
|
-
"shape": "
|
|
121
|
+
"shape": "Sm"
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
},
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"type": "structure",
|
|
155
155
|
"members": {
|
|
156
156
|
"Job": {
|
|
157
|
-
"shape": "
|
|
157
|
+
"shape": "Sy"
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"members": {
|
|
170
170
|
"DomainId": {},
|
|
171
171
|
"SpeakerId": {
|
|
172
|
-
"shape": "
|
|
172
|
+
"shape": "So"
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
},
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"type": "structure",
|
|
178
178
|
"members": {
|
|
179
179
|
"Speaker": {
|
|
180
|
-
"shape": "
|
|
180
|
+
"shape": "S1d"
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"type": "structure",
|
|
199
199
|
"members": {
|
|
200
200
|
"Job": {
|
|
201
|
-
"shape": "
|
|
201
|
+
"shape": "S1j"
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
}
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
"CustomerSpeakerId": {
|
|
243
|
-
"shape": "
|
|
243
|
+
"shape": "S1e"
|
|
244
244
|
},
|
|
245
245
|
"Decision": {},
|
|
246
246
|
"GeneratedSpeakerId": {},
|
|
@@ -337,6 +337,9 @@
|
|
|
337
337
|
"ServerSideEncryptionConfiguration": {
|
|
338
338
|
"shape": "S5"
|
|
339
339
|
},
|
|
340
|
+
"ServerSideEncryptionUpdateDetails": {
|
|
341
|
+
"shape": "Sh"
|
|
342
|
+
},
|
|
340
343
|
"UpdatedAt": {
|
|
341
344
|
"type": "timestamp"
|
|
342
345
|
}
|
|
@@ -378,14 +381,14 @@
|
|
|
378
381
|
"type": "timestamp"
|
|
379
382
|
},
|
|
380
383
|
"FailureDetails": {
|
|
381
|
-
"shape": "
|
|
384
|
+
"shape": "S10"
|
|
382
385
|
},
|
|
383
386
|
"JobId": {},
|
|
384
387
|
"JobName": {
|
|
385
|
-
"shape": "
|
|
388
|
+
"shape": "S14"
|
|
386
389
|
},
|
|
387
390
|
"JobProgress": {
|
|
388
|
-
"shape": "
|
|
391
|
+
"shape": "S15"
|
|
389
392
|
},
|
|
390
393
|
"JobStatus": {}
|
|
391
394
|
}
|
|
@@ -426,14 +429,14 @@
|
|
|
426
429
|
"type": "timestamp"
|
|
427
430
|
},
|
|
428
431
|
"FailureDetails": {
|
|
429
|
-
"shape": "
|
|
432
|
+
"shape": "S10"
|
|
430
433
|
},
|
|
431
434
|
"JobId": {},
|
|
432
435
|
"JobName": {
|
|
433
|
-
"shape": "
|
|
436
|
+
"shape": "S14"
|
|
434
437
|
},
|
|
435
438
|
"JobProgress": {
|
|
436
|
-
"shape": "
|
|
439
|
+
"shape": "S15"
|
|
437
440
|
},
|
|
438
441
|
"JobStatus": {}
|
|
439
442
|
}
|
|
@@ -470,7 +473,7 @@
|
|
|
470
473
|
"type": "timestamp"
|
|
471
474
|
},
|
|
472
475
|
"CustomerSpeakerId": {
|
|
473
|
-
"shape": "
|
|
476
|
+
"shape": "S1e"
|
|
474
477
|
},
|
|
475
478
|
"DomainId": {},
|
|
476
479
|
"GeneratedSpeakerId": {},
|
|
@@ -516,7 +519,7 @@
|
|
|
516
519
|
"members": {
|
|
517
520
|
"DomainId": {},
|
|
518
521
|
"SpeakerId": {
|
|
519
|
-
"shape": "
|
|
522
|
+
"shape": "So"
|
|
520
523
|
}
|
|
521
524
|
}
|
|
522
525
|
},
|
|
@@ -524,7 +527,7 @@
|
|
|
524
527
|
"type": "structure",
|
|
525
528
|
"members": {
|
|
526
529
|
"Speaker": {
|
|
527
|
-
"shape": "
|
|
530
|
+
"shape": "S1d"
|
|
528
531
|
}
|
|
529
532
|
}
|
|
530
533
|
}
|
|
@@ -545,16 +548,16 @@
|
|
|
545
548
|
"DataAccessRoleArn": {},
|
|
546
549
|
"DomainId": {},
|
|
547
550
|
"InputDataConfig": {
|
|
548
|
-
"shape": "
|
|
551
|
+
"shape": "S12"
|
|
549
552
|
},
|
|
550
553
|
"JobName": {
|
|
551
|
-
"shape": "
|
|
554
|
+
"shape": "S14"
|
|
552
555
|
},
|
|
553
556
|
"OutputDataConfig": {
|
|
554
|
-
"shape": "
|
|
557
|
+
"shape": "S18"
|
|
555
558
|
},
|
|
556
559
|
"RegistrationConfig": {
|
|
557
|
-
"shape": "
|
|
560
|
+
"shape": "S19"
|
|
558
561
|
}
|
|
559
562
|
}
|
|
560
563
|
},
|
|
@@ -562,7 +565,7 @@
|
|
|
562
565
|
"type": "structure",
|
|
563
566
|
"members": {
|
|
564
567
|
"Job": {
|
|
565
|
-
"shape": "
|
|
568
|
+
"shape": "Sy"
|
|
566
569
|
}
|
|
567
570
|
}
|
|
568
571
|
},
|
|
@@ -584,16 +587,16 @@
|
|
|
584
587
|
"DataAccessRoleArn": {},
|
|
585
588
|
"DomainId": {},
|
|
586
589
|
"EnrollmentConfig": {
|
|
587
|
-
"shape": "
|
|
590
|
+
"shape": "S1k"
|
|
588
591
|
},
|
|
589
592
|
"InputDataConfig": {
|
|
590
|
-
"shape": "
|
|
593
|
+
"shape": "S12"
|
|
591
594
|
},
|
|
592
595
|
"JobName": {
|
|
593
|
-
"shape": "
|
|
596
|
+
"shape": "S14"
|
|
594
597
|
},
|
|
595
598
|
"OutputDataConfig": {
|
|
596
|
-
"shape": "
|
|
599
|
+
"shape": "S18"
|
|
597
600
|
}
|
|
598
601
|
}
|
|
599
602
|
},
|
|
@@ -601,7 +604,7 @@
|
|
|
601
604
|
"type": "structure",
|
|
602
605
|
"members": {
|
|
603
606
|
"Job": {
|
|
604
|
-
"shape": "
|
|
607
|
+
"shape": "S1j"
|
|
605
608
|
}
|
|
606
609
|
}
|
|
607
610
|
},
|
|
@@ -738,20 +741,31 @@
|
|
|
738
741
|
"ServerSideEncryptionConfiguration": {
|
|
739
742
|
"shape": "S5"
|
|
740
743
|
},
|
|
744
|
+
"ServerSideEncryptionUpdateDetails": {
|
|
745
|
+
"shape": "Sh"
|
|
746
|
+
},
|
|
741
747
|
"UpdatedAt": {
|
|
742
748
|
"type": "timestamp"
|
|
743
749
|
}
|
|
744
750
|
}
|
|
745
751
|
},
|
|
746
|
-
"
|
|
752
|
+
"Sh": {
|
|
753
|
+
"type": "structure",
|
|
754
|
+
"members": {
|
|
755
|
+
"Message": {},
|
|
756
|
+
"OldKmsKeyId": {},
|
|
757
|
+
"UpdateStatus": {}
|
|
758
|
+
}
|
|
759
|
+
},
|
|
760
|
+
"Sm": {
|
|
747
761
|
"type": "string",
|
|
748
762
|
"sensitive": true
|
|
749
763
|
},
|
|
750
|
-
"
|
|
764
|
+
"So": {
|
|
751
765
|
"type": "string",
|
|
752
766
|
"sensitive": true
|
|
753
767
|
},
|
|
754
|
-
"
|
|
768
|
+
"Sy": {
|
|
755
769
|
"type": "structure",
|
|
756
770
|
"members": {
|
|
757
771
|
"CreatedAt": {
|
|
@@ -763,28 +777,28 @@
|
|
|
763
777
|
"type": "timestamp"
|
|
764
778
|
},
|
|
765
779
|
"FailureDetails": {
|
|
766
|
-
"shape": "
|
|
780
|
+
"shape": "S10"
|
|
767
781
|
},
|
|
768
782
|
"InputDataConfig": {
|
|
769
|
-
"shape": "
|
|
783
|
+
"shape": "S12"
|
|
770
784
|
},
|
|
771
785
|
"JobId": {},
|
|
772
786
|
"JobName": {
|
|
773
|
-
"shape": "
|
|
787
|
+
"shape": "S14"
|
|
774
788
|
},
|
|
775
789
|
"JobProgress": {
|
|
776
|
-
"shape": "
|
|
790
|
+
"shape": "S15"
|
|
777
791
|
},
|
|
778
792
|
"JobStatus": {},
|
|
779
793
|
"OutputDataConfig": {
|
|
780
|
-
"shape": "
|
|
794
|
+
"shape": "S18"
|
|
781
795
|
},
|
|
782
796
|
"RegistrationConfig": {
|
|
783
|
-
"shape": "
|
|
797
|
+
"shape": "S19"
|
|
784
798
|
}
|
|
785
799
|
}
|
|
786
800
|
},
|
|
787
|
-
"
|
|
801
|
+
"S10": {
|
|
788
802
|
"type": "structure",
|
|
789
803
|
"members": {
|
|
790
804
|
"Message": {},
|
|
@@ -793,7 +807,7 @@
|
|
|
793
807
|
}
|
|
794
808
|
}
|
|
795
809
|
},
|
|
796
|
-
"
|
|
810
|
+
"S12": {
|
|
797
811
|
"type": "structure",
|
|
798
812
|
"required": [
|
|
799
813
|
"S3Uri"
|
|
@@ -802,11 +816,11 @@
|
|
|
802
816
|
"S3Uri": {}
|
|
803
817
|
}
|
|
804
818
|
},
|
|
805
|
-
"
|
|
819
|
+
"S14": {
|
|
806
820
|
"type": "string",
|
|
807
821
|
"sensitive": true
|
|
808
822
|
},
|
|
809
|
-
"
|
|
823
|
+
"S15": {
|
|
810
824
|
"type": "structure",
|
|
811
825
|
"members": {
|
|
812
826
|
"PercentComplete": {
|
|
@@ -814,7 +828,7 @@
|
|
|
814
828
|
}
|
|
815
829
|
}
|
|
816
830
|
},
|
|
817
|
-
"
|
|
831
|
+
"S18": {
|
|
818
832
|
"type": "structure",
|
|
819
833
|
"required": [
|
|
820
834
|
"S3Uri"
|
|
@@ -824,7 +838,7 @@
|
|
|
824
838
|
"S3Uri": {}
|
|
825
839
|
}
|
|
826
840
|
},
|
|
827
|
-
"
|
|
841
|
+
"S19": {
|
|
828
842
|
"type": "structure",
|
|
829
843
|
"members": {
|
|
830
844
|
"DuplicateRegistrationAction": {},
|
|
@@ -833,14 +847,14 @@
|
|
|
833
847
|
}
|
|
834
848
|
}
|
|
835
849
|
},
|
|
836
|
-
"
|
|
850
|
+
"S1d": {
|
|
837
851
|
"type": "structure",
|
|
838
852
|
"members": {
|
|
839
853
|
"CreatedAt": {
|
|
840
854
|
"type": "timestamp"
|
|
841
855
|
},
|
|
842
856
|
"CustomerSpeakerId": {
|
|
843
|
-
"shape": "
|
|
857
|
+
"shape": "S1e"
|
|
844
858
|
},
|
|
845
859
|
"DomainId": {},
|
|
846
860
|
"GeneratedSpeakerId": {},
|
|
@@ -853,11 +867,11 @@
|
|
|
853
867
|
}
|
|
854
868
|
}
|
|
855
869
|
},
|
|
856
|
-
"
|
|
870
|
+
"S1e": {
|
|
857
871
|
"type": "string",
|
|
858
872
|
"sensitive": true
|
|
859
873
|
},
|
|
860
|
-
"
|
|
874
|
+
"S1j": {
|
|
861
875
|
"type": "structure",
|
|
862
876
|
"members": {
|
|
863
877
|
"CreatedAt": {
|
|
@@ -869,28 +883,28 @@
|
|
|
869
883
|
"type": "timestamp"
|
|
870
884
|
},
|
|
871
885
|
"EnrollmentConfig": {
|
|
872
|
-
"shape": "
|
|
886
|
+
"shape": "S1k"
|
|
873
887
|
},
|
|
874
888
|
"FailureDetails": {
|
|
875
|
-
"shape": "
|
|
889
|
+
"shape": "S10"
|
|
876
890
|
},
|
|
877
891
|
"InputDataConfig": {
|
|
878
|
-
"shape": "
|
|
892
|
+
"shape": "S12"
|
|
879
893
|
},
|
|
880
894
|
"JobId": {},
|
|
881
895
|
"JobName": {
|
|
882
|
-
"shape": "
|
|
896
|
+
"shape": "S14"
|
|
883
897
|
},
|
|
884
898
|
"JobProgress": {
|
|
885
|
-
"shape": "
|
|
899
|
+
"shape": "S15"
|
|
886
900
|
},
|
|
887
901
|
"JobStatus": {},
|
|
888
902
|
"OutputDataConfig": {
|
|
889
|
-
"shape": "
|
|
903
|
+
"shape": "S18"
|
|
890
904
|
}
|
|
891
905
|
}
|
|
892
906
|
},
|
|
893
|
-
"
|
|
907
|
+
"S1k": {
|
|
894
908
|
"type": "structure",
|
|
895
909
|
"members": {
|
|
896
910
|
"ExistingEnrollmentAction": {},
|
|
@@ -305,3 +305,6 @@ export import PinpointSMSVoiceV2 = require('./pinpointsmsvoicev2');
|
|
|
305
305
|
export import Ivschat = require('./ivschat');
|
|
306
306
|
export import ChimeSDKMediaPipelines = require('./chimesdkmediapipelines');
|
|
307
307
|
export import EMRServerless = require('./emrserverless');
|
|
308
|
+
export import M2 = require('./m2');
|
|
309
|
+
export import RedshiftServerless = require('./redshiftserverless');
|
|
310
|
+
export import ConnectCampaigns = require('./connectcampaigns');
|
|
@@ -306,5 +306,8 @@ module.exports = {
|
|
|
306
306
|
PinpointSMSVoiceV2: require('./pinpointsmsvoicev2'),
|
|
307
307
|
Ivschat: require('./ivschat'),
|
|
308
308
|
ChimeSDKMediaPipelines: require('./chimesdkmediapipelines'),
|
|
309
|
-
EMRServerless: require('./emrserverless')
|
|
309
|
+
EMRServerless: require('./emrserverless'),
|
|
310
|
+
M2: require('./m2'),
|
|
311
|
+
RedshiftServerless: require('./redshiftserverless'),
|
|
312
|
+
ConnectCampaigns: require('./connectcampaigns')
|
|
310
313
|
};
|
|
@@ -287,7 +287,13 @@ declare namespace ApplicationInsights {
|
|
|
287
287
|
* The issues on the user side that block Application Insights from successfully monitoring an application. Example remarks include: “Configuring application, detected 1 Errors, 3 Warnings” “Configuring application, detected 1 Unconfigured Components”
|
|
288
288
|
*/
|
|
289
289
|
Remarks?: Remarks;
|
|
290
|
+
/**
|
|
291
|
+
* Indicates whether auto-configuration is turned on for this application.
|
|
292
|
+
*/
|
|
290
293
|
AutoConfigEnabled?: AutoConfigEnabled;
|
|
294
|
+
/**
|
|
295
|
+
* The method used by Application Insights to onboard your resources.
|
|
296
|
+
*/
|
|
291
297
|
DiscoveryType?: DiscoveryType;
|
|
292
298
|
}
|
|
293
299
|
export type ApplicationInfoList = ApplicationInfo[];
|
|
@@ -358,8 +364,18 @@ declare namespace ApplicationInsights {
|
|
|
358
364
|
* List of tags to add to the application. tag key (Key) and an associated tag value (Value). The maximum length of a tag key is 128 characters. The maximum length of a tag value is 256 characters.
|
|
359
365
|
*/
|
|
360
366
|
Tags?: TagList;
|
|
367
|
+
/**
|
|
368
|
+
* Indicates whether Application Insights automatically configures unmonitored resources in the resource group.
|
|
369
|
+
*/
|
|
361
370
|
AutoConfigEnabled?: AutoConfigEnabled;
|
|
371
|
+
/**
|
|
372
|
+
* Configures all of the resources in the resource group by applying the recommended configurations.
|
|
373
|
+
*/
|
|
362
374
|
AutoCreate?: AutoCreate;
|
|
375
|
+
/**
|
|
376
|
+
* Application Insights can create applications based on a resource group or on an account. To create an account-based application using all of the resources in the account, set this parameter to ACCOUNT_BASED.
|
|
377
|
+
*/
|
|
378
|
+
GroupingType?: GroupingType;
|
|
363
379
|
}
|
|
364
380
|
export interface CreateApplicationResponse {
|
|
365
381
|
/**
|
|
@@ -474,7 +490,7 @@ declare namespace ApplicationInsights {
|
|
|
474
490
|
*/
|
|
475
491
|
ComponentName: ComponentName;
|
|
476
492
|
/**
|
|
477
|
-
* The tier of the application component.
|
|
493
|
+
* The tier of the application component.
|
|
478
494
|
*/
|
|
479
495
|
Tier: Tier;
|
|
480
496
|
}
|
|
@@ -596,6 +612,7 @@ declare namespace ApplicationInsights {
|
|
|
596
612
|
export type Feedback = {[key: string]: FeedbackValue};
|
|
597
613
|
export type FeedbackKey = "INSIGHTS_FEEDBACK"|string;
|
|
598
614
|
export type FeedbackValue = "NOT_SPECIFIED"|"USEFUL"|"NOT_USEFUL"|string;
|
|
615
|
+
export type GroupingType = "ACCOUNT_BASED"|string;
|
|
599
616
|
export type HealthEventArn = string;
|
|
600
617
|
export type HealthEventDescription = string;
|
|
601
618
|
export type HealthEventTypeCategory = string;
|
|
@@ -766,6 +783,9 @@ declare namespace ApplicationInsights {
|
|
|
766
783
|
* The token to request the next page of results.
|
|
767
784
|
*/
|
|
768
785
|
NextToken?: PaginationToken;
|
|
786
|
+
/**
|
|
787
|
+
* The name of the component.
|
|
788
|
+
*/
|
|
769
789
|
ComponentName?: ComponentName;
|
|
770
790
|
}
|
|
771
791
|
export interface ListProblemsResponse {
|
|
@@ -777,6 +797,9 @@ declare namespace ApplicationInsights {
|
|
|
777
797
|
* The token used to retrieve the next page of results. This value is null when there are no more results to return.
|
|
778
798
|
*/
|
|
779
799
|
NextToken?: PaginationToken;
|
|
800
|
+
/**
|
|
801
|
+
* The name of the resource group.
|
|
802
|
+
*/
|
|
780
803
|
ResourceGroupName?: ResourceGroupName;
|
|
781
804
|
}
|
|
782
805
|
export interface ListTagsForResourceRequest {
|
|
@@ -1053,7 +1076,13 @@ declare namespace ApplicationInsights {
|
|
|
1053
1076
|
* Feedback provided by the user about the problem.
|
|
1054
1077
|
*/
|
|
1055
1078
|
Feedback?: Feedback;
|
|
1079
|
+
/**
|
|
1080
|
+
* The number of times that the same problem reoccurred after the first time it was resolved.
|
|
1081
|
+
*/
|
|
1056
1082
|
RecurringCount?: RecurringCount;
|
|
1083
|
+
/**
|
|
1084
|
+
* The last time that the problem reoccurred after its last resolution.
|
|
1085
|
+
*/
|
|
1057
1086
|
LastRecurrenceTime?: LastRecurrenceTime;
|
|
1058
1087
|
}
|
|
1059
1088
|
export type ProblemId = string;
|
|
@@ -1074,7 +1103,7 @@ declare namespace ApplicationInsights {
|
|
|
1074
1103
|
export type ResourceList = ResourceARN[];
|
|
1075
1104
|
export type ResourceType = string;
|
|
1076
1105
|
export type S3EventName = string;
|
|
1077
|
-
export type SeverityLevel = "Low"|"Medium"|"High"|string;
|
|
1106
|
+
export type SeverityLevel = "Informative"|"Low"|"Medium"|"High"|string;
|
|
1078
1107
|
export type SourceARN = string;
|
|
1079
1108
|
export type SourceType = string;
|
|
1080
1109
|
export type StartTime = Date;
|
|
@@ -1145,6 +1174,9 @@ declare namespace ApplicationInsights {
|
|
|
1145
1174
|
* Disassociates the SNS topic from the opsItem created for detected problems.
|
|
1146
1175
|
*/
|
|
1147
1176
|
RemoveSNSTopic?: RemoveSNSTopic;
|
|
1177
|
+
/**
|
|
1178
|
+
* Turns auto-configuration on or off.
|
|
1179
|
+
*/
|
|
1148
1180
|
AutoConfigEnabled?: AutoConfigEnabled;
|
|
1149
1181
|
}
|
|
1150
1182
|
export interface UpdateApplicationResponse {
|
|
@@ -1167,13 +1199,16 @@ declare namespace ApplicationInsights {
|
|
|
1167
1199
|
*/
|
|
1168
1200
|
Monitor?: Monitor;
|
|
1169
1201
|
/**
|
|
1170
|
-
* The tier of the application component.
|
|
1202
|
+
* The tier of the application component.
|
|
1171
1203
|
*/
|
|
1172
1204
|
Tier?: Tier;
|
|
1173
1205
|
/**
|
|
1174
1206
|
* The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to DescribeComponentConfigurationRecommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.
|
|
1175
1207
|
*/
|
|
1176
1208
|
ComponentConfiguration?: ComponentConfiguration;
|
|
1209
|
+
/**
|
|
1210
|
+
* Automatically configures the component by applying the recommended configurations.
|
|
1211
|
+
*/
|
|
1177
1212
|
AutoConfigEnabled?: AutoConfigEnabled;
|
|
1178
1213
|
}
|
|
1179
1214
|
export interface UpdateComponentConfigurationResponse {
|
|
@@ -276,11 +276,11 @@ declare class AuditManager extends Service {
|
|
|
276
276
|
*/
|
|
277
277
|
getOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.GetOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.GetOrganizationAdminAccountResponse, AWSError>;
|
|
278
278
|
/**
|
|
279
|
-
* Returns a list of the in-scope Amazon Web Services
|
|
279
|
+
* Returns a list of the in-scope Amazon Web Services for the specified assessment.
|
|
280
280
|
*/
|
|
281
281
|
getServicesInScope(params: AuditManager.Types.GetServicesInScopeRequest, callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
|
282
282
|
/**
|
|
283
|
-
* Returns a list of the in-scope Amazon Web Services
|
|
283
|
+
* Returns a list of the in-scope Amazon Web Services for the specified assessment.
|
|
284
284
|
*/
|
|
285
285
|
getServicesInScope(callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
|
286
286
|
/**
|
|
@@ -404,11 +404,11 @@ declare class AuditManager extends Service {
|
|
|
404
404
|
*/
|
|
405
405
|
registerOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
|
|
406
406
|
/**
|
|
407
|
-
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
407
|
+
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region. Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs: The sender revokes the share request. The recipient declines the share request. The recipient encounters an error and doesn't successfully accept the share request. The share request expires before the recipient responds to the request. When a sender resends a share request, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework. When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
408
408
|
*/
|
|
409
409
|
startAssessmentFrameworkShare(params: AuditManager.Types.StartAssessmentFrameworkShareRequest, callback?: (err: AWSError, data: AuditManager.Types.StartAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.StartAssessmentFrameworkShareResponse, AWSError>;
|
|
410
410
|
/**
|
|
411
|
-
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
411
|
+
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region. Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs: The sender revokes the share request. The recipient declines the share request. The recipient encounters an error and doesn't successfully accept the share request. The share request expires before the recipient responds to the request. When a sender resends a share request, the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework. When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
412
412
|
*/
|
|
413
413
|
startAssessmentFrameworkShare(callback?: (err: AWSError, data: AuditManager.Types.StartAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.StartAssessmentFrameworkShareResponse, AWSError>;
|
|
414
414
|
/**
|
|
@@ -677,7 +677,7 @@ declare namespace AuditManager {
|
|
|
677
677
|
*/
|
|
678
678
|
evidenceResourcesIncludedCount?: Integer;
|
|
679
679
|
/**
|
|
680
|
-
* The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services
|
|
680
|
+
* The number of evidence that falls under the configuration data category. This evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM.
|
|
681
681
|
*/
|
|
682
682
|
evidenceByTypeConfigurationDataCount?: Integer;
|
|
683
683
|
/**
|
|
@@ -2659,11 +2659,11 @@ declare namespace AuditManager {
|
|
|
2659
2659
|
/**
|
|
2660
2660
|
* The type of customer persona. In CreateAssessment, roleType can only be PROCESS_OWNER. In UpdateSettings, roleType can only be PROCESS_OWNER. In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.
|
|
2661
2661
|
*/
|
|
2662
|
-
roleType
|
|
2662
|
+
roleType: RoleType;
|
|
2663
2663
|
/**
|
|
2664
2664
|
* The Amazon Resource Name (ARN) of the IAM role.
|
|
2665
2665
|
*/
|
|
2666
|
-
roleArn
|
|
2666
|
+
roleArn: IamArn;
|
|
2667
2667
|
}
|
|
2668
2668
|
export type RoleType = "PROCESS_OWNER"|"RESOURCE_OWNER"|string;
|
|
2669
2669
|
export type Roles = Role[];
|