cdk-lambda-subminute 2.0.470 → 2.0.472
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/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +76 -55
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +181 -44
- package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +31 -3
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +109 -89
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +19 -5
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +41 -37
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +0 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +53 -38
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +3 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +20 -1
- package/node_modules/aws-sdk/clients/appstream.d.ts +200 -1
- package/node_modules/aws-sdk/clients/codebuild.d.ts +10 -10
- package/node_modules/aws-sdk/clients/docdb.d.ts +31 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +75 -56
- package/node_modules/aws-sdk/clients/fis.d.ts +21 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +6 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/s3.d.ts +43 -24
- 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 +15 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +173 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/s3.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +2 -1
- package/package.json +2 -2
@@ -3639,15 +3639,30 @@
|
|
3639
3639
|
"http": {
|
3640
3640
|
"method": "GET"
|
3641
3641
|
},
|
3642
|
+
"input": {
|
3643
|
+
"type": "structure",
|
3644
|
+
"members": {
|
3645
|
+
"MaxBuckets": {
|
3646
|
+
"location": "querystring",
|
3647
|
+
"locationName": "max-buckets",
|
3648
|
+
"type": "integer"
|
3649
|
+
},
|
3650
|
+
"ContinuationToken": {
|
3651
|
+
"location": "querystring",
|
3652
|
+
"locationName": "continuation-token"
|
3653
|
+
}
|
3654
|
+
}
|
3655
|
+
},
|
3642
3656
|
"output": {
|
3643
3657
|
"type": "structure",
|
3644
3658
|
"members": {
|
3645
3659
|
"Buckets": {
|
3646
|
-
"shape": "
|
3660
|
+
"shape": "Sc0"
|
3647
3661
|
},
|
3648
3662
|
"Owner": {
|
3649
3663
|
"shape": "S3q"
|
3650
|
-
}
|
3664
|
+
},
|
3665
|
+
"ContinuationToken": {}
|
3651
3666
|
}
|
3652
3667
|
},
|
3653
3668
|
"alias": "GetService"
|
@@ -3674,7 +3689,7 @@
|
|
3674
3689
|
"type": "structure",
|
3675
3690
|
"members": {
|
3676
3691
|
"Buckets": {
|
3677
|
-
"shape": "
|
3692
|
+
"shape": "Sc0"
|
3678
3693
|
},
|
3679
3694
|
"ContinuationToken": {}
|
3680
3695
|
}
|
@@ -3773,7 +3788,7 @@
|
|
3773
3788
|
"shape": "S3q"
|
3774
3789
|
},
|
3775
3790
|
"Initiator": {
|
3776
|
-
"shape": "
|
3791
|
+
"shape": "Scj"
|
3777
3792
|
},
|
3778
3793
|
"ChecksumAlgorithm": {}
|
3779
3794
|
}
|
@@ -3781,7 +3796,7 @@
|
|
3781
3796
|
"flattened": true
|
3782
3797
|
},
|
3783
3798
|
"CommonPrefixes": {
|
3784
|
-
"shape": "
|
3799
|
+
"shape": "Sck"
|
3785
3800
|
},
|
3786
3801
|
"EncodingType": {},
|
3787
3802
|
"RequestCharged": {
|
@@ -3846,7 +3861,7 @@
|
|
3846
3861
|
"locationName": "x-amz-request-payer"
|
3847
3862
|
},
|
3848
3863
|
"OptionalObjectAttributes": {
|
3849
|
-
"shape": "
|
3864
|
+
"shape": "Scp",
|
3850
3865
|
"location": "header",
|
3851
3866
|
"locationName": "x-amz-optional-object-attributes"
|
3852
3867
|
}
|
@@ -3870,7 +3885,7 @@
|
|
3870
3885
|
"members": {
|
3871
3886
|
"ETag": {},
|
3872
3887
|
"ChecksumAlgorithm": {
|
3873
|
-
"shape": "
|
3888
|
+
"shape": "Scv"
|
3874
3889
|
},
|
3875
3890
|
"Size": {
|
3876
3891
|
"type": "long"
|
@@ -3888,7 +3903,7 @@
|
|
3888
3903
|
"shape": "S3q"
|
3889
3904
|
},
|
3890
3905
|
"RestoreStatus": {
|
3891
|
-
"shape": "
|
3906
|
+
"shape": "Scy"
|
3892
3907
|
}
|
3893
3908
|
}
|
3894
3909
|
},
|
@@ -3922,7 +3937,7 @@
|
|
3922
3937
|
"type": "integer"
|
3923
3938
|
},
|
3924
3939
|
"CommonPrefixes": {
|
3925
|
-
"shape": "
|
3940
|
+
"shape": "Sck"
|
3926
3941
|
},
|
3927
3942
|
"EncodingType": {},
|
3928
3943
|
"RequestCharged": {
|
@@ -3984,7 +3999,7 @@
|
|
3984
3999
|
"locationName": "x-amz-expected-bucket-owner"
|
3985
4000
|
},
|
3986
4001
|
"OptionalObjectAttributes": {
|
3987
|
-
"shape": "
|
4002
|
+
"shape": "Scp",
|
3988
4003
|
"location": "header",
|
3989
4004
|
"locationName": "x-amz-optional-object-attributes"
|
3990
4005
|
}
|
@@ -3999,7 +4014,7 @@
|
|
3999
4014
|
"Marker": {},
|
4000
4015
|
"NextMarker": {},
|
4001
4016
|
"Contents": {
|
4002
|
-
"shape": "
|
4017
|
+
"shape": "Sd7"
|
4003
4018
|
},
|
4004
4019
|
"Name": {},
|
4005
4020
|
"Prefix": {},
|
@@ -4008,7 +4023,7 @@
|
|
4008
4023
|
"type": "integer"
|
4009
4024
|
},
|
4010
4025
|
"CommonPrefixes": {
|
4011
|
-
"shape": "
|
4026
|
+
"shape": "Sck"
|
4012
4027
|
},
|
4013
4028
|
"EncodingType": {},
|
4014
4029
|
"RequestCharged": {
|
@@ -4079,7 +4094,7 @@
|
|
4079
4094
|
"locationName": "x-amz-expected-bucket-owner"
|
4080
4095
|
},
|
4081
4096
|
"OptionalObjectAttributes": {
|
4082
|
-
"shape": "
|
4097
|
+
"shape": "Scp",
|
4083
4098
|
"location": "header",
|
4084
4099
|
"locationName": "x-amz-optional-object-attributes"
|
4085
4100
|
}
|
@@ -4092,7 +4107,7 @@
|
|
4092
4107
|
"type": "boolean"
|
4093
4108
|
},
|
4094
4109
|
"Contents": {
|
4095
|
-
"shape": "
|
4110
|
+
"shape": "Sd7"
|
4096
4111
|
},
|
4097
4112
|
"Name": {},
|
4098
4113
|
"Prefix": {},
|
@@ -4101,7 +4116,7 @@
|
|
4101
4116
|
"type": "integer"
|
4102
4117
|
},
|
4103
4118
|
"CommonPrefixes": {
|
4104
|
-
"shape": "
|
4119
|
+
"shape": "Sck"
|
4105
4120
|
},
|
4106
4121
|
"EncodingType": {},
|
4107
4122
|
"KeyCount": {
|
@@ -4233,7 +4248,7 @@
|
|
4233
4248
|
"flattened": true
|
4234
4249
|
},
|
4235
4250
|
"Initiator": {
|
4236
|
-
"shape": "
|
4251
|
+
"shape": "Scj"
|
4237
4252
|
},
|
4238
4253
|
"Owner": {
|
4239
4254
|
"shape": "S3q"
|
@@ -4313,7 +4328,7 @@
|
|
4313
4328
|
"locationName": "x-amz-acl"
|
4314
4329
|
},
|
4315
4330
|
"AccessControlPolicy": {
|
4316
|
-
"shape": "
|
4331
|
+
"shape": "Sdm",
|
4317
4332
|
"locationName": "AccessControlPolicy",
|
4318
4333
|
"xmlNamespace": {
|
4319
4334
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -5157,7 +5172,7 @@
|
|
5157
5172
|
"locationName": "x-amz-sdk-checksum-algorithm"
|
5158
5173
|
},
|
5159
5174
|
"Tagging": {
|
5160
|
-
"shape": "
|
5175
|
+
"shape": "Sec",
|
5161
5176
|
"locationName": "Tagging",
|
5162
5177
|
"xmlNamespace": {
|
5163
5178
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -5569,7 +5584,7 @@
|
|
5569
5584
|
"locationName": "x-amz-acl"
|
5570
5585
|
},
|
5571
5586
|
"AccessControlPolicy": {
|
5572
|
-
"shape": "
|
5587
|
+
"shape": "Sdm",
|
5573
5588
|
"locationName": "AccessControlPolicy",
|
5574
5589
|
"xmlNamespace": {
|
5575
5590
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -5884,7 +5899,7 @@
|
|
5884
5899
|
"locationName": "x-amz-sdk-checksum-algorithm"
|
5885
5900
|
},
|
5886
5901
|
"Tagging": {
|
5887
|
-
"shape": "
|
5902
|
+
"shape": "Sec",
|
5888
5903
|
"locationName": "Tagging",
|
5889
5904
|
"xmlNamespace": {
|
5890
5905
|
"uri": "http://s3.amazonaws.com/doc/2006-03-01/"
|
@@ -6024,12 +6039,12 @@
|
|
6024
6039
|
],
|
6025
6040
|
"members": {
|
6026
6041
|
"InputSerialization": {
|
6027
|
-
"shape": "
|
6042
|
+
"shape": "Sf2"
|
6028
6043
|
},
|
6029
6044
|
"ExpressionType": {},
|
6030
6045
|
"Expression": {},
|
6031
6046
|
"OutputSerialization": {
|
6032
|
-
"shape": "
|
6047
|
+
"shape": "Sfh"
|
6033
6048
|
}
|
6034
6049
|
}
|
6035
6050
|
},
|
@@ -6063,7 +6078,7 @@
|
|
6063
6078
|
"shape": "S3t"
|
6064
6079
|
},
|
6065
6080
|
"Tagging": {
|
6066
|
-
"shape": "
|
6081
|
+
"shape": "Sec"
|
6067
6082
|
},
|
6068
6083
|
"UserMetadata": {
|
6069
6084
|
"type": "list",
|
@@ -6171,10 +6186,10 @@
|
|
6171
6186
|
}
|
6172
6187
|
},
|
6173
6188
|
"InputSerialization": {
|
6174
|
-
"shape": "
|
6189
|
+
"shape": "Sf2"
|
6175
6190
|
},
|
6176
6191
|
"OutputSerialization": {
|
6177
|
-
"shape": "
|
6192
|
+
"shape": "Sfh"
|
6178
6193
|
},
|
6179
6194
|
"ScanRange": {
|
6180
6195
|
"type": "structure",
|
@@ -7843,7 +7858,7 @@
|
|
7843
7858
|
}
|
7844
7859
|
}
|
7845
7860
|
},
|
7846
|
-
"
|
7861
|
+
"Sc0": {
|
7847
7862
|
"type": "list",
|
7848
7863
|
"member": {
|
7849
7864
|
"locationName": "Bucket",
|
@@ -7856,14 +7871,14 @@
|
|
7856
7871
|
}
|
7857
7872
|
}
|
7858
7873
|
},
|
7859
|
-
"
|
7874
|
+
"Scj": {
|
7860
7875
|
"type": "structure",
|
7861
7876
|
"members": {
|
7862
7877
|
"ID": {},
|
7863
7878
|
"DisplayName": {}
|
7864
7879
|
}
|
7865
7880
|
},
|
7866
|
-
"
|
7881
|
+
"Sck": {
|
7867
7882
|
"type": "list",
|
7868
7883
|
"member": {
|
7869
7884
|
"type": "structure",
|
@@ -7873,16 +7888,16 @@
|
|
7873
7888
|
},
|
7874
7889
|
"flattened": true
|
7875
7890
|
},
|
7876
|
-
"
|
7891
|
+
"Scp": {
|
7877
7892
|
"type": "list",
|
7878
7893
|
"member": {}
|
7879
7894
|
},
|
7880
|
-
"
|
7895
|
+
"Scv": {
|
7881
7896
|
"type": "list",
|
7882
7897
|
"member": {},
|
7883
7898
|
"flattened": true
|
7884
7899
|
},
|
7885
|
-
"
|
7900
|
+
"Scy": {
|
7886
7901
|
"type": "structure",
|
7887
7902
|
"members": {
|
7888
7903
|
"IsRestoreInProgress": {
|
@@ -7893,7 +7908,7 @@
|
|
7893
7908
|
}
|
7894
7909
|
}
|
7895
7910
|
},
|
7896
|
-
"
|
7911
|
+
"Sd7": {
|
7897
7912
|
"type": "list",
|
7898
7913
|
"member": {
|
7899
7914
|
"type": "structure",
|
@@ -7904,7 +7919,7 @@
|
|
7904
7919
|
},
|
7905
7920
|
"ETag": {},
|
7906
7921
|
"ChecksumAlgorithm": {
|
7907
|
-
"shape": "
|
7922
|
+
"shape": "Scv"
|
7908
7923
|
},
|
7909
7924
|
"Size": {
|
7910
7925
|
"type": "long"
|
@@ -7914,13 +7929,13 @@
|
|
7914
7929
|
"shape": "S3q"
|
7915
7930
|
},
|
7916
7931
|
"RestoreStatus": {
|
7917
|
-
"shape": "
|
7932
|
+
"shape": "Scy"
|
7918
7933
|
}
|
7919
7934
|
}
|
7920
7935
|
},
|
7921
7936
|
"flattened": true
|
7922
7937
|
},
|
7923
|
-
"
|
7938
|
+
"Sdm": {
|
7924
7939
|
"type": "structure",
|
7925
7940
|
"members": {
|
7926
7941
|
"Grants": {
|
@@ -7932,7 +7947,7 @@
|
|
7932
7947
|
}
|
7933
7948
|
}
|
7934
7949
|
},
|
7935
|
-
"
|
7950
|
+
"Sec": {
|
7936
7951
|
"type": "structure",
|
7937
7952
|
"required": [
|
7938
7953
|
"TagSet"
|
@@ -7943,7 +7958,7 @@
|
|
7943
7958
|
}
|
7944
7959
|
}
|
7945
7960
|
},
|
7946
|
-
"
|
7961
|
+
"Sf2": {
|
7947
7962
|
"type": "structure",
|
7948
7963
|
"members": {
|
7949
7964
|
"CSV": {
|
@@ -7973,7 +7988,7 @@
|
|
7973
7988
|
}
|
7974
7989
|
}
|
7975
7990
|
},
|
7976
|
-
"
|
7991
|
+
"Sfh": {
|
7977
7992
|
"type": "structure",
|
7978
7993
|
"members": {
|
7979
7994
|
"CSV": {
|
@@ -408,6 +408,10 @@ declare namespace Amplify {
|
|
408
408
|
* This is for internal use. The Amplify service uses this parameter to specify the authentication protocol to use to access the Git repository for an Amplify app. Amplify specifies TOKEN for a GitHub repository, SIGV4 for an Amazon Web Services CodeCommit repository, and SSH for GitLab and Bitbucket repositories.
|
409
409
|
*/
|
410
410
|
repositoryCloneMethod?: RepositoryCloneMethod;
|
411
|
+
/**
|
412
|
+
* The cache configuration for the Amplify app. If you don't specify the cache configuration type, Amplify uses the default AMPLIFY_MANAGED setting.
|
413
|
+
*/
|
414
|
+
cacheConfig?: CacheConfig;
|
411
415
|
}
|
412
416
|
export type AppArn = string;
|
413
417
|
export type AppId = string;
|
@@ -626,9 +630,16 @@ declare namespace Amplify {
|
|
626
630
|
export type BranchName = string;
|
627
631
|
export type Branches = Branch[];
|
628
632
|
export type BuildSpec = string;
|
633
|
+
export interface CacheConfig {
|
634
|
+
/**
|
635
|
+
* The type of cache configuration to use for an Amplify app. The AMPLIFY_MANAGED cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting. The AMPLIFY_MANAGED_NO_COOKIES cache configuration type is the same as AMPLIFY_MANAGED, except that it excludes all cookies from the cache key.
|
636
|
+
*/
|
637
|
+
type: CacheConfigType;
|
638
|
+
}
|
639
|
+
export type CacheConfigType = "AMPLIFY_MANAGED"|"AMPLIFY_MANAGED_NO_COOKIES"|string;
|
629
640
|
export interface Certificate {
|
630
641
|
/**
|
631
|
-
* The type of SSL/TLS certificate that you want to use. Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you. Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide
|
642
|
+
* The type of SSL/TLS certificate that you want to use. Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you. Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.
|
632
643
|
*/
|
633
644
|
type: CertificateType;
|
634
645
|
/**
|
@@ -735,6 +746,10 @@ declare namespace Amplify {
|
|
735
746
|
* The automated branch creation configuration for an Amplify app.
|
736
747
|
*/
|
737
748
|
autoBranchCreationConfig?: AutoBranchCreationConfig;
|
749
|
+
/**
|
750
|
+
* The cache configuration for the Amplify app.
|
751
|
+
*/
|
752
|
+
cacheConfig?: CacheConfig;
|
738
753
|
}
|
739
754
|
export interface CreateAppResult {
|
740
755
|
app: App;
|
@@ -1791,6 +1806,10 @@ declare namespace Amplify {
|
|
1791
1806
|
* The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored. Use accessToken for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken. You must specify either accessToken or oauthToken when you update an app. Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .
|
1792
1807
|
*/
|
1793
1808
|
accessToken?: AccessToken;
|
1809
|
+
/**
|
1810
|
+
* The cache configuration for the Amplify app.
|
1811
|
+
*/
|
1812
|
+
cacheConfig?: CacheConfig;
|
1794
1813
|
}
|
1795
1814
|
export interface UpdateAppResult {
|
1796
1815
|
/**
|