cdk-docker-image-deployment 0.0.51 → 0.0.53
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 +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +153 -80
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +13 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +383 -95
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +40 -28
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +150 -84
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
- package/node_modules/aws-sdk/clients/acmpca.d.ts +10 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +542 -157
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -28
- package/node_modules/aws-sdk/clients/location.d.ts +8 -8
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
- package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +71 -1
- package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/model/api.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -3745,66 +3745,13 @@
|
|
|
3745
3745
|
],
|
|
3746
3746
|
"members": {
|
|
3747
3747
|
"Metrics": {
|
|
3748
|
-
"
|
|
3749
|
-
"required": [
|
|
3750
|
-
"CostPerHour",
|
|
3751
|
-
"CostPerInference",
|
|
3752
|
-
"MaxInvocations",
|
|
3753
|
-
"ModelLatency"
|
|
3754
|
-
],
|
|
3755
|
-
"members": {
|
|
3756
|
-
"CostPerHour": {
|
|
3757
|
-
"type": "float"
|
|
3758
|
-
},
|
|
3759
|
-
"CostPerInference": {
|
|
3760
|
-
"type": "float"
|
|
3761
|
-
},
|
|
3762
|
-
"MaxInvocations": {
|
|
3763
|
-
"type": "integer"
|
|
3764
|
-
},
|
|
3765
|
-
"ModelLatency": {
|
|
3766
|
-
"type": "integer"
|
|
3767
|
-
}
|
|
3768
|
-
}
|
|
3748
|
+
"shape": "Su7"
|
|
3769
3749
|
},
|
|
3770
3750
|
"EndpointConfiguration": {
|
|
3771
|
-
"
|
|
3772
|
-
"required": [
|
|
3773
|
-
"EndpointName",
|
|
3774
|
-
"VariantName",
|
|
3775
|
-
"InstanceType",
|
|
3776
|
-
"InitialInstanceCount"
|
|
3777
|
-
],
|
|
3778
|
-
"members": {
|
|
3779
|
-
"EndpointName": {},
|
|
3780
|
-
"VariantName": {},
|
|
3781
|
-
"InstanceType": {},
|
|
3782
|
-
"InitialInstanceCount": {
|
|
3783
|
-
"type": "integer"
|
|
3784
|
-
}
|
|
3785
|
-
}
|
|
3751
|
+
"shape": "Su8"
|
|
3786
3752
|
},
|
|
3787
3753
|
"ModelConfiguration": {
|
|
3788
|
-
"
|
|
3789
|
-
"members": {
|
|
3790
|
-
"InferenceSpecificationName": {},
|
|
3791
|
-
"EnvironmentParameters": {
|
|
3792
|
-
"type": "list",
|
|
3793
|
-
"member": {
|
|
3794
|
-
"type": "structure",
|
|
3795
|
-
"required": [
|
|
3796
|
-
"Key",
|
|
3797
|
-
"ValueType",
|
|
3798
|
-
"Value"
|
|
3799
|
-
],
|
|
3800
|
-
"members": {
|
|
3801
|
-
"Key": {},
|
|
3802
|
-
"ValueType": {},
|
|
3803
|
-
"Value": {}
|
|
3804
|
-
}
|
|
3805
|
-
}
|
|
3806
|
-
}
|
|
3807
|
-
}
|
|
3754
|
+
"shape": "Su9"
|
|
3808
3755
|
}
|
|
3809
3756
|
}
|
|
3810
3757
|
}
|
|
@@ -6631,6 +6578,63 @@
|
|
|
6631
6578
|
}
|
|
6632
6579
|
}
|
|
6633
6580
|
},
|
|
6581
|
+
"ListInferenceRecommendationsJobSteps": {
|
|
6582
|
+
"input": {
|
|
6583
|
+
"type": "structure",
|
|
6584
|
+
"required": [
|
|
6585
|
+
"JobName"
|
|
6586
|
+
],
|
|
6587
|
+
"members": {
|
|
6588
|
+
"JobName": {},
|
|
6589
|
+
"Status": {},
|
|
6590
|
+
"StepType": {},
|
|
6591
|
+
"MaxResults": {
|
|
6592
|
+
"type": "integer"
|
|
6593
|
+
},
|
|
6594
|
+
"NextToken": {}
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
6597
|
+
"output": {
|
|
6598
|
+
"type": "structure",
|
|
6599
|
+
"members": {
|
|
6600
|
+
"Steps": {
|
|
6601
|
+
"type": "list",
|
|
6602
|
+
"member": {
|
|
6603
|
+
"type": "structure",
|
|
6604
|
+
"required": [
|
|
6605
|
+
"StepType",
|
|
6606
|
+
"JobName",
|
|
6607
|
+
"Status"
|
|
6608
|
+
],
|
|
6609
|
+
"members": {
|
|
6610
|
+
"StepType": {},
|
|
6611
|
+
"JobName": {},
|
|
6612
|
+
"Status": {},
|
|
6613
|
+
"InferenceBenchmark": {
|
|
6614
|
+
"type": "structure",
|
|
6615
|
+
"required": [
|
|
6616
|
+
"ModelConfiguration"
|
|
6617
|
+
],
|
|
6618
|
+
"members": {
|
|
6619
|
+
"Metrics": {
|
|
6620
|
+
"shape": "Su7"
|
|
6621
|
+
},
|
|
6622
|
+
"EndpointConfiguration": {
|
|
6623
|
+
"shape": "Su8"
|
|
6624
|
+
},
|
|
6625
|
+
"ModelConfiguration": {
|
|
6626
|
+
"shape": "Su9"
|
|
6627
|
+
},
|
|
6628
|
+
"FailureReason": {}
|
|
6629
|
+
}
|
|
6630
|
+
}
|
|
6631
|
+
}
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6634
|
+
"NextToken": {}
|
|
6635
|
+
}
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6634
6638
|
"ListInferenceRecommendationsJobs": {
|
|
6635
6639
|
"input": {
|
|
6636
6640
|
"type": "structure",
|
|
@@ -7522,7 +7526,7 @@
|
|
|
7522
7526
|
"CallbackToken": {},
|
|
7523
7527
|
"SqsQueueUrl": {},
|
|
7524
7528
|
"OutputParameters": {
|
|
7525
|
-
"shape": "
|
|
7529
|
+
"shape": "S15l"
|
|
7526
7530
|
}
|
|
7527
7531
|
}
|
|
7528
7532
|
},
|
|
@@ -7531,7 +7535,7 @@
|
|
|
7531
7535
|
"members": {
|
|
7532
7536
|
"Arn": {},
|
|
7533
7537
|
"OutputParameters": {
|
|
7534
|
-
"shape": "
|
|
7538
|
+
"shape": "S15l"
|
|
7535
7539
|
}
|
|
7536
7540
|
}
|
|
7537
7541
|
},
|
|
@@ -7658,7 +7662,7 @@
|
|
|
7658
7662
|
"type": "structure",
|
|
7659
7663
|
"members": {
|
|
7660
7664
|
"PipelineParameters": {
|
|
7661
|
-
"shape": "
|
|
7665
|
+
"shape": "S160"
|
|
7662
7666
|
},
|
|
7663
7667
|
"NextToken": {}
|
|
7664
7668
|
}
|
|
@@ -8466,7 +8470,7 @@
|
|
|
8466
8470
|
"members": {
|
|
8467
8471
|
"DeviceFleetName": {},
|
|
8468
8472
|
"Devices": {
|
|
8469
|
-
"shape": "
|
|
8473
|
+
"shape": "S18h"
|
|
8470
8474
|
},
|
|
8471
8475
|
"Tags": {
|
|
8472
8476
|
"shape": "S7"
|
|
@@ -8556,7 +8560,7 @@
|
|
|
8556
8560
|
"members": {
|
|
8557
8561
|
"Resource": {},
|
|
8558
8562
|
"SearchExpression": {
|
|
8559
|
-
"shape": "
|
|
8563
|
+
"shape": "S18s"
|
|
8560
8564
|
},
|
|
8561
8565
|
"SortBy": {},
|
|
8562
8566
|
"SortOrder": {},
|
|
@@ -8575,7 +8579,7 @@
|
|
|
8575
8579
|
"type": "structure",
|
|
8576
8580
|
"members": {
|
|
8577
8581
|
"TrainingJob": {
|
|
8578
|
-
"shape": "
|
|
8582
|
+
"shape": "S195"
|
|
8579
8583
|
},
|
|
8580
8584
|
"Experiment": {
|
|
8581
8585
|
"type": "structure",
|
|
@@ -8703,7 +8707,7 @@
|
|
|
8703
8707
|
"members": {
|
|
8704
8708
|
"SourceArn": {},
|
|
8705
8709
|
"TrainingJob": {
|
|
8706
|
-
"shape": "
|
|
8710
|
+
"shape": "S195"
|
|
8707
8711
|
},
|
|
8708
8712
|
"ProcessingJob": {
|
|
8709
8713
|
"type": "structure",
|
|
@@ -9031,7 +9035,7 @@
|
|
|
9031
9035
|
"shape": "Sjg"
|
|
9032
9036
|
},
|
|
9033
9037
|
"PipelineParameters": {
|
|
9034
|
-
"shape": "
|
|
9038
|
+
"shape": "S160"
|
|
9035
9039
|
}
|
|
9036
9040
|
}
|
|
9037
9041
|
},
|
|
@@ -9204,7 +9208,7 @@
|
|
|
9204
9208
|
"members": {
|
|
9205
9209
|
"CallbackToken": {},
|
|
9206
9210
|
"OutputParameters": {
|
|
9207
|
-
"shape": "
|
|
9211
|
+
"shape": "S15l"
|
|
9208
9212
|
},
|
|
9209
9213
|
"ClientRequestToken": {
|
|
9210
9214
|
"idempotencyToken": true
|
|
@@ -9264,7 +9268,7 @@
|
|
|
9264
9268
|
"PipelineName": {},
|
|
9265
9269
|
"PipelineExecutionDisplayName": {},
|
|
9266
9270
|
"PipelineParameters": {
|
|
9267
|
-
"shape": "
|
|
9271
|
+
"shape": "S160"
|
|
9268
9272
|
},
|
|
9269
9273
|
"PipelineExecutionDescription": {},
|
|
9270
9274
|
"ClientRequestToken": {
|
|
@@ -9451,7 +9455,7 @@
|
|
|
9451
9455
|
"shape": "S1o"
|
|
9452
9456
|
},
|
|
9453
9457
|
"PropertiesToRemove": {
|
|
9454
|
-
"shape": "
|
|
9458
|
+
"shape": "S1af"
|
|
9455
9459
|
}
|
|
9456
9460
|
}
|
|
9457
9461
|
},
|
|
@@ -9495,7 +9499,7 @@
|
|
|
9495
9499
|
"shape": "S1o"
|
|
9496
9500
|
},
|
|
9497
9501
|
"PropertiesToRemove": {
|
|
9498
|
-
"shape": "
|
|
9502
|
+
"shape": "S1af"
|
|
9499
9503
|
}
|
|
9500
9504
|
}
|
|
9501
9505
|
},
|
|
@@ -9545,7 +9549,7 @@
|
|
|
9545
9549
|
"shape": "S1o"
|
|
9546
9550
|
},
|
|
9547
9551
|
"PropertiesToRemove": {
|
|
9548
|
-
"shape": "
|
|
9552
|
+
"shape": "S1af"
|
|
9549
9553
|
}
|
|
9550
9554
|
}
|
|
9551
9555
|
},
|
|
@@ -9586,7 +9590,7 @@
|
|
|
9586
9590
|
"members": {
|
|
9587
9591
|
"DeviceFleetName": {},
|
|
9588
9592
|
"Devices": {
|
|
9589
|
-
"shape": "
|
|
9593
|
+
"shape": "S18h"
|
|
9590
9594
|
}
|
|
9591
9595
|
}
|
|
9592
9596
|
}
|
|
@@ -10096,19 +10100,19 @@
|
|
|
10096
10100
|
"shape": "Smj"
|
|
10097
10101
|
},
|
|
10098
10102
|
"ParametersToRemove": {
|
|
10099
|
-
"shape": "
|
|
10103
|
+
"shape": "S1c9"
|
|
10100
10104
|
},
|
|
10101
10105
|
"InputArtifacts": {
|
|
10102
10106
|
"shape": "Smn"
|
|
10103
10107
|
},
|
|
10104
10108
|
"InputArtifactsToRemove": {
|
|
10105
|
-
"shape": "
|
|
10109
|
+
"shape": "S1c9"
|
|
10106
10110
|
},
|
|
10107
10111
|
"OutputArtifacts": {
|
|
10108
10112
|
"shape": "Smn"
|
|
10109
10113
|
},
|
|
10110
10114
|
"OutputArtifactsToRemove": {
|
|
10111
|
-
"shape": "
|
|
10115
|
+
"shape": "S1c9"
|
|
10112
10116
|
}
|
|
10113
10117
|
}
|
|
10114
10118
|
},
|
|
@@ -13830,6 +13834,68 @@
|
|
|
13830
13834
|
"ObjectiveStatus": {}
|
|
13831
13835
|
}
|
|
13832
13836
|
},
|
|
13837
|
+
"Su7": {
|
|
13838
|
+
"type": "structure",
|
|
13839
|
+
"required": [
|
|
13840
|
+
"CostPerHour",
|
|
13841
|
+
"CostPerInference",
|
|
13842
|
+
"MaxInvocations",
|
|
13843
|
+
"ModelLatency"
|
|
13844
|
+
],
|
|
13845
|
+
"members": {
|
|
13846
|
+
"CostPerHour": {
|
|
13847
|
+
"type": "float"
|
|
13848
|
+
},
|
|
13849
|
+
"CostPerInference": {
|
|
13850
|
+
"type": "float"
|
|
13851
|
+
},
|
|
13852
|
+
"MaxInvocations": {
|
|
13853
|
+
"type": "integer"
|
|
13854
|
+
},
|
|
13855
|
+
"ModelLatency": {
|
|
13856
|
+
"type": "integer"
|
|
13857
|
+
}
|
|
13858
|
+
}
|
|
13859
|
+
},
|
|
13860
|
+
"Su8": {
|
|
13861
|
+
"type": "structure",
|
|
13862
|
+
"required": [
|
|
13863
|
+
"EndpointName",
|
|
13864
|
+
"VariantName",
|
|
13865
|
+
"InstanceType",
|
|
13866
|
+
"InitialInstanceCount"
|
|
13867
|
+
],
|
|
13868
|
+
"members": {
|
|
13869
|
+
"EndpointName": {},
|
|
13870
|
+
"VariantName": {},
|
|
13871
|
+
"InstanceType": {},
|
|
13872
|
+
"InitialInstanceCount": {
|
|
13873
|
+
"type": "integer"
|
|
13874
|
+
}
|
|
13875
|
+
}
|
|
13876
|
+
},
|
|
13877
|
+
"Su9": {
|
|
13878
|
+
"type": "structure",
|
|
13879
|
+
"members": {
|
|
13880
|
+
"InferenceSpecificationName": {},
|
|
13881
|
+
"EnvironmentParameters": {
|
|
13882
|
+
"type": "list",
|
|
13883
|
+
"member": {
|
|
13884
|
+
"type": "structure",
|
|
13885
|
+
"required": [
|
|
13886
|
+
"Key",
|
|
13887
|
+
"ValueType",
|
|
13888
|
+
"Value"
|
|
13889
|
+
],
|
|
13890
|
+
"members": {
|
|
13891
|
+
"Key": {},
|
|
13892
|
+
"ValueType": {},
|
|
13893
|
+
"Value": {}
|
|
13894
|
+
}
|
|
13895
|
+
}
|
|
13896
|
+
}
|
|
13897
|
+
}
|
|
13898
|
+
},
|
|
13833
13899
|
"Sui": {
|
|
13834
13900
|
"type": "structure",
|
|
13835
13901
|
"members": {
|
|
@@ -14166,7 +14232,7 @@
|
|
|
14166
14232
|
}
|
|
14167
14233
|
}
|
|
14168
14234
|
},
|
|
14169
|
-
"
|
|
14235
|
+
"S15l": {
|
|
14170
14236
|
"type": "list",
|
|
14171
14237
|
"member": {
|
|
14172
14238
|
"type": "structure",
|
|
@@ -14180,7 +14246,7 @@
|
|
|
14180
14246
|
}
|
|
14181
14247
|
}
|
|
14182
14248
|
},
|
|
14183
|
-
"
|
|
14249
|
+
"S160": {
|
|
14184
14250
|
"type": "list",
|
|
14185
14251
|
"member": {
|
|
14186
14252
|
"type": "structure",
|
|
@@ -14194,7 +14260,7 @@
|
|
|
14194
14260
|
}
|
|
14195
14261
|
}
|
|
14196
14262
|
},
|
|
14197
|
-
"
|
|
14263
|
+
"S18h": {
|
|
14198
14264
|
"type": "list",
|
|
14199
14265
|
"member": {
|
|
14200
14266
|
"type": "structure",
|
|
@@ -14208,11 +14274,11 @@
|
|
|
14208
14274
|
}
|
|
14209
14275
|
}
|
|
14210
14276
|
},
|
|
14211
|
-
"
|
|
14277
|
+
"S18s": {
|
|
14212
14278
|
"type": "structure",
|
|
14213
14279
|
"members": {
|
|
14214
14280
|
"Filters": {
|
|
14215
|
-
"shape": "
|
|
14281
|
+
"shape": "S18t"
|
|
14216
14282
|
},
|
|
14217
14283
|
"NestedFilters": {
|
|
14218
14284
|
"type": "list",
|
|
@@ -14225,7 +14291,7 @@
|
|
|
14225
14291
|
"members": {
|
|
14226
14292
|
"NestedPropertyName": {},
|
|
14227
14293
|
"Filters": {
|
|
14228
|
-
"shape": "
|
|
14294
|
+
"shape": "S18t"
|
|
14229
14295
|
}
|
|
14230
14296
|
}
|
|
14231
14297
|
}
|
|
@@ -14233,13 +14299,13 @@
|
|
|
14233
14299
|
"SubExpressions": {
|
|
14234
14300
|
"type": "list",
|
|
14235
14301
|
"member": {
|
|
14236
|
-
"shape": "
|
|
14302
|
+
"shape": "S18s"
|
|
14237
14303
|
}
|
|
14238
14304
|
},
|
|
14239
14305
|
"Operator": {}
|
|
14240
14306
|
}
|
|
14241
14307
|
},
|
|
14242
|
-
"
|
|
14308
|
+
"S18t": {
|
|
14243
14309
|
"type": "list",
|
|
14244
14310
|
"member": {
|
|
14245
14311
|
"type": "structure",
|
|
@@ -14253,7 +14319,7 @@
|
|
|
14253
14319
|
}
|
|
14254
14320
|
}
|
|
14255
14321
|
},
|
|
14256
|
-
"
|
|
14322
|
+
"S195": {
|
|
14257
14323
|
"type": "structure",
|
|
14258
14324
|
"members": {
|
|
14259
14325
|
"TrainingJobName": {},
|
|
@@ -14351,11 +14417,11 @@
|
|
|
14351
14417
|
}
|
|
14352
14418
|
}
|
|
14353
14419
|
},
|
|
14354
|
-
"
|
|
14420
|
+
"S1af": {
|
|
14355
14421
|
"type": "list",
|
|
14356
14422
|
"member": {}
|
|
14357
14423
|
},
|
|
14358
|
-
"
|
|
14424
|
+
"S1c9": {
|
|
14359
14425
|
"type": "list",
|
|
14360
14426
|
"member": {}
|
|
14361
14427
|
}
|
|
@@ -156,6 +156,12 @@
|
|
|
156
156
|
"limit_key": "MaxResults",
|
|
157
157
|
"result_key": "Images"
|
|
158
158
|
},
|
|
159
|
+
"ListInferenceRecommendationsJobSteps": {
|
|
160
|
+
"input_token": "NextToken",
|
|
161
|
+
"output_token": "NextToken",
|
|
162
|
+
"limit_key": "MaxResults",
|
|
163
|
+
"result_key": "Steps"
|
|
164
|
+
},
|
|
159
165
|
"ListInferenceRecommendationsJobs": {
|
|
160
166
|
"input_token": "NextToken",
|
|
161
167
|
"output_token": "NextToken",
|
|
@@ -551,14 +551,34 @@ declare namespace AccessAnalyzer {
|
|
|
551
551
|
}
|
|
552
552
|
export type ConditionKeyMap = {[key: string]: String};
|
|
553
553
|
export interface Configuration {
|
|
554
|
+
/**
|
|
555
|
+
* The access control configuration is for an Amazon EBS volume snapshot.
|
|
556
|
+
*/
|
|
557
|
+
ebsSnapshot?: EbsSnapshotConfiguration;
|
|
558
|
+
/**
|
|
559
|
+
* The access control configuration is for an Amazon ECR repository.
|
|
560
|
+
*/
|
|
561
|
+
ecrRepository?: EcrRepositoryConfiguration;
|
|
554
562
|
/**
|
|
555
563
|
* The access control configuration is for an IAM role.
|
|
556
564
|
*/
|
|
557
565
|
iamRole?: IamRoleConfiguration;
|
|
566
|
+
/**
|
|
567
|
+
* The access control configuration is for an Amazon EFS file system.
|
|
568
|
+
*/
|
|
569
|
+
efsFileSystem?: EfsFileSystemConfiguration;
|
|
558
570
|
/**
|
|
559
571
|
* The access control configuration is for a KMS key.
|
|
560
572
|
*/
|
|
561
573
|
kmsKey?: KmsKeyConfiguration;
|
|
574
|
+
/**
|
|
575
|
+
* The access control configuration is for an Amazon RDS DB cluster snapshot.
|
|
576
|
+
*/
|
|
577
|
+
rdsDbClusterSnapshot?: RdsDbClusterSnapshotConfiguration;
|
|
578
|
+
/**
|
|
579
|
+
* The access control configuration is for an Amazon RDS DB snapshot.
|
|
580
|
+
*/
|
|
581
|
+
rdsDbSnapshot?: RdsDbSnapshotConfiguration;
|
|
562
582
|
/**
|
|
563
583
|
* The access control configuration is for a Secrets Manager secret.
|
|
564
584
|
*/
|
|
@@ -567,6 +587,10 @@ declare namespace AccessAnalyzer {
|
|
|
567
587
|
* The access control configuration is for an Amazon S3 Bucket.
|
|
568
588
|
*/
|
|
569
589
|
s3Bucket?: S3BucketConfiguration;
|
|
590
|
+
/**
|
|
591
|
+
* The access control configuration is for an Amazon SNS topic
|
|
592
|
+
*/
|
|
593
|
+
snsTopic?: SnsTopicConfiguration;
|
|
570
594
|
/**
|
|
571
595
|
* The access control configuration is for an Amazon SQS queue.
|
|
572
596
|
*/
|
|
@@ -682,6 +706,39 @@ declare namespace AccessAnalyzer {
|
|
|
682
706
|
*/
|
|
683
707
|
clientToken?: String;
|
|
684
708
|
}
|
|
709
|
+
export type EbsGroup = string;
|
|
710
|
+
export type EbsGroupList = EbsGroup[];
|
|
711
|
+
export interface EbsSnapshotConfiguration {
|
|
712
|
+
/**
|
|
713
|
+
* The IDs of the Amazon Web Services accounts that have access to the Amazon EBS volume snapshot. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the userIds, then the access preview uses the existing shared userIds for the snapshot. If the access preview is for a new resource and you do not specify the userIds, then the access preview considers the snapshot without any userIds. To propose deletion of existing shared accountIds, you can specify an empty list for userIds.
|
|
714
|
+
*/
|
|
715
|
+
userIds?: EbsUserIdList;
|
|
716
|
+
/**
|
|
717
|
+
* The groups that have access to the Amazon EBS volume snapshot. If the value all is specified, then the Amazon EBS volume snapshot is public. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the groups, then the access preview uses the existing shared groups for the snapshot. If the access preview is for a new resource and you do not specify the groups, then the access preview considers the snapshot without any groups. To propose deletion of existing shared groups, you can specify an empty list for groups.
|
|
718
|
+
*/
|
|
719
|
+
groups?: EbsGroupList;
|
|
720
|
+
/**
|
|
721
|
+
* The KMS key identifier for an encrypted Amazon EBS volume snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon EBS volume snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the kmsKeyId, the access preview considers the snapshot as unencrypted.
|
|
722
|
+
*/
|
|
723
|
+
kmsKeyId?: EbsSnapshotDataEncryptionKeyId;
|
|
724
|
+
}
|
|
725
|
+
export type EbsSnapshotDataEncryptionKeyId = string;
|
|
726
|
+
export type EbsUserId = string;
|
|
727
|
+
export type EbsUserIdList = EbsUserId[];
|
|
728
|
+
export interface EcrRepositoryConfiguration {
|
|
729
|
+
/**
|
|
730
|
+
* The JSON repository policy text to apply to the Amazon ECR repository. For more information, see Private repository policy examples in the Amazon ECR User Guide.
|
|
731
|
+
*/
|
|
732
|
+
repositoryPolicy?: EcrRepositoryPolicy;
|
|
733
|
+
}
|
|
734
|
+
export type EcrRepositoryPolicy = string;
|
|
735
|
+
export interface EfsFileSystemConfiguration {
|
|
736
|
+
/**
|
|
737
|
+
* The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
|
|
738
|
+
*/
|
|
739
|
+
fileSystemPolicy?: EfsFileSystemPolicy;
|
|
740
|
+
}
|
|
741
|
+
export type EfsFileSystemPolicy = string;
|
|
685
742
|
export type FilterCriteriaMap = {[key: string]: Criterion};
|
|
686
743
|
export interface Finding {
|
|
687
744
|
/**
|
|
@@ -1350,10 +1407,52 @@ declare namespace AccessAnalyzer {
|
|
|
1350
1407
|
}
|
|
1351
1408
|
export type PrincipalArn = string;
|
|
1352
1409
|
export type PrincipalMap = {[key: string]: String};
|
|
1410
|
+
export type RdsDbClusterSnapshotAccountId = string;
|
|
1411
|
+
export type RdsDbClusterSnapshotAccountIdsList = RdsDbClusterSnapshotAccountId[];
|
|
1412
|
+
export type RdsDbClusterSnapshotAttributeName = string;
|
|
1413
|
+
export interface RdsDbClusterSnapshotAttributeValue {
|
|
1414
|
+
/**
|
|
1415
|
+
* The Amazon Web Services account IDs that have access to the manual Amazon RDS DB cluster snapshot. If the value all is specified, then the Amazon RDS DB cluster snapshot is public and can be copied or restored by all Amazon Web Services accounts. If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot. If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbClusterSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. To propose deletion of existing shared accountIds, you can specify an empty list for accountIds in the RdsDbClusterSnapshotAttributeValue.
|
|
1416
|
+
*/
|
|
1417
|
+
accountIds?: RdsDbClusterSnapshotAccountIdsList;
|
|
1418
|
+
}
|
|
1419
|
+
export type RdsDbClusterSnapshotAttributesMap = {[key: string]: RdsDbClusterSnapshotAttributeValue};
|
|
1420
|
+
export interface RdsDbClusterSnapshotConfiguration {
|
|
1421
|
+
/**
|
|
1422
|
+
* The names and values of manual DB cluster snapshot attributes. Manual DB cluster snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB cluster snapshot. The only valid value for AttributeName for the attribute map is restore
|
|
1423
|
+
*/
|
|
1424
|
+
attributes?: RdsDbClusterSnapshotAttributesMap;
|
|
1425
|
+
/**
|
|
1426
|
+
* The KMS key identifier for an encrypted Amazon RDS DB cluster snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon RDS DB cluster snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the specify the kmsKeyId, then the access preview considers the snapshot as unencrypted.
|
|
1427
|
+
*/
|
|
1428
|
+
kmsKeyId?: RdsDbClusterSnapshotKmsKeyId;
|
|
1429
|
+
}
|
|
1430
|
+
export type RdsDbClusterSnapshotKmsKeyId = string;
|
|
1431
|
+
export type RdsDbSnapshotAccountId = string;
|
|
1432
|
+
export type RdsDbSnapshotAccountIdsList = RdsDbSnapshotAccountId[];
|
|
1433
|
+
export type RdsDbSnapshotAttributeName = string;
|
|
1434
|
+
export interface RdsDbSnapshotAttributeValue {
|
|
1435
|
+
/**
|
|
1436
|
+
* The Amazon Web Services account IDs that have access to the manual Amazon RDS DB snapshot. If the value all is specified, then the Amazon RDS DB snapshot is public and can be copied or restored by all Amazon Web Services accounts. If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the accountIds in RdsDbSnapshotAttributeValue, then the access preview uses the existing shared accountIds for the snapshot. If the access preview is for a new resource and you do not specify the specify the accountIds in RdsDbSnapshotAttributeValue, then the access preview considers the snapshot without any attributes. To propose deletion of an existing shared accountIds, you can specify an empty list for accountIds in the RdsDbSnapshotAttributeValue.
|
|
1437
|
+
*/
|
|
1438
|
+
accountIds?: RdsDbSnapshotAccountIdsList;
|
|
1439
|
+
}
|
|
1440
|
+
export type RdsDbSnapshotAttributesMap = {[key: string]: RdsDbSnapshotAttributeValue};
|
|
1441
|
+
export interface RdsDbSnapshotConfiguration {
|
|
1442
|
+
/**
|
|
1443
|
+
* The names and values of manual DB snapshot attributes. Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts to restore a manual DB snapshot. The only valid value for attributeName for the attribute map is restore.
|
|
1444
|
+
*/
|
|
1445
|
+
attributes?: RdsDbSnapshotAttributesMap;
|
|
1446
|
+
/**
|
|
1447
|
+
* The KMS key identifier for an encrypted Amazon RDS DB snapshot. The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. If the configuration is for an existing Amazon RDS DB snapshot and you do not specify the kmsKeyId, or you specify an empty string, then the access preview uses the existing kmsKeyId of the snapshot. If the access preview is for a new resource and you do not specify the specify the kmsKeyId, then the access preview considers the snapshot as unencrypted.
|
|
1448
|
+
*/
|
|
1449
|
+
kmsKeyId?: RdsDbSnapshotKmsKeyId;
|
|
1450
|
+
}
|
|
1451
|
+
export type RdsDbSnapshotKmsKeyId = string;
|
|
1353
1452
|
export type ReasonCode = "AWS_SERVICE_ACCESS_DISABLED"|"DELEGATED_ADMINISTRATOR_DEREGISTERED"|"ORGANIZATION_DELETED"|"SERVICE_LINKED_ROLE_CREATION_FAILED"|string;
|
|
1354
1453
|
export type RegionList = String[];
|
|
1355
1454
|
export type ResourceArn = string;
|
|
1356
|
-
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|string;
|
|
1455
|
+
export type ResourceType = "AWS::S3::Bucket"|"AWS::IAM::Role"|"AWS::SQS::Queue"|"AWS::Lambda::Function"|"AWS::Lambda::LayerVersion"|"AWS::KMS::Key"|"AWS::SecretsManager::Secret"|"AWS::EFS::FileSystem"|"AWS::EC2::Snapshot"|"AWS::ECR::Repository"|"AWS::RDS::DBSnapshot"|"AWS::RDS::DBClusterSnapshot"|"AWS::SNS::Topic"|string;
|
|
1357
1456
|
export type RetiringPrincipal = string;
|
|
1358
1457
|
export type RoleArn = string;
|
|
1359
1458
|
export interface S3AccessPointConfiguration {
|
|
@@ -1424,6 +1523,13 @@ declare namespace AccessAnalyzer {
|
|
|
1424
1523
|
export type SecretsManagerSecretKmsId = string;
|
|
1425
1524
|
export type SecretsManagerSecretPolicy = string;
|
|
1426
1525
|
export type SharedViaList = String[];
|
|
1526
|
+
export interface SnsTopicConfiguration {
|
|
1527
|
+
/**
|
|
1528
|
+
* The JSON policy text that defines who can access an Amazon SNS topic. For more information, see Example cases for Amazon SNS access control in the Amazon SNS Developer Guide.
|
|
1529
|
+
*/
|
|
1530
|
+
topicPolicy?: SnsTopicPolicy;
|
|
1531
|
+
}
|
|
1532
|
+
export type SnsTopicPolicy = string;
|
|
1427
1533
|
export interface SortCriteria {
|
|
1428
1534
|
/**
|
|
1429
1535
|
* The name of the attribute to sort on.
|
|
@@ -1480,6 +1586,10 @@ declare namespace AccessAnalyzer {
|
|
|
1480
1586
|
* The ARN of the resource to scan.
|
|
1481
1587
|
*/
|
|
1482
1588
|
resourceArn: ResourceArn;
|
|
1589
|
+
/**
|
|
1590
|
+
* The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.
|
|
1591
|
+
*/
|
|
1592
|
+
resourceOwnerAccount?: String;
|
|
1483
1593
|
}
|
|
1484
1594
|
export interface StatusReason {
|
|
1485
1595
|
/**
|
|
@@ -382,6 +382,10 @@ declare namespace ACMPCA {
|
|
|
382
382
|
* Defines a cryptographic key management compliance standard used for handling CA keys. Default: FIPS_140_2_LEVEL_3_OR_HIGHER Note: Amazon Web Services Region ap-northeast-3 supports only FIPS_140_2_LEVEL_2_OR_HIGHER. You must explicitly specify this parameter and value when creating a CA in that Region. Specifying a different value (or no value) results in an InvalidArgsException with the message "A certificate authority cannot be created in this region with the specified security standard."
|
|
383
383
|
*/
|
|
384
384
|
KeyStorageSecurityStandard?: KeyStorageSecurityStandard;
|
|
385
|
+
/**
|
|
386
|
+
* Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days. The default value is GENERAL_PURPOSE.
|
|
387
|
+
*/
|
|
388
|
+
UsageMode?: CertificateAuthorityUsageMode;
|
|
385
389
|
}
|
|
386
390
|
export interface CertificateAuthorityConfiguration {
|
|
387
391
|
/**
|
|
@@ -403,6 +407,7 @@ declare namespace ACMPCA {
|
|
|
403
407
|
}
|
|
404
408
|
export type CertificateAuthorityStatus = "CREATING"|"PENDING_CERTIFICATE"|"ACTIVE"|"DELETED"|"DISABLED"|"EXPIRED"|"FAILED"|string;
|
|
405
409
|
export type CertificateAuthorityType = "ROOT"|"SUBORDINATE"|string;
|
|
410
|
+
export type CertificateAuthorityUsageMode = "GENERAL_PURPOSE"|"SHORT_LIVED_CERTIFICATE"|string;
|
|
406
411
|
export type CertificateBody = string;
|
|
407
412
|
export type CertificateBodyBlob = Buffer|Uint8Array|Blob|string;
|
|
408
413
|
export type CertificateChain = string;
|
|
@@ -458,6 +463,10 @@ declare namespace ACMPCA {
|
|
|
458
463
|
* Key-value pairs that will be attached to the new private CA. You can associate up to 50 tags with a private CA. For information using tags with IAM to manage permissions, see Controlling Access Using IAM Tags.
|
|
459
464
|
*/
|
|
460
465
|
Tags?: TagList;
|
|
466
|
+
/**
|
|
467
|
+
* Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly. Short-lived certificate validity is limited to seven days. The default value is GENERAL_PURPOSE.
|
|
468
|
+
*/
|
|
469
|
+
UsageMode?: CertificateAuthorityUsageMode;
|
|
461
470
|
}
|
|
462
471
|
export interface CreateCertificateAuthorityResponse {
|
|
463
472
|
/**
|
|
@@ -924,7 +933,7 @@ declare namespace ACMPCA {
|
|
|
924
933
|
*/
|
|
925
934
|
Enabled: Boolean;
|
|
926
935
|
/**
|
|
927
|
-
* By default, ACM Private CA injects an Amazon Web Services domain into certificates being validated by the Online Certificate Status Protocol (OCSP). A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain. Note: The value of the CNAME must not include a protocol prefix such as "http://" or "https://". For more information, see Customizing Online Certificate Status Protocol (OCSP) in the
|
|
936
|
+
* By default, ACM Private CA injects an Amazon Web Services domain into certificates being validated by the Online Certificate Status Protocol (OCSP). A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain. Note: The value of the CNAME must not include a protocol prefix such as "http://" or "https://". For more information, see Customizing Online Certificate Status Protocol (OCSP) in the Private Certificate Authority (PCA) User Guide.
|
|
928
937
|
*/
|
|
929
938
|
OcspCustomCname?: String253;
|
|
930
939
|
}
|