cdk-lambda-subminute 2.0.273 → 2.0.275
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/CHANGELOG.md +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +1 -2
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +28 -6
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +167 -35
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.paginators.json +34 -2
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +188 -173
- package/node_modules/aws-sdk/clients/appintegrations.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +53 -31
- package/node_modules/aws-sdk/clients/discovery.d.ts +170 -0
- package/node_modules/aws-sdk/clients/medicalimaging.d.ts +10 -10
- package/node_modules/aws-sdk/clients/ssm.d.ts +19 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +245 -85
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2330 -2010
- package/node_modules/aws-sdk/dist/aws-sdk.js +219 -182
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +7 -0
- package/node_modules/call-bind/index.js +4 -0
- package/node_modules/call-bind/package.json +6 -3
- package/node_modules/call-bind/test/index.js +11 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
- package/node_modules/get-intrinsic/index.js +1 -1
- package/node_modules/get-intrinsic/package.json +11 -11
- package/node_modules/has-property-descriptors/CHANGELOG.md +11 -0
- package/node_modules/has-property-descriptors/package.json +13 -6
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +20 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.d.ts.map +1 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +91 -0
- package/node_modules/hasown/tsconfig.json +49 -0
- package/package.json +3 -3
- package/node_modules/has/LICENSE-MIT +0 -22
- package/node_modules/has/README.md +0 -18
- package/node_modules/has/package.json +0 -45
- package/node_modules/has/src/index.js +0 -8
- package/node_modules/has/test/index.js +0 -16
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1478.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){
|
@@ -72091,6 +72091,28 @@ module.exports={
|
|
72091
72091
|
}
|
72092
72092
|
}
|
72093
72093
|
},
|
72094
|
+
"UpdatePhoneNumberMetadata": {
|
72095
|
+
"http": {
|
72096
|
+
"method": "PUT",
|
72097
|
+
"requestUri": "/phone-number/{PhoneNumberId}/metadata"
|
72098
|
+
},
|
72099
|
+
"input": {
|
72100
|
+
"type": "structure",
|
72101
|
+
"required": [
|
72102
|
+
"PhoneNumberId"
|
72103
|
+
],
|
72104
|
+
"members": {
|
72105
|
+
"PhoneNumberId": {
|
72106
|
+
"location": "uri",
|
72107
|
+
"locationName": "PhoneNumberId"
|
72108
|
+
},
|
72109
|
+
"PhoneNumberDescription": {},
|
72110
|
+
"ClientToken": {
|
72111
|
+
"idempotencyToken": true
|
72112
|
+
}
|
72113
|
+
}
|
72114
|
+
}
|
72115
|
+
},
|
72094
72116
|
"UpdatePrompt": {
|
72095
72117
|
"http": {
|
72096
72118
|
"requestUri": "/prompts/{InstanceId}/{PromptId}"
|
@@ -72643,19 +72665,19 @@ module.exports={
|
|
72643
72665
|
"type": "structure",
|
72644
72666
|
"members": {
|
72645
72667
|
"LevelOne": {
|
72646
|
-
"shape": "
|
72668
|
+
"shape": "Sqn"
|
72647
72669
|
},
|
72648
72670
|
"LevelTwo": {
|
72649
|
-
"shape": "
|
72671
|
+
"shape": "Sqn"
|
72650
72672
|
},
|
72651
72673
|
"LevelThree": {
|
72652
|
-
"shape": "
|
72674
|
+
"shape": "Sqn"
|
72653
72675
|
},
|
72654
72676
|
"LevelFour": {
|
72655
|
-
"shape": "
|
72677
|
+
"shape": "Sqn"
|
72656
72678
|
},
|
72657
72679
|
"LevelFive": {
|
72658
|
-
"shape": "
|
72680
|
+
"shape": "Sqn"
|
72659
72681
|
}
|
72660
72682
|
}
|
72661
72683
|
},
|
@@ -74108,7 +74130,7 @@ module.exports={
|
|
74108
74130
|
}
|
74109
74131
|
}
|
74110
74132
|
},
|
74111
|
-
"
|
74133
|
+
"Sqn": {
|
74112
74134
|
"type": "structure",
|
74113
74135
|
"required": [
|
74114
74136
|
"Name"
|
@@ -241075,6 +241097,21 @@ module.exports={
|
|
241075
241097
|
}
|
241076
241098
|
}
|
241077
241099
|
},
|
241100
|
+
"DeleteOpsItem": {
|
241101
|
+
"input": {
|
241102
|
+
"type": "structure",
|
241103
|
+
"required": [
|
241104
|
+
"OpsItemId"
|
241105
|
+
],
|
241106
|
+
"members": {
|
241107
|
+
"OpsItemId": {}
|
241108
|
+
}
|
241109
|
+
},
|
241110
|
+
"output": {
|
241111
|
+
"type": "structure",
|
241112
|
+
"members": {}
|
241113
|
+
}
|
241114
|
+
},
|
241078
241115
|
"DeleteOpsMetadata": {
|
241079
241116
|
"input": {
|
241080
241117
|
"type": "structure",
|
@@ -241113,7 +241150,7 @@ module.exports={
|
|
241113
241150
|
],
|
241114
241151
|
"members": {
|
241115
241152
|
"Names": {
|
241116
|
-
"shape": "
|
241153
|
+
"shape": "S7m"
|
241117
241154
|
}
|
241118
241155
|
}
|
241119
241156
|
},
|
@@ -241121,10 +241158,10 @@ module.exports={
|
|
241121
241158
|
"type": "structure",
|
241122
241159
|
"members": {
|
241123
241160
|
"DeletedParameters": {
|
241124
|
-
"shape": "
|
241161
|
+
"shape": "S7m"
|
241125
241162
|
},
|
241126
241163
|
"InvalidParameters": {
|
241127
|
-
"shape": "
|
241164
|
+
"shape": "S7m"
|
241128
241165
|
}
|
241129
241166
|
}
|
241130
241167
|
}
|
@@ -241511,7 +241548,7 @@ module.exports={
|
|
241511
241548
|
"ExecutedBy": {},
|
241512
241549
|
"LogFile": {},
|
241513
241550
|
"Outputs": {
|
241514
|
-
"shape": "
|
241551
|
+
"shape": "S9m"
|
241515
241552
|
},
|
241516
241553
|
"Mode": {},
|
241517
241554
|
"ParentAutomationExecutionId": {},
|
@@ -241526,7 +241563,7 @@ module.exports={
|
|
241526
241563
|
"shape": "S25"
|
241527
241564
|
},
|
241528
241565
|
"ResolvedTargets": {
|
241529
|
-
"shape": "
|
241566
|
+
"shape": "S9r"
|
241530
241567
|
},
|
241531
241568
|
"MaxConcurrency": {},
|
241532
241569
|
"MaxErrors": {},
|
@@ -241543,7 +241580,7 @@ module.exports={
|
|
241543
241580
|
"type": "timestamp"
|
241544
241581
|
},
|
241545
241582
|
"Runbooks": {
|
241546
|
-
"shape": "
|
241583
|
+
"shape": "S9v"
|
241547
241584
|
},
|
241548
241585
|
"OpsItemId": {},
|
241549
241586
|
"AssociationId": {},
|
@@ -241593,7 +241630,7 @@ module.exports={
|
|
241593
241630
|
"type": "structure",
|
241594
241631
|
"members": {
|
241595
241632
|
"StepExecutions": {
|
241596
|
-
"shape": "
|
241633
|
+
"shape": "Sa5"
|
241597
241634
|
},
|
241598
241635
|
"NextToken": {}
|
241599
241636
|
}
|
@@ -241604,7 +241641,7 @@ module.exports={
|
|
241604
241641
|
"type": "structure",
|
241605
241642
|
"members": {
|
241606
241643
|
"Filters": {
|
241607
|
-
"shape": "
|
241644
|
+
"shape": "Saf"
|
241608
241645
|
},
|
241609
241646
|
"MaxResults": {
|
241610
241647
|
"type": "integer"
|
@@ -241618,7 +241655,7 @@ module.exports={
|
|
241618
241655
|
"Patches": {
|
241619
241656
|
"type": "list",
|
241620
241657
|
"member": {
|
241621
|
-
"shape": "
|
241658
|
+
"shape": "San"
|
241622
241659
|
}
|
241623
241660
|
},
|
241624
241661
|
"NextToken": {}
|
@@ -241666,7 +241703,7 @@ module.exports={
|
|
241666
241703
|
"type": "structure",
|
241667
241704
|
"members": {
|
241668
241705
|
"AccountIds": {
|
241669
|
-
"shape": "
|
241706
|
+
"shape": "Sbi"
|
241670
241707
|
},
|
241671
241708
|
"AccountSharingInfoList": {
|
241672
241709
|
"type": "list",
|
@@ -241738,7 +241775,7 @@ module.exports={
|
|
241738
241775
|
"type": "structure",
|
241739
241776
|
"members": {
|
241740
241777
|
"Patch": {
|
241741
|
-
"shape": "
|
241778
|
+
"shape": "San"
|
241742
241779
|
},
|
241743
241780
|
"PatchStatus": {
|
241744
241781
|
"type": "structure",
|
@@ -241825,7 +241862,7 @@ module.exports={
|
|
241825
241862
|
"members": {
|
241826
241863
|
"key": {},
|
241827
241864
|
"valueSet": {
|
241828
|
-
"shape": "
|
241865
|
+
"shape": "Scb"
|
241829
241866
|
}
|
241830
241867
|
}
|
241831
241868
|
}
|
@@ -241841,7 +241878,7 @@ module.exports={
|
|
241841
241878
|
"members": {
|
241842
241879
|
"Key": {},
|
241843
241880
|
"Values": {
|
241844
|
-
"shape": "
|
241881
|
+
"shape": "Scb"
|
241845
241882
|
}
|
241846
241883
|
}
|
241847
241884
|
}
|
@@ -241932,7 +241969,7 @@ module.exports={
|
|
241932
241969
|
"InstancePatchStates": {
|
241933
241970
|
"type": "list",
|
241934
241971
|
"member": {
|
241935
|
-
"shape": "
|
241972
|
+
"shape": "Scx"
|
241936
241973
|
}
|
241937
241974
|
},
|
241938
241975
|
"NextToken": {}
|
@@ -241978,7 +242015,7 @@ module.exports={
|
|
241978
242015
|
"InstancePatchStates": {
|
241979
242016
|
"type": "list",
|
241980
242017
|
"member": {
|
241981
|
-
"shape": "
|
242018
|
+
"shape": "Scx"
|
241982
242019
|
}
|
241983
242020
|
},
|
241984
242021
|
"NextToken": {}
|
@@ -241994,7 +242031,7 @@ module.exports={
|
|
241994
242031
|
"members": {
|
241995
242032
|
"InstanceId": {},
|
241996
242033
|
"Filters": {
|
241997
|
-
"shape": "
|
242034
|
+
"shape": "Saf"
|
241998
242035
|
},
|
241999
242036
|
"NextToken": {},
|
242000
242037
|
"MaxResults": {
|
@@ -242084,7 +242121,7 @@ module.exports={
|
|
242084
242121
|
"WindowExecutionId": {},
|
242085
242122
|
"TaskId": {},
|
242086
242123
|
"Filters": {
|
242087
|
-
"shape": "
|
242124
|
+
"shape": "Se3"
|
242088
242125
|
},
|
242089
242126
|
"MaxResults": {
|
242090
242127
|
"type": "integer"
|
@@ -242106,7 +242143,7 @@ module.exports={
|
|
242106
242143
|
"ExecutionId": {},
|
242107
242144
|
"TaskType": {},
|
242108
242145
|
"Parameters": {
|
242109
|
-
"shape": "
|
242146
|
+
"shape": "Sef"
|
242110
242147
|
},
|
242111
242148
|
"Status": {},
|
242112
242149
|
"StatusDetails": {},
|
@@ -242117,7 +242154,7 @@ module.exports={
|
|
242117
242154
|
"type": "timestamp"
|
242118
242155
|
},
|
242119
242156
|
"OwnerInformation": {
|
242120
|
-
"shape": "
|
242157
|
+
"shape": "Sd0"
|
242121
242158
|
},
|
242122
242159
|
"WindowTargetId": {}
|
242123
242160
|
}
|
@@ -242136,7 +242173,7 @@ module.exports={
|
|
242136
242173
|
"members": {
|
242137
242174
|
"WindowExecutionId": {},
|
242138
242175
|
"Filters": {
|
242139
|
-
"shape": "
|
242176
|
+
"shape": "Se3"
|
242140
242177
|
},
|
242141
242178
|
"MaxResults": {
|
242142
242179
|
"type": "integer"
|
@@ -242186,7 +242223,7 @@ module.exports={
|
|
242186
242223
|
"members": {
|
242187
242224
|
"WindowId": {},
|
242188
242225
|
"Filters": {
|
242189
|
-
"shape": "
|
242226
|
+
"shape": "Se3"
|
242190
242227
|
},
|
242191
242228
|
"MaxResults": {
|
242192
242229
|
"type": "integer"
|
@@ -242229,7 +242266,7 @@ module.exports={
|
|
242229
242266
|
},
|
242230
242267
|
"ResourceType": {},
|
242231
242268
|
"Filters": {
|
242232
|
-
"shape": "
|
242269
|
+
"shape": "Saf"
|
242233
242270
|
},
|
242234
242271
|
"MaxResults": {
|
242235
242272
|
"type": "integer"
|
@@ -242264,7 +242301,7 @@ module.exports={
|
|
242264
242301
|
"members": {
|
242265
242302
|
"WindowId": {},
|
242266
242303
|
"Filters": {
|
242267
|
-
"shape": "
|
242304
|
+
"shape": "Se3"
|
242268
242305
|
},
|
242269
242306
|
"MaxResults": {
|
242270
242307
|
"type": "integer"
|
@@ -242287,7 +242324,7 @@ module.exports={
|
|
242287
242324
|
"shape": "S18"
|
242288
242325
|
},
|
242289
242326
|
"OwnerInformation": {
|
242290
|
-
"shape": "
|
242327
|
+
"shape": "Sd0"
|
242291
242328
|
},
|
242292
242329
|
"Name": {},
|
242293
242330
|
"Description": {
|
@@ -242309,7 +242346,7 @@ module.exports={
|
|
242309
242346
|
"members": {
|
242310
242347
|
"WindowId": {},
|
242311
242348
|
"Filters": {
|
242312
|
-
"shape": "
|
242349
|
+
"shape": "Se3"
|
242313
242350
|
},
|
242314
242351
|
"MaxResults": {
|
242315
242352
|
"type": "integer"
|
@@ -242333,13 +242370,13 @@ module.exports={
|
|
242333
242370
|
"shape": "S18"
|
242334
242371
|
},
|
242335
242372
|
"TaskParameters": {
|
242336
|
-
"shape": "
|
242373
|
+
"shape": "Sf6"
|
242337
242374
|
},
|
242338
242375
|
"Priority": {
|
242339
242376
|
"type": "integer"
|
242340
242377
|
},
|
242341
242378
|
"LoggingInfo": {
|
242342
|
-
"shape": "
|
242379
|
+
"shape": "Sfc"
|
242343
242380
|
},
|
242344
242381
|
"ServiceRoleArn": {},
|
242345
242382
|
"MaxConcurrency": {},
|
@@ -242364,7 +242401,7 @@ module.exports={
|
|
242364
242401
|
"type": "structure",
|
242365
242402
|
"members": {
|
242366
242403
|
"Filters": {
|
242367
|
-
"shape": "
|
242404
|
+
"shape": "Se3"
|
242368
242405
|
},
|
242369
242406
|
"MaxResults": {
|
242370
242407
|
"type": "integer"
|
@@ -242543,7 +242580,7 @@ module.exports={
|
|
242543
242580
|
}
|
242544
242581
|
},
|
242545
242582
|
"ParameterFilters": {
|
242546
|
-
"shape": "
|
242583
|
+
"shape": "Sg6"
|
242547
242584
|
},
|
242548
242585
|
"MaxResults": {
|
242549
242586
|
"type": "integer"
|
@@ -242573,7 +242610,7 @@ module.exports={
|
|
242573
242610
|
},
|
242574
242611
|
"Tier": {},
|
242575
242612
|
"Policies": {
|
242576
|
-
"shape": "
|
242613
|
+
"shape": "Sgl"
|
242577
242614
|
},
|
242578
242615
|
"DataType": {}
|
242579
242616
|
}
|
@@ -242588,7 +242625,7 @@ module.exports={
|
|
242588
242625
|
"type": "structure",
|
242589
242626
|
"members": {
|
242590
242627
|
"Filters": {
|
242591
|
-
"shape": "
|
242628
|
+
"shape": "Saf"
|
242592
242629
|
},
|
242593
242630
|
"MaxResults": {
|
242594
242631
|
"type": "integer"
|
@@ -242602,7 +242639,7 @@ module.exports={
|
|
242602
242639
|
"BaselineIdentities": {
|
242603
242640
|
"type": "list",
|
242604
242641
|
"member": {
|
242605
|
-
"shape": "
|
242642
|
+
"shape": "Sgr"
|
242606
242643
|
}
|
242607
242644
|
},
|
242608
242645
|
"NextToken": {}
|
@@ -242669,7 +242706,7 @@ module.exports={
|
|
242669
242706
|
"type": "integer"
|
242670
242707
|
},
|
242671
242708
|
"Filters": {
|
242672
|
-
"shape": "
|
242709
|
+
"shape": "Saf"
|
242673
242710
|
},
|
242674
242711
|
"NextToken": {}
|
242675
242712
|
}
|
@@ -242684,7 +242721,7 @@ module.exports={
|
|
242684
242721
|
"members": {
|
242685
242722
|
"PatchGroup": {},
|
242686
242723
|
"BaselineIdentity": {
|
242687
|
-
"shape": "
|
242724
|
+
"shape": "Sgr"
|
242688
242725
|
}
|
242689
242726
|
}
|
242690
242727
|
}
|
@@ -242833,16 +242870,16 @@ module.exports={
|
|
242833
242870
|
},
|
242834
242871
|
"AutomationExecutionStatus": {},
|
242835
242872
|
"StepExecutions": {
|
242836
|
-
"shape": "
|
242873
|
+
"shape": "Sa5"
|
242837
242874
|
},
|
242838
242875
|
"StepExecutionsTruncated": {
|
242839
242876
|
"type": "boolean"
|
242840
242877
|
},
|
242841
242878
|
"Parameters": {
|
242842
|
-
"shape": "
|
242879
|
+
"shape": "S9m"
|
242843
242880
|
},
|
242844
242881
|
"Outputs": {
|
242845
|
-
"shape": "
|
242882
|
+
"shape": "S9m"
|
242846
242883
|
},
|
242847
242884
|
"FailureMessage": {},
|
242848
242885
|
"Mode": {},
|
@@ -242858,7 +242895,7 @@ module.exports={
|
|
242858
242895
|
"shape": "S25"
|
242859
242896
|
},
|
242860
242897
|
"ResolvedTargets": {
|
242861
|
-
"shape": "
|
242898
|
+
"shape": "S9r"
|
242862
242899
|
},
|
242863
242900
|
"MaxConcurrency": {},
|
242864
242901
|
"MaxErrors": {},
|
@@ -242897,7 +242934,7 @@ module.exports={
|
|
242897
242934
|
"type": "timestamp"
|
242898
242935
|
},
|
242899
242936
|
"Runbooks": {
|
242900
|
-
"shape": "
|
242937
|
+
"shape": "S9v"
|
242901
242938
|
},
|
242902
242939
|
"OpsItemId": {},
|
242903
242940
|
"AssociationId": {},
|
@@ -242964,7 +243001,7 @@ module.exports={
|
|
242964
243001
|
"StandardErrorContent": {},
|
242965
243002
|
"StandardErrorUrl": {},
|
242966
243003
|
"CloudWatchOutputConfig": {
|
242967
|
-
"shape": "
|
243004
|
+
"shape": "Sic"
|
242968
243005
|
}
|
242969
243006
|
}
|
242970
243007
|
}
|
@@ -243105,10 +243142,10 @@ module.exports={
|
|
243105
243142
|
"type": "structure",
|
243106
243143
|
"members": {
|
243107
243144
|
"Filters": {
|
243108
|
-
"shape": "
|
243145
|
+
"shape": "Siy"
|
243109
243146
|
},
|
243110
243147
|
"Aggregators": {
|
243111
|
-
"shape": "
|
243148
|
+
"shape": "Sj4"
|
243112
243149
|
},
|
243113
243150
|
"ResultAttributes": {
|
243114
243151
|
"type": "list",
|
@@ -243153,7 +243190,7 @@ module.exports={
|
|
243153
243190
|
"CaptureTime": {},
|
243154
243191
|
"ContentHash": {},
|
243155
243192
|
"Content": {
|
243156
|
-
"shape": "
|
243193
|
+
"shape": "Sjl"
|
243157
243194
|
}
|
243158
243195
|
}
|
243159
243196
|
}
|
@@ -243317,7 +243354,7 @@ module.exports={
|
|
243317
243354
|
"TaskParameters": {
|
243318
243355
|
"type": "list",
|
243319
243356
|
"member": {
|
243320
|
-
"shape": "
|
243357
|
+
"shape": "Sf6"
|
243321
243358
|
},
|
243322
243359
|
"sensitive": true
|
243323
243360
|
},
|
@@ -243366,7 +243403,7 @@ module.exports={
|
|
243366
243403
|
"ExecutionId": {},
|
243367
243404
|
"TaskType": {},
|
243368
243405
|
"Parameters": {
|
243369
|
-
"shape": "
|
243406
|
+
"shape": "Sef"
|
243370
243407
|
},
|
243371
243408
|
"Status": {},
|
243372
243409
|
"StatusDetails": {},
|
@@ -243377,7 +243414,7 @@ module.exports={
|
|
243377
243414
|
"type": "timestamp"
|
243378
243415
|
},
|
243379
243416
|
"OwnerInformation": {
|
243380
|
-
"shape": "
|
243417
|
+
"shape": "Sd0"
|
243381
243418
|
},
|
243382
243419
|
"WindowTargetId": {}
|
243383
243420
|
}
|
@@ -243407,10 +243444,10 @@ module.exports={
|
|
243407
243444
|
"ServiceRoleArn": {},
|
243408
243445
|
"TaskType": {},
|
243409
243446
|
"TaskParameters": {
|
243410
|
-
"shape": "
|
243447
|
+
"shape": "Sf6"
|
243411
243448
|
},
|
243412
243449
|
"TaskInvocationParameters": {
|
243413
|
-
"shape": "
|
243450
|
+
"shape": "Skc"
|
243414
243451
|
},
|
243415
243452
|
"Priority": {
|
243416
243453
|
"type": "integer"
|
@@ -243418,7 +243455,7 @@ module.exports={
|
|
243418
243455
|
"MaxConcurrency": {},
|
243419
243456
|
"MaxErrors": {},
|
243420
243457
|
"LoggingInfo": {
|
243421
|
-
"shape": "
|
243458
|
+
"shape": "Sfc"
|
243422
243459
|
},
|
243423
243460
|
"Name": {},
|
243424
243461
|
"Description": {
|
@@ -243526,10 +243563,10 @@ module.exports={
|
|
243526
243563
|
"members": {
|
243527
243564
|
"SyncName": {},
|
243528
243565
|
"Filters": {
|
243529
|
-
"shape": "
|
243566
|
+
"shape": "Skz"
|
243530
243567
|
},
|
243531
243568
|
"Aggregators": {
|
243532
|
-
"shape": "
|
243569
|
+
"shape": "Sl5"
|
243533
243570
|
},
|
243534
243571
|
"ResultAttributes": {
|
243535
243572
|
"type": "list",
|
@@ -243600,7 +243637,7 @@ module.exports={
|
|
243600
243637
|
"type": "structure",
|
243601
243638
|
"members": {
|
243602
243639
|
"Parameter": {
|
243603
|
-
"shape": "
|
243640
|
+
"shape": "Slr"
|
243604
243641
|
}
|
243605
243642
|
}
|
243606
243643
|
}
|
@@ -243639,18 +243676,18 @@ module.exports={
|
|
243639
243676
|
"LastModifiedUser": {},
|
243640
243677
|
"Description": {},
|
243641
243678
|
"Value": {
|
243642
|
-
"shape": "
|
243679
|
+
"shape": "Sls"
|
243643
243680
|
},
|
243644
243681
|
"AllowedPattern": {},
|
243645
243682
|
"Version": {
|
243646
243683
|
"type": "long"
|
243647
243684
|
},
|
243648
243685
|
"Labels": {
|
243649
|
-
"shape": "
|
243686
|
+
"shape": "Sly"
|
243650
243687
|
},
|
243651
243688
|
"Tier": {},
|
243652
243689
|
"Policies": {
|
243653
|
-
"shape": "
|
243690
|
+
"shape": "Sgl"
|
243654
243691
|
},
|
243655
243692
|
"DataType": {}
|
243656
243693
|
}
|
@@ -243668,7 +243705,7 @@ module.exports={
|
|
243668
243705
|
],
|
243669
243706
|
"members": {
|
243670
243707
|
"Names": {
|
243671
|
-
"shape": "
|
243708
|
+
"shape": "S7m"
|
243672
243709
|
},
|
243673
243710
|
"WithDecryption": {
|
243674
243711
|
"type": "boolean"
|
@@ -243679,10 +243716,10 @@ module.exports={
|
|
243679
243716
|
"type": "structure",
|
243680
243717
|
"members": {
|
243681
243718
|
"Parameters": {
|
243682
|
-
"shape": "
|
243719
|
+
"shape": "Sm2"
|
243683
243720
|
},
|
243684
243721
|
"InvalidParameters": {
|
243685
|
-
"shape": "
|
243722
|
+
"shape": "S7m"
|
243686
243723
|
}
|
243687
243724
|
}
|
243688
243725
|
}
|
@@ -243699,7 +243736,7 @@ module.exports={
|
|
243699
243736
|
"type": "boolean"
|
243700
243737
|
},
|
243701
243738
|
"ParameterFilters": {
|
243702
|
-
"shape": "
|
243739
|
+
"shape": "Sg6"
|
243703
243740
|
},
|
243704
243741
|
"WithDecryption": {
|
243705
243742
|
"type": "boolean"
|
@@ -243714,7 +243751,7 @@ module.exports={
|
|
243714
243751
|
"type": "structure",
|
243715
243752
|
"members": {
|
243716
243753
|
"Parameters": {
|
243717
|
-
"shape": "
|
243754
|
+
"shape": "Sm2"
|
243718
243755
|
},
|
243719
243756
|
"NextToken": {}
|
243720
243757
|
}
|
@@ -243836,7 +243873,7 @@ module.exports={
|
|
243836
243873
|
"type": "structure",
|
243837
243874
|
"members": {
|
243838
243875
|
"ServiceSetting": {
|
243839
|
-
"shape": "
|
243876
|
+
"shape": "Smk"
|
243840
243877
|
}
|
243841
243878
|
}
|
243842
243879
|
}
|
@@ -243854,7 +243891,7 @@ module.exports={
|
|
243854
243891
|
"type": "long"
|
243855
243892
|
},
|
243856
243893
|
"Labels": {
|
243857
|
-
"shape": "
|
243894
|
+
"shape": "Sly"
|
243858
243895
|
}
|
243859
243896
|
}
|
243860
243897
|
},
|
@@ -243862,7 +243899,7 @@ module.exports={
|
|
243862
243899
|
"type": "structure",
|
243863
243900
|
"members": {
|
243864
243901
|
"InvalidLabels": {
|
243865
|
-
"shape": "
|
243902
|
+
"shape": "Sly"
|
243866
243903
|
},
|
243867
243904
|
"ParameterVersion": {
|
243868
243905
|
"type": "long"
|
@@ -244008,7 +244045,7 @@ module.exports={
|
|
244008
244045
|
},
|
244009
244046
|
"NextToken": {},
|
244010
244047
|
"Filters": {
|
244011
|
-
"shape": "
|
244048
|
+
"shape": "Sn2"
|
244012
244049
|
},
|
244013
244050
|
"Details": {
|
244014
244051
|
"type": "boolean"
|
@@ -244065,10 +244102,10 @@ module.exports={
|
|
244065
244102
|
},
|
244066
244103
|
"ServiceRole": {},
|
244067
244104
|
"NotificationConfig": {
|
244068
|
-
"shape": "
|
244105
|
+
"shape": "Ske"
|
244069
244106
|
},
|
244070
244107
|
"CloudWatchOutputConfig": {
|
244071
|
-
"shape": "
|
244108
|
+
"shape": "Sic"
|
244072
244109
|
}
|
244073
244110
|
}
|
244074
244111
|
}
|
@@ -244088,7 +244125,7 @@ module.exports={
|
|
244088
244125
|
},
|
244089
244126
|
"NextToken": {},
|
244090
244127
|
"Filters": {
|
244091
|
-
"shape": "
|
244128
|
+
"shape": "Sn2"
|
244092
244129
|
}
|
244093
244130
|
}
|
244094
244131
|
},
|
@@ -244098,7 +244135,7 @@ module.exports={
|
|
244098
244135
|
"Commands": {
|
244099
244136
|
"type": "list",
|
244100
244137
|
"member": {
|
244101
|
-
"shape": "
|
244138
|
+
"shape": "Sni"
|
244102
244139
|
}
|
244103
244140
|
},
|
244104
244141
|
"NextToken": {}
|
@@ -244110,7 +244147,7 @@ module.exports={
|
|
244110
244147
|
"type": "structure",
|
244111
244148
|
"members": {
|
244112
244149
|
"Filters": {
|
244113
|
-
"shape": "
|
244150
|
+
"shape": "Snp"
|
244114
244151
|
},
|
244115
244152
|
"ResourceIds": {
|
244116
244153
|
"type": "list",
|
@@ -244142,10 +244179,10 @@ module.exports={
|
|
244142
244179
|
"Status": {},
|
244143
244180
|
"Severity": {},
|
244144
244181
|
"ExecutionSummary": {
|
244145
|
-
"shape": "
|
244182
|
+
"shape": "So7"
|
244146
244183
|
},
|
244147
244184
|
"Details": {
|
244148
|
-
"shape": "
|
244185
|
+
"shape": "Soa"
|
244149
244186
|
}
|
244150
244187
|
}
|
244151
244188
|
}
|
@@ -244159,7 +244196,7 @@ module.exports={
|
|
244159
244196
|
"type": "structure",
|
244160
244197
|
"members": {
|
244161
244198
|
"Filters": {
|
244162
|
-
"shape": "
|
244199
|
+
"shape": "Snp"
|
244163
244200
|
},
|
244164
244201
|
"NextToken": {},
|
244165
244202
|
"MaxResults": {
|
@@ -244177,10 +244214,10 @@ module.exports={
|
|
244177
244214
|
"members": {
|
244178
244215
|
"ComplianceType": {},
|
244179
244216
|
"CompliantSummary": {
|
244180
|
-
"shape": "
|
244217
|
+
"shape": "Sof"
|
244181
244218
|
},
|
244182
244219
|
"NonCompliantSummary": {
|
244183
|
-
"shape": "
|
244220
|
+
"shape": "Soi"
|
244184
244221
|
}
|
244185
244222
|
}
|
244186
244223
|
}
|
@@ -244228,7 +244265,7 @@ module.exports={
|
|
244228
244265
|
},
|
244229
244266
|
"ReviewStatus": {},
|
244230
244267
|
"Comment": {
|
244231
|
-
"shape": "
|
244268
|
+
"shape": "Sop"
|
244232
244269
|
},
|
244233
244270
|
"Reviewer": {}
|
244234
244271
|
}
|
@@ -244369,7 +244406,7 @@ module.exports={
|
|
244369
244406
|
"InstanceId": {},
|
244370
244407
|
"TypeName": {},
|
244371
244408
|
"Filters": {
|
244372
|
-
"shape": "
|
244409
|
+
"shape": "Siy"
|
244373
244410
|
},
|
244374
244411
|
"NextToken": {},
|
244375
244412
|
"MaxResults": {
|
@@ -244385,7 +244422,7 @@ module.exports={
|
|
244385
244422
|
"SchemaVersion": {},
|
244386
244423
|
"CaptureTime": {},
|
244387
244424
|
"Entries": {
|
244388
|
-
"shape": "
|
244425
|
+
"shape": "Sjl"
|
244389
244426
|
},
|
244390
244427
|
"NextToken": {}
|
244391
244428
|
}
|
@@ -244435,7 +244472,7 @@ module.exports={
|
|
244435
244472
|
"DetailType": {},
|
244436
244473
|
"Detail": {},
|
244437
244474
|
"CreatedBy": {
|
244438
|
-
"shape": "
|
244475
|
+
"shape": "Spn"
|
244439
244476
|
},
|
244440
244477
|
"CreatedTime": {
|
244441
244478
|
"type": "timestamp"
|
@@ -244491,13 +244528,13 @@ module.exports={
|
|
244491
244528
|
"AssociationType": {},
|
244492
244529
|
"ResourceUri": {},
|
244493
244530
|
"CreatedBy": {
|
244494
|
-
"shape": "
|
244531
|
+
"shape": "Spn"
|
244495
244532
|
},
|
244496
244533
|
"CreatedTime": {
|
244497
244534
|
"type": "timestamp"
|
244498
244535
|
},
|
244499
244536
|
"LastModifiedBy": {
|
244500
|
-
"shape": "
|
244537
|
+
"shape": "Spn"
|
244501
244538
|
},
|
244502
244539
|
"LastModifiedTime": {
|
244503
244540
|
"type": "timestamp"
|
@@ -244564,7 +244601,7 @@ module.exports={
|
|
244564
244601
|
"type": "structure",
|
244565
244602
|
"members": {
|
244566
244603
|
"Filters": {
|
244567
|
-
"shape": "
|
244604
|
+
"shape": "Snp"
|
244568
244605
|
},
|
244569
244606
|
"NextToken": {},
|
244570
244607
|
"MaxResults": {
|
@@ -244586,13 +244623,13 @@ module.exports={
|
|
244586
244623
|
"Status": {},
|
244587
244624
|
"OverallSeverity": {},
|
244588
244625
|
"ExecutionSummary": {
|
244589
|
-
"shape": "
|
244626
|
+
"shape": "So7"
|
244590
244627
|
},
|
244591
244628
|
"CompliantSummary": {
|
244592
|
-
"shape": "
|
244629
|
+
"shape": "Sof"
|
244593
244630
|
},
|
244594
244631
|
"NonCompliantSummary": {
|
244595
|
-
"shape": "
|
244632
|
+
"shape": "Soi"
|
244596
244633
|
}
|
244597
244634
|
}
|
244598
244635
|
}
|
@@ -244697,10 +244734,10 @@ module.exports={
|
|
244697
244734
|
"Name": {},
|
244698
244735
|
"PermissionType": {},
|
244699
244736
|
"AccountIdsToAdd": {
|
244700
|
-
"shape": "
|
244737
|
+
"shape": "Sbi"
|
244701
244738
|
},
|
244702
244739
|
"AccountIdsToRemove": {
|
244703
|
-
"shape": "
|
244740
|
+
"shape": "Sbi"
|
244704
244741
|
},
|
244705
244742
|
"SharedDocumentVersion": {}
|
244706
244743
|
}
|
@@ -244725,7 +244762,7 @@ module.exports={
|
|
244725
244762
|
"ResourceType": {},
|
244726
244763
|
"ComplianceType": {},
|
244727
244764
|
"ExecutionSummary": {
|
244728
|
-
"shape": "
|
244765
|
+
"shape": "So7"
|
244729
244766
|
},
|
244730
244767
|
"Items": {
|
244731
244768
|
"type": "list",
|
@@ -244741,7 +244778,7 @@ module.exports={
|
|
244741
244778
|
"Severity": {},
|
244742
244779
|
"Status": {},
|
244743
244780
|
"Details": {
|
244744
|
-
"shape": "
|
244781
|
+
"shape": "Soa"
|
244745
244782
|
}
|
244746
244783
|
}
|
244747
244784
|
}
|
@@ -244779,7 +244816,7 @@ module.exports={
|
|
244779
244816
|
"CaptureTime": {},
|
244780
244817
|
"ContentHash": {},
|
244781
244818
|
"Content": {
|
244782
|
-
"shape": "
|
244819
|
+
"shape": "Sjl"
|
244783
244820
|
},
|
244784
244821
|
"Context": {
|
244785
244822
|
"type": "map",
|
@@ -244809,7 +244846,7 @@ module.exports={
|
|
244809
244846
|
"Name": {},
|
244810
244847
|
"Description": {},
|
244811
244848
|
"Value": {
|
244812
|
-
"shape": "
|
244849
|
+
"shape": "Sls"
|
244813
244850
|
},
|
244814
244851
|
"Type": {},
|
244815
244852
|
"KeyId": {},
|
@@ -244909,7 +244946,7 @@ module.exports={
|
|
244909
244946
|
"shape": "S18"
|
244910
244947
|
},
|
244911
244948
|
"OwnerInformation": {
|
244912
|
-
"shape": "
|
244949
|
+
"shape": "Sd0"
|
244913
244950
|
},
|
244914
244951
|
"Name": {},
|
244915
244952
|
"Description": {
|
@@ -244944,10 +244981,10 @@ module.exports={
|
|
244944
244981
|
"ServiceRoleArn": {},
|
244945
244982
|
"TaskType": {},
|
244946
244983
|
"TaskParameters": {
|
244947
|
-
"shape": "
|
244984
|
+
"shape": "Sf6"
|
244948
244985
|
},
|
244949
244986
|
"TaskInvocationParameters": {
|
244950
|
-
"shape": "
|
244987
|
+
"shape": "Skc"
|
244951
244988
|
},
|
244952
244989
|
"Priority": {
|
244953
244990
|
"type": "integer"
|
@@ -244955,7 +244992,7 @@ module.exports={
|
|
244955
244992
|
"MaxConcurrency": {},
|
244956
244993
|
"MaxErrors": {},
|
244957
244994
|
"LoggingInfo": {
|
244958
|
-
"shape": "
|
244995
|
+
"shape": "Sfc"
|
244959
244996
|
},
|
244960
244997
|
"Name": {},
|
244961
244998
|
"Description": {
|
@@ -245013,7 +245050,7 @@ module.exports={
|
|
245013
245050
|
"type": "structure",
|
245014
245051
|
"members": {
|
245015
245052
|
"ServiceSetting": {
|
245016
|
-
"shape": "
|
245053
|
+
"shape": "Smk"
|
245017
245054
|
}
|
245018
245055
|
}
|
245019
245056
|
}
|
@@ -245048,7 +245085,7 @@ module.exports={
|
|
245048
245085
|
"AutomationExecutionId": {},
|
245049
245086
|
"SignalType": {},
|
245050
245087
|
"Payload": {
|
245051
|
-
"shape": "
|
245088
|
+
"shape": "S9m"
|
245052
245089
|
}
|
245053
245090
|
}
|
245054
245091
|
},
|
@@ -245088,10 +245125,10 @@ module.exports={
|
|
245088
245125
|
"MaxErrors": {},
|
245089
245126
|
"ServiceRoleArn": {},
|
245090
245127
|
"NotificationConfig": {
|
245091
|
-
"shape": "
|
245128
|
+
"shape": "Ske"
|
245092
245129
|
},
|
245093
245130
|
"CloudWatchOutputConfig": {
|
245094
|
-
"shape": "
|
245131
|
+
"shape": "Sic"
|
245095
245132
|
},
|
245096
245133
|
"AlarmConfiguration": {
|
245097
245134
|
"shape": "S1z"
|
@@ -245102,7 +245139,7 @@ module.exports={
|
|
245102
245139
|
"type": "structure",
|
245103
245140
|
"members": {
|
245104
245141
|
"Command": {
|
245105
|
-
"shape": "
|
245142
|
+
"shape": "Sni"
|
245106
245143
|
}
|
245107
245144
|
}
|
245108
245145
|
}
|
@@ -245135,7 +245172,7 @@ module.exports={
|
|
245135
245172
|
"DocumentName": {},
|
245136
245173
|
"DocumentVersion": {},
|
245137
245174
|
"Parameters": {
|
245138
|
-
"shape": "
|
245175
|
+
"shape": "S9m"
|
245139
245176
|
},
|
245140
245177
|
"ClientToken": {},
|
245141
245178
|
"Mode": {},
|
@@ -245180,7 +245217,7 @@ module.exports={
|
|
245180
245217
|
"DocumentName": {},
|
245181
245218
|
"DocumentVersion": {},
|
245182
245219
|
"Parameters": {
|
245183
|
-
"shape": "
|
245220
|
+
"shape": "S9m"
|
245184
245221
|
},
|
245185
245222
|
"ChangeRequestName": {},
|
245186
245223
|
"ClientToken": {},
|
@@ -245188,7 +245225,7 @@ module.exports={
|
|
245188
245225
|
"type": "boolean"
|
245189
245226
|
},
|
245190
245227
|
"Runbooks": {
|
245191
|
-
"shape": "
|
245228
|
+
"shape": "S9v"
|
245192
245229
|
},
|
245193
245230
|
"Tags": {
|
245194
245231
|
"shape": "S4"
|
@@ -245282,7 +245319,7 @@ module.exports={
|
|
245282
245319
|
"type": "long"
|
245283
245320
|
},
|
245284
245321
|
"Labels": {
|
245285
|
-
"shape": "
|
245322
|
+
"shape": "Sly"
|
245286
245323
|
}
|
245287
245324
|
}
|
245288
245325
|
},
|
@@ -245290,10 +245327,10 @@ module.exports={
|
|
245290
245327
|
"type": "structure",
|
245291
245328
|
"members": {
|
245292
245329
|
"RemovedLabels": {
|
245293
|
-
"shape": "
|
245330
|
+
"shape": "Sly"
|
245294
245331
|
},
|
245295
245332
|
"InvalidLabels": {
|
245296
|
-
"shape": "
|
245333
|
+
"shape": "Sly"
|
245297
245334
|
}
|
245298
245335
|
}
|
245299
245336
|
}
|
@@ -245452,7 +245489,7 @@ module.exports={
|
|
245452
245489
|
"members": {
|
245453
245490
|
"Action": {},
|
245454
245491
|
"Comment": {
|
245455
|
-
"shape": "
|
245492
|
+
"shape": "Sop"
|
245456
245493
|
}
|
245457
245494
|
}
|
245458
245495
|
}
|
@@ -245543,7 +245580,7 @@ module.exports={
|
|
245543
245580
|
"shape": "S18"
|
245544
245581
|
},
|
245545
245582
|
"OwnerInformation": {
|
245546
|
-
"shape": "
|
245583
|
+
"shape": "Sd0"
|
245547
245584
|
},
|
245548
245585
|
"Name": {},
|
245549
245586
|
"Description": {
|
@@ -245563,7 +245600,7 @@ module.exports={
|
|
245563
245600
|
"shape": "S18"
|
245564
245601
|
},
|
245565
245602
|
"OwnerInformation": {
|
245566
|
-
"shape": "
|
245603
|
+
"shape": "Sd0"
|
245567
245604
|
},
|
245568
245605
|
"Name": {},
|
245569
245606
|
"Description": {
|
@@ -245588,10 +245625,10 @@ module.exports={
|
|
245588
245625
|
"TaskArn": {},
|
245589
245626
|
"ServiceRoleArn": {},
|
245590
245627
|
"TaskParameters": {
|
245591
|
-
"shape": "
|
245628
|
+
"shape": "Sf6"
|
245592
245629
|
},
|
245593
245630
|
"TaskInvocationParameters": {
|
245594
|
-
"shape": "
|
245631
|
+
"shape": "Skc"
|
245595
245632
|
},
|
245596
245633
|
"Priority": {
|
245597
245634
|
"type": "integer"
|
@@ -245599,7 +245636,7 @@ module.exports={
|
|
245599
245636
|
"MaxConcurrency": {},
|
245600
245637
|
"MaxErrors": {},
|
245601
245638
|
"LoggingInfo": {
|
245602
|
-
"shape": "
|
245639
|
+
"shape": "Sfc"
|
245603
245640
|
},
|
245604
245641
|
"Name": {},
|
245605
245642
|
"Description": {
|
@@ -245625,10 +245662,10 @@ module.exports={
|
|
245625
245662
|
"TaskArn": {},
|
245626
245663
|
"ServiceRoleArn": {},
|
245627
245664
|
"TaskParameters": {
|
245628
|
-
"shape": "
|
245665
|
+
"shape": "Sf6"
|
245629
245666
|
},
|
245630
245667
|
"TaskInvocationParameters": {
|
245631
|
-
"shape": "
|
245668
|
+
"shape": "Skc"
|
245632
245669
|
},
|
245633
245670
|
"Priority": {
|
245634
245671
|
"type": "integer"
|
@@ -245636,7 +245673,7 @@ module.exports={
|
|
245636
245673
|
"MaxConcurrency": {},
|
245637
245674
|
"MaxErrors": {},
|
245638
245675
|
"LoggingInfo": {
|
245639
|
-
"shape": "
|
245676
|
+
"shape": "Sfc"
|
245640
245677
|
},
|
245641
245678
|
"Name": {},
|
245642
245679
|
"Description": {
|
@@ -246451,11 +246488,11 @@ module.exports={
|
|
246451
246488
|
}
|
246452
246489
|
}
|
246453
246490
|
},
|
246454
|
-
"
|
246491
|
+
"S7m": {
|
246455
246492
|
"type": "list",
|
246456
246493
|
"member": {}
|
246457
246494
|
},
|
246458
|
-
"
|
246495
|
+
"S9m": {
|
246459
246496
|
"type": "map",
|
246460
246497
|
"key": {},
|
246461
246498
|
"value": {
|
@@ -246463,7 +246500,7 @@ module.exports={
|
|
246463
246500
|
"member": {}
|
246464
246501
|
}
|
246465
246502
|
},
|
246466
|
-
"
|
246503
|
+
"S9r": {
|
246467
246504
|
"type": "structure",
|
246468
246505
|
"members": {
|
246469
246506
|
"ParameterValues": {
|
@@ -246475,7 +246512,7 @@ module.exports={
|
|
246475
246512
|
}
|
246476
246513
|
}
|
246477
246514
|
},
|
246478
|
-
"
|
246515
|
+
"S9v": {
|
246479
246516
|
"type": "list",
|
246480
246517
|
"member": {
|
246481
246518
|
"type": "structure",
|
@@ -246486,7 +246523,7 @@ module.exports={
|
|
246486
246523
|
"DocumentName": {},
|
246487
246524
|
"DocumentVersion": {},
|
246488
246525
|
"Parameters": {
|
246489
|
-
"shape": "
|
246526
|
+
"shape": "S9m"
|
246490
246527
|
},
|
246491
246528
|
"TargetParameterName": {},
|
246492
246529
|
"Targets": {
|
@@ -246503,7 +246540,7 @@ module.exports={
|
|
246503
246540
|
}
|
246504
246541
|
}
|
246505
246542
|
},
|
246506
|
-
"
|
246543
|
+
"Sa5": {
|
246507
246544
|
"type": "list",
|
246508
246545
|
"member": {
|
246509
246546
|
"type": "structure",
|
@@ -246531,7 +246568,7 @@ module.exports={
|
|
246531
246568
|
"value": {}
|
246532
246569
|
},
|
246533
246570
|
"Outputs": {
|
246534
|
-
"shape": "
|
246571
|
+
"shape": "S9m"
|
246535
246572
|
},
|
246536
246573
|
"Response": {},
|
246537
246574
|
"FailureMessage": {},
|
@@ -246541,13 +246578,13 @@ module.exports={
|
|
246541
246578
|
"FailureStage": {},
|
246542
246579
|
"FailureType": {},
|
246543
246580
|
"Details": {
|
246544
|
-
"shape": "
|
246581
|
+
"shape": "S9m"
|
246545
246582
|
}
|
246546
246583
|
}
|
246547
246584
|
},
|
246548
246585
|
"StepExecutionId": {},
|
246549
246586
|
"OverriddenParameters": {
|
246550
|
-
"shape": "
|
246587
|
+
"shape": "S9m"
|
246551
246588
|
},
|
246552
246589
|
"IsEnd": {
|
246553
246590
|
"type": "boolean"
|
@@ -246572,7 +246609,7 @@ module.exports={
|
|
246572
246609
|
}
|
246573
246610
|
}
|
246574
246611
|
},
|
246575
|
-
"
|
246612
|
+
"Saf": {
|
246576
246613
|
"type": "list",
|
246577
246614
|
"member": {
|
246578
246615
|
"type": "structure",
|
@@ -246585,7 +246622,7 @@ module.exports={
|
|
246585
246622
|
}
|
246586
246623
|
}
|
246587
246624
|
},
|
246588
|
-
"
|
246625
|
+
"San": {
|
246589
246626
|
"type": "structure",
|
246590
246627
|
"members": {
|
246591
246628
|
"Id": {},
|
@@ -246626,15 +246663,15 @@ module.exports={
|
|
246626
246663
|
"Repository": {}
|
246627
246664
|
}
|
246628
246665
|
},
|
246629
|
-
"
|
246666
|
+
"Sbi": {
|
246630
246667
|
"type": "list",
|
246631
246668
|
"member": {}
|
246632
246669
|
},
|
246633
|
-
"
|
246670
|
+
"Scb": {
|
246634
246671
|
"type": "list",
|
246635
246672
|
"member": {}
|
246636
246673
|
},
|
246637
|
-
"
|
246674
|
+
"Scx": {
|
246638
246675
|
"type": "structure",
|
246639
246676
|
"required": [
|
246640
246677
|
"InstanceId",
|
@@ -246651,7 +246688,7 @@ module.exports={
|
|
246651
246688
|
"SnapshotId": {},
|
246652
246689
|
"InstallOverrideList": {},
|
246653
246690
|
"OwnerInformation": {
|
246654
|
-
"shape": "
|
246691
|
+
"shape": "Sd0"
|
246655
246692
|
},
|
246656
246693
|
"InstalledCount": {
|
246657
246694
|
"type": "integer"
|
@@ -246699,11 +246736,11 @@ module.exports={
|
|
246699
246736
|
}
|
246700
246737
|
}
|
246701
246738
|
},
|
246702
|
-
"
|
246739
|
+
"Sd0": {
|
246703
246740
|
"type": "string",
|
246704
246741
|
"sensitive": true
|
246705
246742
|
},
|
246706
|
-
"
|
246743
|
+
"Se3": {
|
246707
246744
|
"type": "list",
|
246708
246745
|
"member": {
|
246709
246746
|
"type": "structure",
|
@@ -246716,11 +246753,11 @@ module.exports={
|
|
246716
246753
|
}
|
246717
246754
|
}
|
246718
246755
|
},
|
246719
|
-
"
|
246756
|
+
"Sef": {
|
246720
246757
|
"type": "string",
|
246721
246758
|
"sensitive": true
|
246722
246759
|
},
|
246723
|
-
"
|
246760
|
+
"Sf6": {
|
246724
246761
|
"type": "map",
|
246725
246762
|
"key": {},
|
246726
246763
|
"value": {
|
@@ -246739,7 +246776,7 @@ module.exports={
|
|
246739
246776
|
},
|
246740
246777
|
"sensitive": true
|
246741
246778
|
},
|
246742
|
-
"
|
246779
|
+
"Sfc": {
|
246743
246780
|
"type": "structure",
|
246744
246781
|
"required": [
|
246745
246782
|
"S3BucketName",
|
@@ -246751,7 +246788,7 @@ module.exports={
|
|
246751
246788
|
"S3Region": {}
|
246752
246789
|
}
|
246753
246790
|
},
|
246754
|
-
"
|
246791
|
+
"Sg6": {
|
246755
246792
|
"type": "list",
|
246756
246793
|
"member": {
|
246757
246794
|
"type": "structure",
|
@@ -246768,7 +246805,7 @@ module.exports={
|
|
246768
246805
|
}
|
246769
246806
|
}
|
246770
246807
|
},
|
246771
|
-
"
|
246808
|
+
"Sgl": {
|
246772
246809
|
"type": "list",
|
246773
246810
|
"member": {
|
246774
246811
|
"type": "structure",
|
@@ -246779,7 +246816,7 @@ module.exports={
|
|
246779
246816
|
}
|
246780
246817
|
}
|
246781
246818
|
},
|
246782
|
-
"
|
246819
|
+
"Sgr": {
|
246783
246820
|
"type": "structure",
|
246784
246821
|
"members": {
|
246785
246822
|
"BaselineId": {},
|
@@ -246791,7 +246828,7 @@ module.exports={
|
|
246791
246828
|
}
|
246792
246829
|
}
|
246793
246830
|
},
|
246794
|
-
"
|
246831
|
+
"Sic": {
|
246795
246832
|
"type": "structure",
|
246796
246833
|
"members": {
|
246797
246834
|
"CloudWatchLogGroupName": {},
|
@@ -246800,7 +246837,7 @@ module.exports={
|
|
246800
246837
|
}
|
246801
246838
|
}
|
246802
246839
|
},
|
246803
|
-
"
|
246840
|
+
"Siy": {
|
246804
246841
|
"type": "list",
|
246805
246842
|
"member": {
|
246806
246843
|
"type": "structure",
|
@@ -246818,14 +246855,14 @@ module.exports={
|
|
246818
246855
|
}
|
246819
246856
|
}
|
246820
246857
|
},
|
246821
|
-
"
|
246858
|
+
"Sj4": {
|
246822
246859
|
"type": "list",
|
246823
246860
|
"member": {
|
246824
246861
|
"type": "structure",
|
246825
246862
|
"members": {
|
246826
246863
|
"Expression": {},
|
246827
246864
|
"Aggregators": {
|
246828
|
-
"shape": "
|
246865
|
+
"shape": "Sj4"
|
246829
246866
|
},
|
246830
246867
|
"Groups": {
|
246831
246868
|
"type": "list",
|
@@ -246838,7 +246875,7 @@ module.exports={
|
|
246838
246875
|
"members": {
|
246839
246876
|
"Name": {},
|
246840
246877
|
"Filters": {
|
246841
|
-
"shape": "
|
246878
|
+
"shape": "Siy"
|
246842
246879
|
}
|
246843
246880
|
}
|
246844
246881
|
}
|
@@ -246846,7 +246883,7 @@ module.exports={
|
|
246846
246883
|
}
|
246847
246884
|
}
|
246848
246885
|
},
|
246849
|
-
"
|
246886
|
+
"Sjl": {
|
246850
246887
|
"type": "list",
|
246851
246888
|
"member": {
|
246852
246889
|
"type": "map",
|
@@ -246854,7 +246891,7 @@ module.exports={
|
|
246854
246891
|
"value": {}
|
246855
246892
|
}
|
246856
246893
|
},
|
246857
|
-
"
|
246894
|
+
"Skc": {
|
246858
246895
|
"type": "structure",
|
246859
246896
|
"members": {
|
246860
246897
|
"RunCommand": {
|
@@ -246862,13 +246899,13 @@ module.exports={
|
|
246862
246899
|
"members": {
|
246863
246900
|
"Comment": {},
|
246864
246901
|
"CloudWatchOutputConfig": {
|
246865
|
-
"shape": "
|
246902
|
+
"shape": "Sic"
|
246866
246903
|
},
|
246867
246904
|
"DocumentHash": {},
|
246868
246905
|
"DocumentHashType": {},
|
246869
246906
|
"DocumentVersion": {},
|
246870
246907
|
"NotificationConfig": {
|
246871
|
-
"shape": "
|
246908
|
+
"shape": "Ske"
|
246872
246909
|
},
|
246873
246910
|
"OutputS3BucketName": {},
|
246874
246911
|
"OutputS3KeyPrefix": {},
|
@@ -246886,7 +246923,7 @@ module.exports={
|
|
246886
246923
|
"members": {
|
246887
246924
|
"DocumentVersion": {},
|
246888
246925
|
"Parameters": {
|
246889
|
-
"shape": "
|
246926
|
+
"shape": "S9m"
|
246890
246927
|
}
|
246891
246928
|
}
|
246892
246929
|
},
|
@@ -246913,7 +246950,7 @@ module.exports={
|
|
246913
246950
|
}
|
246914
246951
|
}
|
246915
246952
|
},
|
246916
|
-
"
|
246953
|
+
"Ske": {
|
246917
246954
|
"type": "structure",
|
246918
246955
|
"members": {
|
246919
246956
|
"NotificationArn": {},
|
@@ -246924,7 +246961,7 @@ module.exports={
|
|
246924
246961
|
"NotificationType": {}
|
246925
246962
|
}
|
246926
246963
|
},
|
246927
|
-
"
|
246964
|
+
"Skz": {
|
246928
246965
|
"type": "list",
|
246929
246966
|
"member": {
|
246930
246967
|
"type": "structure",
|
@@ -246942,7 +246979,7 @@ module.exports={
|
|
246942
246979
|
}
|
246943
246980
|
}
|
246944
246981
|
},
|
246945
|
-
"
|
246982
|
+
"Sl5": {
|
246946
246983
|
"type": "list",
|
246947
246984
|
"member": {
|
246948
246985
|
"type": "structure",
|
@@ -246956,21 +246993,21 @@ module.exports={
|
|
246956
246993
|
"value": {}
|
246957
246994
|
},
|
246958
246995
|
"Filters": {
|
246959
|
-
"shape": "
|
246996
|
+
"shape": "Skz"
|
246960
246997
|
},
|
246961
246998
|
"Aggregators": {
|
246962
|
-
"shape": "
|
246999
|
+
"shape": "Sl5"
|
246963
247000
|
}
|
246964
247001
|
}
|
246965
247002
|
}
|
246966
247003
|
},
|
246967
|
-
"
|
247004
|
+
"Slr": {
|
246968
247005
|
"type": "structure",
|
246969
247006
|
"members": {
|
246970
247007
|
"Name": {},
|
246971
247008
|
"Type": {},
|
246972
247009
|
"Value": {
|
246973
|
-
"shape": "
|
247010
|
+
"shape": "Sls"
|
246974
247011
|
},
|
246975
247012
|
"Version": {
|
246976
247013
|
"type": "long"
|
@@ -246984,21 +247021,21 @@ module.exports={
|
|
246984
247021
|
"DataType": {}
|
246985
247022
|
}
|
246986
247023
|
},
|
246987
|
-
"
|
247024
|
+
"Sls": {
|
246988
247025
|
"type": "string",
|
246989
247026
|
"sensitive": true
|
246990
247027
|
},
|
246991
|
-
"
|
247028
|
+
"Sly": {
|
246992
247029
|
"type": "list",
|
246993
247030
|
"member": {}
|
246994
247031
|
},
|
246995
|
-
"
|
247032
|
+
"Sm2": {
|
246996
247033
|
"type": "list",
|
246997
247034
|
"member": {
|
246998
|
-
"shape": "
|
247035
|
+
"shape": "Slr"
|
246999
247036
|
}
|
247000
247037
|
},
|
247001
|
-
"
|
247038
|
+
"Smk": {
|
247002
247039
|
"type": "structure",
|
247003
247040
|
"members": {
|
247004
247041
|
"SettingId": {},
|
@@ -247011,7 +247048,7 @@ module.exports={
|
|
247011
247048
|
"Status": {}
|
247012
247049
|
}
|
247013
247050
|
},
|
247014
|
-
"
|
247051
|
+
"Sn2": {
|
247015
247052
|
"type": "list",
|
247016
247053
|
"member": {
|
247017
247054
|
"type": "structure",
|
@@ -247025,7 +247062,7 @@ module.exports={
|
|
247025
247062
|
}
|
247026
247063
|
}
|
247027
247064
|
},
|
247028
|
-
"
|
247065
|
+
"Sni": {
|
247029
247066
|
"type": "structure",
|
247030
247067
|
"members": {
|
247031
247068
|
"CommandId": {},
|
@@ -247068,10 +247105,10 @@ module.exports={
|
|
247068
247105
|
},
|
247069
247106
|
"ServiceRole": {},
|
247070
247107
|
"NotificationConfig": {
|
247071
|
-
"shape": "
|
247108
|
+
"shape": "Ske"
|
247072
247109
|
},
|
247073
247110
|
"CloudWatchOutputConfig": {
|
247074
|
-
"shape": "
|
247111
|
+
"shape": "Sic"
|
247075
247112
|
},
|
247076
247113
|
"TimeoutSeconds": {
|
247077
247114
|
"type": "integer"
|
@@ -247084,7 +247121,7 @@ module.exports={
|
|
247084
247121
|
}
|
247085
247122
|
}
|
247086
247123
|
},
|
247087
|
-
"
|
247124
|
+
"Snp": {
|
247088
247125
|
"type": "list",
|
247089
247126
|
"member": {
|
247090
247127
|
"type": "structure",
|
@@ -247098,7 +247135,7 @@ module.exports={
|
|
247098
247135
|
}
|
247099
247136
|
}
|
247100
247137
|
},
|
247101
|
-
"
|
247138
|
+
"So7": {
|
247102
247139
|
"type": "structure",
|
247103
247140
|
"required": [
|
247104
247141
|
"ExecutionTime"
|
@@ -247111,23 +247148,23 @@ module.exports={
|
|
247111
247148
|
"ExecutionType": {}
|
247112
247149
|
}
|
247113
247150
|
},
|
247114
|
-
"
|
247151
|
+
"Soa": {
|
247115
247152
|
"type": "map",
|
247116
247153
|
"key": {},
|
247117
247154
|
"value": {}
|
247118
247155
|
},
|
247119
|
-
"
|
247156
|
+
"Sof": {
|
247120
247157
|
"type": "structure",
|
247121
247158
|
"members": {
|
247122
247159
|
"CompliantCount": {
|
247123
247160
|
"type": "integer"
|
247124
247161
|
},
|
247125
247162
|
"SeveritySummary": {
|
247126
|
-
"shape": "
|
247163
|
+
"shape": "Soh"
|
247127
247164
|
}
|
247128
247165
|
}
|
247129
247166
|
},
|
247130
|
-
"
|
247167
|
+
"Soh": {
|
247131
247168
|
"type": "structure",
|
247132
247169
|
"members": {
|
247133
247170
|
"CriticalCount": {
|
@@ -247150,18 +247187,18 @@ module.exports={
|
|
247150
247187
|
}
|
247151
247188
|
}
|
247152
247189
|
},
|
247153
|
-
"
|
247190
|
+
"Soi": {
|
247154
247191
|
"type": "structure",
|
247155
247192
|
"members": {
|
247156
247193
|
"NonCompliantCount": {
|
247157
247194
|
"type": "integer"
|
247158
247195
|
},
|
247159
247196
|
"SeveritySummary": {
|
247160
|
-
"shape": "
|
247197
|
+
"shape": "Soh"
|
247161
247198
|
}
|
247162
247199
|
}
|
247163
247200
|
},
|
247164
|
-
"
|
247201
|
+
"Sop": {
|
247165
247202
|
"type": "list",
|
247166
247203
|
"member": {
|
247167
247204
|
"type": "structure",
|
@@ -247171,7 +247208,7 @@ module.exports={
|
|
247171
247208
|
}
|
247172
247209
|
}
|
247173
247210
|
},
|
247174
|
-
"
|
247211
|
+
"Spn": {
|
247175
247212
|
"type": "structure",
|
247176
247213
|
"members": {
|
247177
247214
|
"Arn": {}
|
@@ -262289,7 +262326,7 @@ AWS.util.update(AWS, {
|
|
262289
262326
|
/**
|
262290
262327
|
* @constant
|
262291
262328
|
*/
|
262292
|
-
VERSION: '2.
|
262329
|
+
VERSION: '2.1478.0',
|
262293
262330
|
|
262294
262331
|
/**
|
262295
262332
|
* @api private
|
@@ -284470,7 +284507,7 @@ var LRUCache = /** @class */ (function () {
|
|
284470
284507
|
}());
|
284471
284508
|
exports.LRUCache = LRUCache;
|
284472
284509
|
},{}],467:[function(require,module,exports){
|
284473
|
-
// AWS SDK for JavaScript v2.
|
284510
|
+
// AWS SDK for JavaScript v2.1478.0
|
284474
284511
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
284475
284512
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
284476
284513
|
require('./browser_loader');
|