cdk-lambda-subminute 2.0.428 → 2.0.430
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/batch-2016-08-10.min.json +47 -19
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +54 -45
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -0
- package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +21 -14
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +1 -2
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +73 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +71 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +1992 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.waiters2.json +128 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +21 -17
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +36 -22
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +238 -221
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +50 -4
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +36 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +60 -60
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +16 -1
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +13 -5
- package/node_modules/aws-sdk/clients/healthlake.d.ts +17 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/iotfleethub.d.ts +19 -19
- package/node_modules/aws-sdk/clients/kms.d.ts +105 -12
- package/node_modules/aws-sdk/clients/medialive.d.ts +1419 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +17 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +137 -94
- package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +10 -10
- package/node_modules/aws-sdk/clients/redshift.d.ts +4 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +36 -36
- package/node_modules/aws-sdk/clients/transfer.d.ts +4 -4
- 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 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +181 -77
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +66 -66
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1599.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -15430,7 +15430,10 @@ module.exports={
|
|
15430
15430
|
"members": {
|
15431
15431
|
"ChangeSetName": {},
|
15432
15432
|
"StackName": {},
|
15433
|
-
"NextToken": {}
|
15433
|
+
"NextToken": {},
|
15434
|
+
"IncludePropertyValues": {
|
15435
|
+
"type": "boolean"
|
15436
|
+
}
|
15434
15437
|
}
|
15435
15438
|
},
|
15436
15439
|
"output": {
|
@@ -15495,7 +15498,11 @@ module.exports={
|
|
15495
15498
|
"members": {
|
15496
15499
|
"Attribute": {},
|
15497
15500
|
"Name": {},
|
15498
|
-
"RequiresRecreation": {}
|
15501
|
+
"RequiresRecreation": {},
|
15502
|
+
"Path": {},
|
15503
|
+
"BeforeValue": {},
|
15504
|
+
"AfterValue": {},
|
15505
|
+
"AttributeChangeType": {}
|
15499
15506
|
}
|
15500
15507
|
},
|
15501
15508
|
"Evaluation": {},
|
@@ -15506,8 +15513,10 @@ module.exports={
|
|
15506
15513
|
},
|
15507
15514
|
"ChangeSetId": {},
|
15508
15515
|
"ModuleInfo": {
|
15509
|
-
"shape": "
|
15510
|
-
}
|
15516
|
+
"shape": "S57"
|
15517
|
+
},
|
15518
|
+
"BeforeContext": {},
|
15519
|
+
"AfterContext": {}
|
15511
15520
|
}
|
15512
15521
|
}
|
15513
15522
|
}
|
@@ -15853,7 +15862,7 @@ module.exports={
|
|
15853
15862
|
},
|
15854
15863
|
"Status": {},
|
15855
15864
|
"StackInstanceStatus": {
|
15856
|
-
"shape": "
|
15865
|
+
"shape": "S7f"
|
15857
15866
|
},
|
15858
15867
|
"StatusReason": {},
|
15859
15868
|
"OrganizationalUnitId": {},
|
@@ -15905,10 +15914,10 @@ module.exports={
|
|
15905
15914
|
"Description": {},
|
15906
15915
|
"Metadata": {},
|
15907
15916
|
"DriftInformation": {
|
15908
|
-
"shape": "
|
15917
|
+
"shape": "S7m"
|
15909
15918
|
},
|
15910
15919
|
"ModuleInfo": {
|
15911
|
-
"shape": "
|
15920
|
+
"shape": "S57"
|
15912
15921
|
}
|
15913
15922
|
}
|
15914
15923
|
}
|
@@ -15924,7 +15933,7 @@ module.exports={
|
|
15924
15933
|
"members": {
|
15925
15934
|
"StackName": {},
|
15926
15935
|
"StackResourceDriftStatusFilters": {
|
15927
|
-
"shape": "
|
15936
|
+
"shape": "S7p"
|
15928
15937
|
},
|
15929
15938
|
"NextToken": {},
|
15930
15939
|
"MaxResults": {
|
@@ -15942,7 +15951,7 @@ module.exports={
|
|
15942
15951
|
"StackResourceDrifts": {
|
15943
15952
|
"type": "list",
|
15944
15953
|
"member": {
|
15945
|
-
"shape": "
|
15954
|
+
"shape": "S7t"
|
15946
15955
|
}
|
15947
15956
|
},
|
15948
15957
|
"NextToken": {}
|
@@ -15985,10 +15994,10 @@ module.exports={
|
|
15985
15994
|
"ResourceStatusReason": {},
|
15986
15995
|
"Description": {},
|
15987
15996
|
"DriftInformation": {
|
15988
|
-
"shape": "
|
15997
|
+
"shape": "S7m"
|
15989
15998
|
},
|
15990
15999
|
"ModuleInfo": {
|
15991
|
-
"shape": "
|
16000
|
+
"shape": "S57"
|
15992
16001
|
}
|
15993
16002
|
}
|
15994
16003
|
}
|
@@ -16032,7 +16041,7 @@ module.exports={
|
|
16032
16041
|
"AdministrationRoleARN": {},
|
16033
16042
|
"ExecutionRoleName": {},
|
16034
16043
|
"StackSetDriftDetectionDetails": {
|
16035
|
-
"shape": "
|
16044
|
+
"shape": "S8c"
|
16036
16045
|
},
|
16037
16046
|
"AutoDeployment": {
|
16038
16047
|
"shape": "S3g"
|
@@ -16094,11 +16103,11 @@ module.exports={
|
|
16094
16103
|
"shape": "S2x"
|
16095
16104
|
},
|
16096
16105
|
"StackSetDriftDetectionDetails": {
|
16097
|
-
"shape": "
|
16106
|
+
"shape": "S8c"
|
16098
16107
|
},
|
16099
16108
|
"StatusReason": {},
|
16100
16109
|
"StatusDetails": {
|
16101
|
-
"shape": "
|
16110
|
+
"shape": "S8r"
|
16102
16111
|
}
|
16103
16112
|
}
|
16104
16113
|
}
|
@@ -16310,7 +16319,7 @@ module.exports={
|
|
16310
16319
|
"members": {
|
16311
16320
|
"StackName": {},
|
16312
16321
|
"LogicalResourceIds": {
|
16313
|
-
"shape": "
|
16322
|
+
"shape": "S9r"
|
16314
16323
|
}
|
16315
16324
|
}
|
16316
16325
|
},
|
@@ -16345,7 +16354,7 @@ module.exports={
|
|
16345
16354
|
],
|
16346
16355
|
"members": {
|
16347
16356
|
"StackResourceDrift": {
|
16348
|
-
"shape": "
|
16357
|
+
"shape": "S7t"
|
16349
16358
|
}
|
16350
16359
|
}
|
16351
16360
|
}
|
@@ -16535,7 +16544,7 @@ module.exports={
|
|
16535
16544
|
"Version": {},
|
16536
16545
|
"Metadata": {},
|
16537
16546
|
"DeclaredTransforms": {
|
16538
|
-
"shape": "
|
16547
|
+
"shape": "Sap"
|
16539
16548
|
},
|
16540
16549
|
"ResourceIdentifierSummaries": {
|
16541
16550
|
"type": "list",
|
@@ -16544,7 +16553,7 @@ module.exports={
|
|
16544
16553
|
"members": {
|
16545
16554
|
"ResourceType": {},
|
16546
16555
|
"LogicalResourceIds": {
|
16547
|
-
"shape": "
|
16556
|
+
"shape": "S9r"
|
16548
16557
|
},
|
16549
16558
|
"ResourceIdentifiers": {
|
16550
16559
|
"type": "list",
|
@@ -16751,7 +16760,7 @@ module.exports={
|
|
16751
16760
|
"members": {
|
16752
16761
|
"ResourceType": {},
|
16753
16762
|
"ResourceIdentifier": {
|
16754
|
-
"shape": "
|
16763
|
+
"shape": "Sbk"
|
16755
16764
|
}
|
16756
16765
|
}
|
16757
16766
|
}
|
@@ -16769,7 +16778,7 @@ module.exports={
|
|
16769
16778
|
"RelatedResources": {
|
16770
16779
|
"type": "list",
|
16771
16780
|
"member": {
|
16772
|
-
"shape": "
|
16781
|
+
"shape": "Sbp"
|
16773
16782
|
}
|
16774
16783
|
},
|
16775
16784
|
"NextToken": {}
|
@@ -16801,7 +16810,7 @@ module.exports={
|
|
16801
16810
|
"Resources": {
|
16802
16811
|
"type": "list",
|
16803
16812
|
"member": {
|
16804
|
-
"shape": "
|
16813
|
+
"shape": "Sbp"
|
16805
16814
|
}
|
16806
16815
|
},
|
16807
16816
|
"NextToken": {}
|
@@ -16862,7 +16871,7 @@ module.exports={
|
|
16862
16871
|
"type": "integer"
|
16863
16872
|
},
|
16864
16873
|
"StackInstanceResourceDriftStatuses": {
|
16865
|
-
"shape": "
|
16874
|
+
"shape": "S7p"
|
16866
16875
|
},
|
16867
16876
|
"StackInstanceAccount": {},
|
16868
16877
|
"StackInstanceRegion": {},
|
@@ -16890,11 +16899,11 @@ module.exports={
|
|
16890
16899
|
"LogicalResourceId": {},
|
16891
16900
|
"PhysicalResourceId": {},
|
16892
16901
|
"PhysicalResourceIdContext": {
|
16893
|
-
"shape": "
|
16902
|
+
"shape": "S7u"
|
16894
16903
|
},
|
16895
16904
|
"ResourceType": {},
|
16896
16905
|
"PropertyDifferences": {
|
16897
|
-
"shape": "
|
16906
|
+
"shape": "S7z"
|
16898
16907
|
},
|
16899
16908
|
"StackResourceDriftStatus": {},
|
16900
16909
|
"Timestamp": {
|
@@ -16950,7 +16959,7 @@ module.exports={
|
|
16950
16959
|
"Status": {},
|
16951
16960
|
"StatusReason": {},
|
16952
16961
|
"StackInstanceStatus": {
|
16953
|
-
"shape": "
|
16962
|
+
"shape": "S7f"
|
16954
16963
|
},
|
16955
16964
|
"OrganizationalUnitId": {},
|
16956
16965
|
"DriftStatus": {},
|
@@ -17012,7 +17021,7 @@ module.exports={
|
|
17012
17021
|
}
|
17013
17022
|
},
|
17014
17023
|
"ModuleInfo": {
|
17015
|
-
"shape": "
|
17024
|
+
"shape": "S57"
|
17016
17025
|
}
|
17017
17026
|
}
|
17018
17027
|
}
|
@@ -17146,7 +17155,7 @@ module.exports={
|
|
17146
17155
|
},
|
17147
17156
|
"StatusReason": {},
|
17148
17157
|
"StatusDetails": {
|
17149
|
-
"shape": "
|
17158
|
+
"shape": "S8r"
|
17150
17159
|
},
|
17151
17160
|
"OperationPreferences": {
|
17152
17161
|
"shape": "S34"
|
@@ -17858,7 +17867,7 @@ module.exports={
|
|
17858
17867
|
},
|
17859
17868
|
"CapabilitiesReason": {},
|
17860
17869
|
"DeclaredTransforms": {
|
17861
|
-
"shape": "
|
17870
|
+
"shape": "Sap"
|
17862
17871
|
}
|
17863
17872
|
}
|
17864
17873
|
}
|
@@ -18043,20 +18052,20 @@ module.exports={
|
|
18043
18052
|
}
|
18044
18053
|
}
|
18045
18054
|
},
|
18046
|
-
"
|
18055
|
+
"S57": {
|
18047
18056
|
"type": "structure",
|
18048
18057
|
"members": {
|
18049
18058
|
"TypeHierarchy": {},
|
18050
18059
|
"LogicalIdHierarchy": {}
|
18051
18060
|
}
|
18052
18061
|
},
|
18053
|
-
"
|
18062
|
+
"S7f": {
|
18054
18063
|
"type": "structure",
|
18055
18064
|
"members": {
|
18056
18065
|
"DetailedStatus": {}
|
18057
18066
|
}
|
18058
18067
|
},
|
18059
|
-
"
|
18068
|
+
"S7m": {
|
18060
18069
|
"type": "structure",
|
18061
18070
|
"required": [
|
18062
18071
|
"StackResourceDriftStatus"
|
@@ -18068,11 +18077,11 @@ module.exports={
|
|
18068
18077
|
}
|
18069
18078
|
}
|
18070
18079
|
},
|
18071
|
-
"
|
18080
|
+
"S7p": {
|
18072
18081
|
"type": "list",
|
18073
18082
|
"member": {}
|
18074
18083
|
},
|
18075
|
-
"
|
18084
|
+
"S7t": {
|
18076
18085
|
"type": "structure",
|
18077
18086
|
"required": [
|
18078
18087
|
"StackId",
|
@@ -18086,24 +18095,24 @@ module.exports={
|
|
18086
18095
|
"LogicalResourceId": {},
|
18087
18096
|
"PhysicalResourceId": {},
|
18088
18097
|
"PhysicalResourceIdContext": {
|
18089
|
-
"shape": "
|
18098
|
+
"shape": "S7u"
|
18090
18099
|
},
|
18091
18100
|
"ResourceType": {},
|
18092
18101
|
"ExpectedProperties": {},
|
18093
18102
|
"ActualProperties": {},
|
18094
18103
|
"PropertyDifferences": {
|
18095
|
-
"shape": "
|
18104
|
+
"shape": "S7z"
|
18096
18105
|
},
|
18097
18106
|
"StackResourceDriftStatus": {},
|
18098
18107
|
"Timestamp": {
|
18099
18108
|
"type": "timestamp"
|
18100
18109
|
},
|
18101
18110
|
"ModuleInfo": {
|
18102
|
-
"shape": "
|
18111
|
+
"shape": "S57"
|
18103
18112
|
}
|
18104
18113
|
}
|
18105
18114
|
},
|
18106
|
-
"
|
18115
|
+
"S7u": {
|
18107
18116
|
"type": "list",
|
18108
18117
|
"member": {
|
18109
18118
|
"type": "structure",
|
@@ -18117,7 +18126,7 @@ module.exports={
|
|
18117
18126
|
}
|
18118
18127
|
}
|
18119
18128
|
},
|
18120
|
-
"
|
18129
|
+
"S7z": {
|
18121
18130
|
"type": "list",
|
18122
18131
|
"member": {
|
18123
18132
|
"type": "structure",
|
@@ -18135,7 +18144,7 @@ module.exports={
|
|
18135
18144
|
}
|
18136
18145
|
}
|
18137
18146
|
},
|
18138
|
-
"
|
18147
|
+
"S8c": {
|
18139
18148
|
"type": "structure",
|
18140
18149
|
"members": {
|
18141
18150
|
"DriftStatus": {},
|
@@ -18160,7 +18169,7 @@ module.exports={
|
|
18160
18169
|
}
|
18161
18170
|
}
|
18162
18171
|
},
|
18163
|
-
"
|
18172
|
+
"S8r": {
|
18164
18173
|
"type": "structure",
|
18165
18174
|
"members": {
|
18166
18175
|
"FailedStackInstancesCount": {
|
@@ -18168,25 +18177,25 @@ module.exports={
|
|
18168
18177
|
}
|
18169
18178
|
}
|
18170
18179
|
},
|
18171
|
-
"
|
18180
|
+
"S9r": {
|
18172
18181
|
"type": "list",
|
18173
18182
|
"member": {}
|
18174
18183
|
},
|
18175
|
-
"
|
18184
|
+
"Sap": {
|
18176
18185
|
"type": "list",
|
18177
18186
|
"member": {}
|
18178
18187
|
},
|
18179
|
-
"
|
18188
|
+
"Sbk": {
|
18180
18189
|
"type": "map",
|
18181
18190
|
"key": {},
|
18182
18191
|
"value": {}
|
18183
18192
|
},
|
18184
|
-
"
|
18193
|
+
"Sbp": {
|
18185
18194
|
"type": "structure",
|
18186
18195
|
"members": {
|
18187
18196
|
"ResourceType": {},
|
18188
18197
|
"ResourceIdentifier": {
|
18189
|
-
"shape": "
|
18198
|
+
"shape": "Sbk"
|
18190
18199
|
},
|
18191
18200
|
"ManagedByStack": {
|
18192
18201
|
"type": "boolean"
|
@@ -156342,8 +156351,7 @@ module.exports={
|
|
156342
156351
|
"input": {
|
156343
156352
|
"type": "structure",
|
156344
156353
|
"required": [
|
156345
|
-
"Url"
|
156346
|
-
"ThumbprintList"
|
156354
|
+
"Url"
|
156347
156355
|
],
|
156348
156356
|
"members": {
|
156349
156357
|
"Url": {},
|
@@ -178837,7 +178845,10 @@ module.exports={
|
|
178837
178845
|
"KeyId"
|
178838
178846
|
],
|
178839
178847
|
"members": {
|
178840
|
-
"KeyId": {}
|
178848
|
+
"KeyId": {},
|
178849
|
+
"RotationPeriodInDays": {
|
178850
|
+
"type": "integer"
|
178851
|
+
}
|
178841
178852
|
}
|
178842
178853
|
}
|
178843
178854
|
},
|
@@ -179122,6 +179133,16 @@ module.exports={
|
|
179122
179133
|
"members": {
|
179123
179134
|
"KeyRotationEnabled": {
|
179124
179135
|
"type": "boolean"
|
179136
|
+
},
|
179137
|
+
"KeyId": {},
|
179138
|
+
"RotationPeriodInDays": {
|
179139
|
+
"type": "integer"
|
179140
|
+
},
|
179141
|
+
"NextRotationDate": {
|
179142
|
+
"type": "timestamp"
|
179143
|
+
},
|
179144
|
+
"OnDemandRotationStartDate": {
|
179145
|
+
"type": "timestamp"
|
179125
179146
|
}
|
179126
179147
|
}
|
179127
179148
|
}
|
@@ -179274,7 +179295,7 @@ module.exports={
|
|
179274
179295
|
}
|
179275
179296
|
},
|
179276
179297
|
"output": {
|
179277
|
-
"shape": "
|
179298
|
+
"shape": "S3s"
|
179278
179299
|
}
|
179279
179300
|
},
|
179280
179301
|
"ListKeyPolicies": {
|
@@ -179305,6 +179326,43 @@ module.exports={
|
|
179305
179326
|
}
|
179306
179327
|
}
|
179307
179328
|
},
|
179329
|
+
"ListKeyRotations": {
|
179330
|
+
"input": {
|
179331
|
+
"type": "structure",
|
179332
|
+
"required": [
|
179333
|
+
"KeyId"
|
179334
|
+
],
|
179335
|
+
"members": {
|
179336
|
+
"KeyId": {},
|
179337
|
+
"Limit": {
|
179338
|
+
"type": "integer"
|
179339
|
+
},
|
179340
|
+
"Marker": {}
|
179341
|
+
}
|
179342
|
+
},
|
179343
|
+
"output": {
|
179344
|
+
"type": "structure",
|
179345
|
+
"members": {
|
179346
|
+
"Rotations": {
|
179347
|
+
"type": "list",
|
179348
|
+
"member": {
|
179349
|
+
"type": "structure",
|
179350
|
+
"members": {
|
179351
|
+
"KeyId": {},
|
179352
|
+
"RotationDate": {
|
179353
|
+
"type": "timestamp"
|
179354
|
+
},
|
179355
|
+
"RotationType": {}
|
179356
|
+
}
|
179357
|
+
}
|
179358
|
+
},
|
179359
|
+
"NextMarker": {},
|
179360
|
+
"Truncated": {
|
179361
|
+
"type": "boolean"
|
179362
|
+
}
|
179363
|
+
}
|
179364
|
+
}
|
179365
|
+
},
|
179308
179366
|
"ListKeys": {
|
179309
179367
|
"input": {
|
179310
179368
|
"type": "structure",
|
@@ -179377,7 +179435,7 @@ module.exports={
|
|
179377
179435
|
}
|
179378
179436
|
},
|
179379
179437
|
"output": {
|
179380
|
-
"shape": "
|
179438
|
+
"shape": "S3s"
|
179381
179439
|
}
|
179382
179440
|
},
|
179383
179441
|
"PutKeyPolicy": {
|
@@ -179501,6 +179559,23 @@ module.exports={
|
|
179501
179559
|
}
|
179502
179560
|
}
|
179503
179561
|
},
|
179562
|
+
"RotateKeyOnDemand": {
|
179563
|
+
"input": {
|
179564
|
+
"type": "structure",
|
179565
|
+
"required": [
|
179566
|
+
"KeyId"
|
179567
|
+
],
|
179568
|
+
"members": {
|
179569
|
+
"KeyId": {}
|
179570
|
+
}
|
179571
|
+
},
|
179572
|
+
"output": {
|
179573
|
+
"type": "structure",
|
179574
|
+
"members": {
|
179575
|
+
"KeyId": {}
|
179576
|
+
}
|
179577
|
+
}
|
179578
|
+
},
|
179504
179579
|
"ScheduleKeyDeletion": {
|
179505
179580
|
"input": {
|
179506
179581
|
"type": "structure",
|
@@ -179905,7 +179980,7 @@ module.exports={
|
|
179905
179980
|
"type": "blob",
|
179906
179981
|
"sensitive": true
|
179907
179982
|
},
|
179908
|
-
"
|
179983
|
+
"S3s": {
|
179909
179984
|
"type": "structure",
|
179910
179985
|
"members": {
|
179911
179986
|
"Grants": {
|
@@ -179945,42 +180020,56 @@ module.exports={
|
|
179945
180020
|
"DescribeCustomKeyStores": {
|
179946
180021
|
"input_token": "Marker",
|
179947
180022
|
"limit_key": "Limit",
|
180023
|
+
"more_results": "Truncated",
|
179948
180024
|
"output_token": "NextMarker",
|
179949
180025
|
"result_key": "CustomKeyStores"
|
179950
180026
|
},
|
179951
180027
|
"ListAliases": {
|
179952
180028
|
"input_token": "Marker",
|
179953
180029
|
"limit_key": "Limit",
|
180030
|
+
"more_results": "Truncated",
|
179954
180031
|
"output_token": "NextMarker",
|
179955
180032
|
"result_key": "Aliases"
|
179956
180033
|
},
|
179957
180034
|
"ListGrants": {
|
179958
180035
|
"input_token": "Marker",
|
179959
180036
|
"limit_key": "Limit",
|
180037
|
+
"more_results": "Truncated",
|
179960
180038
|
"output_token": "NextMarker",
|
179961
180039
|
"result_key": "Grants"
|
179962
180040
|
},
|
179963
180041
|
"ListKeyPolicies": {
|
179964
180042
|
"input_token": "Marker",
|
179965
180043
|
"limit_key": "Limit",
|
180044
|
+
"more_results": "Truncated",
|
179966
180045
|
"output_token": "NextMarker",
|
179967
180046
|
"result_key": "PolicyNames"
|
179968
180047
|
},
|
180048
|
+
"ListKeyRotations": {
|
180049
|
+
"input_token": "Marker",
|
180050
|
+
"limit_key": "Limit",
|
180051
|
+
"more_results": "Truncated",
|
180052
|
+
"output_token": "NextMarker",
|
180053
|
+
"result_key": "Rotations"
|
180054
|
+
},
|
179969
180055
|
"ListKeys": {
|
179970
180056
|
"input_token": "Marker",
|
179971
180057
|
"limit_key": "Limit",
|
180058
|
+
"more_results": "Truncated",
|
179972
180059
|
"output_token": "NextMarker",
|
179973
180060
|
"result_key": "Keys"
|
179974
180061
|
},
|
179975
180062
|
"ListResourceTags": {
|
179976
180063
|
"input_token": "Marker",
|
179977
180064
|
"limit_key": "Limit",
|
180065
|
+
"more_results": "Truncated",
|
179978
180066
|
"output_token": "NextMarker",
|
179979
180067
|
"result_key": "Tags"
|
179980
180068
|
},
|
179981
180069
|
"ListRetirableGrants": {
|
179982
180070
|
"input_token": "Marker",
|
179983
180071
|
"limit_key": "Limit",
|
180072
|
+
"more_results": "Truncated",
|
179984
180073
|
"output_token": "NextMarker",
|
179985
180074
|
"result_key": "Grants"
|
179986
180075
|
}
|
@@ -196296,6 +196385,9 @@ module.exports={
|
|
196296
196385
|
"shape": "S2n"
|
196297
196386
|
},
|
196298
196387
|
"StateValue": {},
|
196388
|
+
"MetricCharacteristics": {
|
196389
|
+
"shape": "S2s"
|
196390
|
+
},
|
196299
196391
|
"SingleMetricAnomalyDetector": {
|
196300
196392
|
"shape": "Sc"
|
196301
196393
|
},
|
@@ -196615,14 +196707,14 @@ module.exports={
|
|
196615
196707
|
},
|
196616
196708
|
"StatusCode": {},
|
196617
196709
|
"Messages": {
|
196618
|
-
"shape": "
|
196710
|
+
"shape": "S47"
|
196619
196711
|
}
|
196620
196712
|
}
|
196621
196713
|
}
|
196622
196714
|
},
|
196623
196715
|
"NextToken": {},
|
196624
196716
|
"Messages": {
|
196625
|
-
"shape": "
|
196717
|
+
"shape": "S47"
|
196626
196718
|
}
|
196627
196719
|
}
|
196628
196720
|
}
|
@@ -196732,10 +196824,10 @@ module.exports={
|
|
196732
196824
|
"Arn": {},
|
196733
196825
|
"Name": {},
|
196734
196826
|
"IncludeFilters": {
|
196735
|
-
"shape": "
|
196827
|
+
"shape": "S4l"
|
196736
196828
|
},
|
196737
196829
|
"ExcludeFilters": {
|
196738
|
-
"shape": "
|
196830
|
+
"shape": "S4l"
|
196739
196831
|
},
|
196740
196832
|
"FirehoseArn": {},
|
196741
196833
|
"RoleArn": {},
|
@@ -196748,7 +196840,7 @@ module.exports={
|
|
196748
196840
|
},
|
196749
196841
|
"OutputFormat": {},
|
196750
196842
|
"StatisticsConfigurations": {
|
196751
|
-
"shape": "
|
196843
|
+
"shape": "S4q"
|
196752
196844
|
},
|
196753
196845
|
"IncludeLinkedAccountsMetrics": {
|
196754
196846
|
"type": "boolean"
|
@@ -196954,7 +197046,7 @@ module.exports={
|
|
196954
197046
|
"type": "structure",
|
196955
197047
|
"members": {
|
196956
197048
|
"Tags": {
|
196957
|
-
"shape": "
|
197049
|
+
"shape": "S5u"
|
196958
197050
|
}
|
196959
197051
|
}
|
196960
197052
|
}
|
@@ -196983,6 +197075,9 @@ module.exports={
|
|
196983
197075
|
"Configuration": {
|
196984
197076
|
"shape": "S2n"
|
196985
197077
|
},
|
197078
|
+
"MetricCharacteristics": {
|
197079
|
+
"shape": "S2s"
|
197080
|
+
},
|
196986
197081
|
"SingleMetricAnomalyDetector": {
|
196987
197082
|
"shape": "Sc"
|
196988
197083
|
},
|
@@ -197021,7 +197116,7 @@ module.exports={
|
|
197021
197116
|
"shape": "S1t"
|
197022
197117
|
},
|
197023
197118
|
"Tags": {
|
197024
|
-
"shape": "
|
197119
|
+
"shape": "S5u"
|
197025
197120
|
},
|
197026
197121
|
"ActionsSuppressor": {},
|
197027
197122
|
"ActionsSuppressorWaitPeriod": {
|
@@ -197074,7 +197169,7 @@ module.exports={
|
|
197074
197169
|
"RuleState": {},
|
197075
197170
|
"RuleDefinition": {},
|
197076
197171
|
"Tags": {
|
197077
|
-
"shape": "
|
197172
|
+
"shape": "S5u"
|
197078
197173
|
}
|
197079
197174
|
}
|
197080
197175
|
},
|
@@ -197103,7 +197198,7 @@ module.exports={
|
|
197103
197198
|
"TemplateName": {},
|
197104
197199
|
"ResourceARN": {},
|
197105
197200
|
"Tags": {
|
197106
|
-
"shape": "
|
197201
|
+
"shape": "S5u"
|
197107
197202
|
}
|
197108
197203
|
}
|
197109
197204
|
}
|
@@ -197170,7 +197265,7 @@ module.exports={
|
|
197170
197265
|
"shape": "Sf"
|
197171
197266
|
},
|
197172
197267
|
"Tags": {
|
197173
|
-
"shape": "
|
197268
|
+
"shape": "S5u"
|
197174
197269
|
},
|
197175
197270
|
"ThresholdMetricId": {}
|
197176
197271
|
}
|
@@ -197265,19 +197360,19 @@ module.exports={
|
|
197265
197360
|
"members": {
|
197266
197361
|
"Name": {},
|
197267
197362
|
"IncludeFilters": {
|
197268
|
-
"shape": "
|
197363
|
+
"shape": "S4l"
|
197269
197364
|
},
|
197270
197365
|
"ExcludeFilters": {
|
197271
|
-
"shape": "
|
197366
|
+
"shape": "S4l"
|
197272
197367
|
},
|
197273
197368
|
"FirehoseArn": {},
|
197274
197369
|
"RoleArn": {},
|
197275
197370
|
"OutputFormat": {},
|
197276
197371
|
"Tags": {
|
197277
|
-
"shape": "
|
197372
|
+
"shape": "S5u"
|
197278
197373
|
},
|
197279
197374
|
"StatisticsConfigurations": {
|
197280
|
-
"shape": "
|
197375
|
+
"shape": "S4q"
|
197281
197376
|
},
|
197282
197377
|
"IncludeLinkedAccountsMetrics": {
|
197283
197378
|
"type": "boolean"
|
@@ -197316,7 +197411,7 @@ module.exports={
|
|
197316
197411
|
],
|
197317
197412
|
"members": {
|
197318
197413
|
"Names": {
|
197319
|
-
"shape": "
|
197414
|
+
"shape": "S6p"
|
197320
197415
|
}
|
197321
197416
|
}
|
197322
197417
|
},
|
@@ -197334,7 +197429,7 @@ module.exports={
|
|
197334
197429
|
],
|
197335
197430
|
"members": {
|
197336
197431
|
"Names": {
|
197337
|
-
"shape": "
|
197432
|
+
"shape": "S6p"
|
197338
197433
|
}
|
197339
197434
|
}
|
197340
197435
|
},
|
@@ -197354,7 +197449,7 @@ module.exports={
|
|
197354
197449
|
"members": {
|
197355
197450
|
"ResourceARN": {},
|
197356
197451
|
"Tags": {
|
197357
|
-
"shape": "
|
197452
|
+
"shape": "S5u"
|
197358
197453
|
}
|
197359
197454
|
}
|
197360
197455
|
},
|
@@ -197629,7 +197724,15 @@ module.exports={
|
|
197629
197724
|
"MetricTimezone": {}
|
197630
197725
|
}
|
197631
197726
|
},
|
197632
|
-
"
|
197727
|
+
"S2s": {
|
197728
|
+
"type": "structure",
|
197729
|
+
"members": {
|
197730
|
+
"PeriodicSpikes": {
|
197731
|
+
"type": "boolean"
|
197732
|
+
}
|
197733
|
+
}
|
197734
|
+
},
|
197735
|
+
"S47": {
|
197633
197736
|
"type": "list",
|
197634
197737
|
"member": {
|
197635
197738
|
"type": "structure",
|
@@ -197639,7 +197742,7 @@ module.exports={
|
|
197639
197742
|
}
|
197640
197743
|
}
|
197641
197744
|
},
|
197642
|
-
"
|
197745
|
+
"S4l": {
|
197643
197746
|
"type": "list",
|
197644
197747
|
"member": {
|
197645
197748
|
"type": "structure",
|
@@ -197652,7 +197755,7 @@ module.exports={
|
|
197652
197755
|
}
|
197653
197756
|
}
|
197654
197757
|
},
|
197655
|
-
"
|
197758
|
+
"S4q": {
|
197656
197759
|
"type": "list",
|
197657
197760
|
"member": {
|
197658
197761
|
"type": "structure",
|
@@ -197682,7 +197785,7 @@ module.exports={
|
|
197682
197785
|
}
|
197683
197786
|
}
|
197684
197787
|
},
|
197685
|
-
"
|
197788
|
+
"S5u": {
|
197686
197789
|
"type": "list",
|
197687
197790
|
"member": {
|
197688
197791
|
"type": "structure",
|
@@ -197696,7 +197799,7 @@ module.exports={
|
|
197696
197799
|
}
|
197697
197800
|
}
|
197698
197801
|
},
|
197699
|
-
"
|
197802
|
+
"S6p": {
|
197700
197803
|
"type": "list",
|
197701
197804
|
"member": {}
|
197702
197805
|
}
|
@@ -226116,7 +226219,8 @@ module.exports={
|
|
226116
226219
|
"type": "timestamp"
|
226117
226220
|
},
|
226118
226221
|
"MasterPasswordSecretArn": {},
|
226119
|
-
"MasterPasswordSecretKmsKeyId": {}
|
226222
|
+
"MasterPasswordSecretKmsKeyId": {},
|
226223
|
+
"SnapshotArn": {}
|
226120
226224
|
},
|
226121
226225
|
"wrapper": true
|
226122
226226
|
},
|
@@ -273451,7 +273555,7 @@ AWS.util.update(AWS, {
|
|
273451
273555
|
/**
|
273452
273556
|
* @constant
|
273453
273557
|
*/
|
273454
|
-
VERSION: '2.
|
273558
|
+
VERSION: '2.1599.0',
|
273455
273559
|
|
273456
273560
|
/**
|
273457
273561
|
* @api private
|
@@ -295706,7 +295810,7 @@ var LRUCache = /** @class */ (function () {
|
|
295706
295810
|
}());
|
295707
295811
|
exports.LRUCache = LRUCache;
|
295708
295812
|
},{}],467:[function(require,module,exports){
|
295709
|
-
// AWS SDK for JavaScript v2.
|
295813
|
+
// AWS SDK for JavaScript v2.1599.0
|
295710
295814
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295711
295815
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295712
295816
|
require('./browser_loader');
|