cdk-docker-image-deployment 0.0.73 → 0.0.75
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 +24 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
- package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
- package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
- package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
- package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
- package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
- package/node_modules/aws-sdk/clients/connect.d.ts +47 -5
- package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
- package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
- package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
- package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
- package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
- package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
- package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
- package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
- 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 +57 -20
- package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1256.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){
|
|
@@ -64543,6 +64543,38 @@ module.exports={
|
|
|
64543
64543
|
}
|
|
64544
64544
|
}
|
|
64545
64545
|
},
|
|
64546
|
+
"MonitorContact": {
|
|
64547
|
+
"http": {
|
|
64548
|
+
"requestUri": "/contact/monitor"
|
|
64549
|
+
},
|
|
64550
|
+
"input": {
|
|
64551
|
+
"type": "structure",
|
|
64552
|
+
"required": [
|
|
64553
|
+
"InstanceId",
|
|
64554
|
+
"ContactId",
|
|
64555
|
+
"UserId"
|
|
64556
|
+
],
|
|
64557
|
+
"members": {
|
|
64558
|
+
"InstanceId": {},
|
|
64559
|
+
"ContactId": {},
|
|
64560
|
+
"UserId": {},
|
|
64561
|
+
"AllowedMonitorCapabilities": {
|
|
64562
|
+
"type": "list",
|
|
64563
|
+
"member": {}
|
|
64564
|
+
},
|
|
64565
|
+
"ClientToken": {
|
|
64566
|
+
"idempotencyToken": true
|
|
64567
|
+
}
|
|
64568
|
+
}
|
|
64569
|
+
},
|
|
64570
|
+
"output": {
|
|
64571
|
+
"type": "structure",
|
|
64572
|
+
"members": {
|
|
64573
|
+
"ContactId": {},
|
|
64574
|
+
"ContactArn": {}
|
|
64575
|
+
}
|
|
64576
|
+
}
|
|
64577
|
+
},
|
|
64546
64578
|
"PutUserStatus": {
|
|
64547
64579
|
"http": {
|
|
64548
64580
|
"method": "PUT",
|
|
@@ -64709,12 +64741,12 @@ module.exports={
|
|
|
64709
64741
|
"type": "structure",
|
|
64710
64742
|
"members": {
|
|
64711
64743
|
"TagFilter": {
|
|
64712
|
-
"shape": "
|
|
64744
|
+
"shape": "Sf3"
|
|
64713
64745
|
}
|
|
64714
64746
|
}
|
|
64715
64747
|
},
|
|
64716
64748
|
"SearchCriteria": {
|
|
64717
|
-
"shape": "
|
|
64749
|
+
"shape": "Sf7"
|
|
64718
64750
|
}
|
|
64719
64751
|
}
|
|
64720
64752
|
},
|
|
@@ -64753,12 +64785,12 @@ module.exports={
|
|
|
64753
64785
|
"type": "structure",
|
|
64754
64786
|
"members": {
|
|
64755
64787
|
"TagFilter": {
|
|
64756
|
-
"shape": "
|
|
64788
|
+
"shape": "Sf3"
|
|
64757
64789
|
}
|
|
64758
64790
|
}
|
|
64759
64791
|
},
|
|
64760
64792
|
"SearchCriteria": {
|
|
64761
|
-
"shape": "
|
|
64793
|
+
"shape": "Sfh"
|
|
64762
64794
|
}
|
|
64763
64795
|
}
|
|
64764
64796
|
},
|
|
@@ -64794,13 +64826,13 @@ module.exports={
|
|
|
64794
64826
|
"type": "integer"
|
|
64795
64827
|
},
|
|
64796
64828
|
"SearchCriteria": {
|
|
64797
|
-
"shape": "
|
|
64829
|
+
"shape": "Sfm"
|
|
64798
64830
|
},
|
|
64799
64831
|
"SearchFilter": {
|
|
64800
64832
|
"type": "structure",
|
|
64801
64833
|
"members": {
|
|
64802
64834
|
"TagFilter": {
|
|
64803
|
-
"shape": "
|
|
64835
|
+
"shape": "Sf3"
|
|
64804
64836
|
}
|
|
64805
64837
|
}
|
|
64806
64838
|
}
|
|
@@ -64848,12 +64880,12 @@ module.exports={
|
|
|
64848
64880
|
"type": "structure",
|
|
64849
64881
|
"members": {
|
|
64850
64882
|
"TagFilter": {
|
|
64851
|
-
"shape": "
|
|
64883
|
+
"shape": "Sf3"
|
|
64852
64884
|
}
|
|
64853
64885
|
}
|
|
64854
64886
|
},
|
|
64855
64887
|
"SearchCriteria": {
|
|
64856
|
-
"shape": "
|
|
64888
|
+
"shape": "Sfu"
|
|
64857
64889
|
}
|
|
64858
64890
|
}
|
|
64859
64891
|
},
|
|
@@ -65145,7 +65177,7 @@ module.exports={
|
|
|
65145
65177
|
},
|
|
65146
65178
|
"Name": {},
|
|
65147
65179
|
"References": {
|
|
65148
|
-
"shape": "
|
|
65180
|
+
"shape": "Sgy"
|
|
65149
65181
|
},
|
|
65150
65182
|
"Description": {},
|
|
65151
65183
|
"ClientToken": {
|
|
@@ -65380,7 +65412,7 @@ module.exports={
|
|
|
65380
65412
|
"Name": {},
|
|
65381
65413
|
"Description": {},
|
|
65382
65414
|
"References": {
|
|
65383
|
-
"shape": "
|
|
65415
|
+
"shape": "Sgy"
|
|
65384
65416
|
}
|
|
65385
65417
|
}
|
|
65386
65418
|
},
|
|
@@ -66128,19 +66160,19 @@ module.exports={
|
|
|
66128
66160
|
"type": "structure",
|
|
66129
66161
|
"members": {
|
|
66130
66162
|
"LevelOne": {
|
|
66131
|
-
"shape": "
|
|
66163
|
+
"shape": "Sik"
|
|
66132
66164
|
},
|
|
66133
66165
|
"LevelTwo": {
|
|
66134
|
-
"shape": "
|
|
66166
|
+
"shape": "Sik"
|
|
66135
66167
|
},
|
|
66136
66168
|
"LevelThree": {
|
|
66137
|
-
"shape": "
|
|
66169
|
+
"shape": "Sik"
|
|
66138
66170
|
},
|
|
66139
66171
|
"LevelFour": {
|
|
66140
|
-
"shape": "
|
|
66172
|
+
"shape": "Sik"
|
|
66141
66173
|
},
|
|
66142
66174
|
"LevelFive": {
|
|
66143
|
-
"shape": "
|
|
66175
|
+
"shape": "Sik"
|
|
66144
66176
|
}
|
|
66145
66177
|
}
|
|
66146
66178
|
},
|
|
@@ -66791,58 +66823,58 @@ module.exports={
|
|
|
66791
66823
|
}
|
|
66792
66824
|
}
|
|
66793
66825
|
},
|
|
66794
|
-
"
|
|
66826
|
+
"Sf3": {
|
|
66795
66827
|
"type": "structure",
|
|
66796
66828
|
"members": {
|
|
66797
66829
|
"OrConditions": {
|
|
66798
66830
|
"type": "list",
|
|
66799
66831
|
"member": {
|
|
66800
|
-
"shape": "
|
|
66832
|
+
"shape": "Sf5"
|
|
66801
66833
|
}
|
|
66802
66834
|
},
|
|
66803
66835
|
"AndConditions": {
|
|
66804
|
-
"shape": "
|
|
66836
|
+
"shape": "Sf5"
|
|
66805
66837
|
},
|
|
66806
66838
|
"TagCondition": {
|
|
66807
|
-
"shape": "
|
|
66839
|
+
"shape": "Sf6"
|
|
66808
66840
|
}
|
|
66809
66841
|
}
|
|
66810
66842
|
},
|
|
66811
|
-
"
|
|
66843
|
+
"Sf5": {
|
|
66812
66844
|
"type": "list",
|
|
66813
66845
|
"member": {
|
|
66814
|
-
"shape": "
|
|
66846
|
+
"shape": "Sf6"
|
|
66815
66847
|
}
|
|
66816
66848
|
},
|
|
66817
|
-
"
|
|
66849
|
+
"Sf6": {
|
|
66818
66850
|
"type": "structure",
|
|
66819
66851
|
"members": {
|
|
66820
66852
|
"TagKey": {},
|
|
66821
66853
|
"TagValue": {}
|
|
66822
66854
|
}
|
|
66823
66855
|
},
|
|
66824
|
-
"
|
|
66856
|
+
"Sf7": {
|
|
66825
66857
|
"type": "structure",
|
|
66826
66858
|
"members": {
|
|
66827
66859
|
"OrConditions": {
|
|
66828
|
-
"shape": "
|
|
66860
|
+
"shape": "Sf8"
|
|
66829
66861
|
},
|
|
66830
66862
|
"AndConditions": {
|
|
66831
|
-
"shape": "
|
|
66863
|
+
"shape": "Sf8"
|
|
66832
66864
|
},
|
|
66833
66865
|
"StringCondition": {
|
|
66834
|
-
"shape": "
|
|
66866
|
+
"shape": "Sf9"
|
|
66835
66867
|
},
|
|
66836
66868
|
"QueueTypeCondition": {}
|
|
66837
66869
|
}
|
|
66838
66870
|
},
|
|
66839
|
-
"
|
|
66871
|
+
"Sf8": {
|
|
66840
66872
|
"type": "list",
|
|
66841
66873
|
"member": {
|
|
66842
|
-
"shape": "
|
|
66874
|
+
"shape": "Sf7"
|
|
66843
66875
|
}
|
|
66844
66876
|
},
|
|
66845
|
-
"
|
|
66877
|
+
"Sf9": {
|
|
66846
66878
|
"type": "structure",
|
|
66847
66879
|
"members": {
|
|
66848
66880
|
"FieldName": {},
|
|
@@ -66850,57 +66882,57 @@ module.exports={
|
|
|
66850
66882
|
"ComparisonType": {}
|
|
66851
66883
|
}
|
|
66852
66884
|
},
|
|
66853
|
-
"
|
|
66885
|
+
"Sfh": {
|
|
66854
66886
|
"type": "structure",
|
|
66855
66887
|
"members": {
|
|
66856
66888
|
"OrConditions": {
|
|
66857
|
-
"shape": "
|
|
66889
|
+
"shape": "Sfi"
|
|
66858
66890
|
},
|
|
66859
66891
|
"AndConditions": {
|
|
66860
|
-
"shape": "
|
|
66892
|
+
"shape": "Sfi"
|
|
66861
66893
|
},
|
|
66862
66894
|
"StringCondition": {
|
|
66863
|
-
"shape": "
|
|
66895
|
+
"shape": "Sf9"
|
|
66864
66896
|
}
|
|
66865
66897
|
}
|
|
66866
66898
|
},
|
|
66867
|
-
"
|
|
66899
|
+
"Sfi": {
|
|
66868
66900
|
"type": "list",
|
|
66869
66901
|
"member": {
|
|
66870
|
-
"shape": "
|
|
66902
|
+
"shape": "Sfh"
|
|
66871
66903
|
}
|
|
66872
66904
|
},
|
|
66873
|
-
"
|
|
66905
|
+
"Sfm": {
|
|
66874
66906
|
"type": "structure",
|
|
66875
66907
|
"members": {
|
|
66876
66908
|
"OrConditions": {
|
|
66877
|
-
"shape": "
|
|
66909
|
+
"shape": "Sfn"
|
|
66878
66910
|
},
|
|
66879
66911
|
"AndConditions": {
|
|
66880
|
-
"shape": "
|
|
66912
|
+
"shape": "Sfn"
|
|
66881
66913
|
},
|
|
66882
66914
|
"StringCondition": {
|
|
66883
|
-
"shape": "
|
|
66915
|
+
"shape": "Sf9"
|
|
66884
66916
|
}
|
|
66885
66917
|
}
|
|
66886
66918
|
},
|
|
66887
|
-
"
|
|
66919
|
+
"Sfn": {
|
|
66888
66920
|
"type": "list",
|
|
66889
66921
|
"member": {
|
|
66890
|
-
"shape": "
|
|
66922
|
+
"shape": "Sfm"
|
|
66891
66923
|
}
|
|
66892
66924
|
},
|
|
66893
|
-
"
|
|
66925
|
+
"Sfu": {
|
|
66894
66926
|
"type": "structure",
|
|
66895
66927
|
"members": {
|
|
66896
66928
|
"OrConditions": {
|
|
66897
|
-
"shape": "
|
|
66929
|
+
"shape": "Sfv"
|
|
66898
66930
|
},
|
|
66899
66931
|
"AndConditions": {
|
|
66900
|
-
"shape": "
|
|
66932
|
+
"shape": "Sfv"
|
|
66901
66933
|
},
|
|
66902
66934
|
"StringCondition": {
|
|
66903
|
-
"shape": "
|
|
66935
|
+
"shape": "Sf9"
|
|
66904
66936
|
},
|
|
66905
66937
|
"HierarchyGroupCondition": {
|
|
66906
66938
|
"type": "structure",
|
|
@@ -66911,13 +66943,13 @@ module.exports={
|
|
|
66911
66943
|
}
|
|
66912
66944
|
}
|
|
66913
66945
|
},
|
|
66914
|
-
"
|
|
66946
|
+
"Sfv": {
|
|
66915
66947
|
"type": "list",
|
|
66916
66948
|
"member": {
|
|
66917
|
-
"shape": "
|
|
66949
|
+
"shape": "Sfu"
|
|
66918
66950
|
}
|
|
66919
66951
|
},
|
|
66920
|
-
"
|
|
66952
|
+
"Sgy": {
|
|
66921
66953
|
"type": "map",
|
|
66922
66954
|
"key": {},
|
|
66923
66955
|
"value": {
|
|
@@ -66932,7 +66964,7 @@ module.exports={
|
|
|
66932
66964
|
}
|
|
66933
66965
|
}
|
|
66934
66966
|
},
|
|
66935
|
-
"
|
|
66967
|
+
"Sik": {
|
|
66936
66968
|
"type": "structure",
|
|
66937
66969
|
"required": [
|
|
66938
66970
|
"Name"
|
|
@@ -114128,11 +114160,14 @@ module.exports={
|
|
|
114128
114160
|
},
|
|
114129
114161
|
"Tags": {
|
|
114130
114162
|
"shape": "S3"
|
|
114163
|
+
},
|
|
114164
|
+
"AuthenticationMode": {
|
|
114165
|
+
"shape": "S3i"
|
|
114131
114166
|
}
|
|
114132
114167
|
}
|
|
114133
114168
|
},
|
|
114134
114169
|
"output": {
|
|
114135
|
-
"shape": "
|
|
114170
|
+
"shape": "S3k",
|
|
114136
114171
|
"resultWrapper": "CreateUserResult"
|
|
114137
114172
|
}
|
|
114138
114173
|
},
|
|
@@ -114147,7 +114182,7 @@ module.exports={
|
|
|
114147
114182
|
"UserGroupId": {},
|
|
114148
114183
|
"Engine": {},
|
|
114149
114184
|
"UserIds": {
|
|
114150
|
-
"shape": "
|
|
114185
|
+
"shape": "S3o"
|
|
114151
114186
|
},
|
|
114152
114187
|
"Tags": {
|
|
114153
114188
|
"shape": "S3"
|
|
@@ -114155,7 +114190,7 @@ module.exports={
|
|
|
114155
114190
|
}
|
|
114156
114191
|
},
|
|
114157
114192
|
"output": {
|
|
114158
|
-
"shape": "
|
|
114193
|
+
"shape": "S3p",
|
|
114159
114194
|
"resultWrapper": "CreateUserGroupResult"
|
|
114160
114195
|
}
|
|
114161
114196
|
},
|
|
@@ -114173,10 +114208,10 @@ module.exports={
|
|
|
114173
114208
|
"type": "integer"
|
|
114174
114209
|
},
|
|
114175
114210
|
"GlobalNodeGroupsToRemove": {
|
|
114176
|
-
"shape": "
|
|
114211
|
+
"shape": "S3u"
|
|
114177
114212
|
},
|
|
114178
114213
|
"GlobalNodeGroupsToRetain": {
|
|
114179
|
-
"shape": "
|
|
114214
|
+
"shape": "S3u"
|
|
114180
114215
|
},
|
|
114181
114216
|
"ApplyImmediately": {
|
|
114182
114217
|
"type": "boolean"
|
|
@@ -114206,7 +114241,7 @@ module.exports={
|
|
|
114206
114241
|
"type": "integer"
|
|
114207
114242
|
},
|
|
114208
114243
|
"ReplicaConfiguration": {
|
|
114209
|
-
"shape": "
|
|
114244
|
+
"shape": "S3x"
|
|
114210
114245
|
},
|
|
114211
114246
|
"ReplicasToRemove": {
|
|
114212
114247
|
"type": "list",
|
|
@@ -114360,7 +114395,7 @@ module.exports={
|
|
|
114360
114395
|
}
|
|
114361
114396
|
},
|
|
114362
114397
|
"output": {
|
|
114363
|
-
"shape": "
|
|
114398
|
+
"shape": "S3k",
|
|
114364
114399
|
"resultWrapper": "DeleteUserResult"
|
|
114365
114400
|
}
|
|
114366
114401
|
},
|
|
@@ -114375,7 +114410,7 @@ module.exports={
|
|
|
114375
114410
|
}
|
|
114376
114411
|
},
|
|
114377
114412
|
"output": {
|
|
114378
|
-
"shape": "
|
|
114413
|
+
"shape": "S3p",
|
|
114379
114414
|
"resultWrapper": "DeleteUserGroupResult"
|
|
114380
114415
|
}
|
|
114381
114416
|
},
|
|
@@ -114496,10 +114531,10 @@ module.exports={
|
|
|
114496
114531
|
"members": {
|
|
114497
114532
|
"Marker": {},
|
|
114498
114533
|
"Parameters": {
|
|
114499
|
-
"shape": "
|
|
114534
|
+
"shape": "S4q"
|
|
114500
114535
|
},
|
|
114501
114536
|
"CacheNodeTypeSpecificParameters": {
|
|
114502
|
-
"shape": "
|
|
114537
|
+
"shape": "S4t"
|
|
114503
114538
|
}
|
|
114504
114539
|
}
|
|
114505
114540
|
}
|
|
@@ -114580,10 +114615,10 @@ module.exports={
|
|
|
114580
114615
|
"CacheParameterGroupFamily": {},
|
|
114581
114616
|
"Marker": {},
|
|
114582
114617
|
"Parameters": {
|
|
114583
|
-
"shape": "
|
|
114618
|
+
"shape": "S4q"
|
|
114584
114619
|
},
|
|
114585
114620
|
"CacheNodeTypeSpecificParameters": {
|
|
114586
|
-
"shape": "
|
|
114621
|
+
"shape": "S4t"
|
|
114587
114622
|
}
|
|
114588
114623
|
},
|
|
114589
114624
|
"wrapper": true
|
|
@@ -114714,7 +114749,7 @@ module.exports={
|
|
|
114714
114749
|
"ReservedCacheNodes": {
|
|
114715
114750
|
"type": "list",
|
|
114716
114751
|
"member": {
|
|
114717
|
-
"shape": "
|
|
114752
|
+
"shape": "S5k",
|
|
114718
114753
|
"locationName": "ReservedCacheNode"
|
|
114719
114754
|
}
|
|
114720
114755
|
}
|
|
@@ -114761,7 +114796,7 @@ module.exports={
|
|
|
114761
114796
|
"ProductDescription": {},
|
|
114762
114797
|
"OfferingType": {},
|
|
114763
114798
|
"RecurringCharges": {
|
|
114764
|
-
"shape": "
|
|
114799
|
+
"shape": "S5l"
|
|
114765
114800
|
}
|
|
114766
114801
|
},
|
|
114767
114802
|
"wrapper": true
|
|
@@ -114776,7 +114811,7 @@ module.exports={
|
|
|
114776
114811
|
"members": {
|
|
114777
114812
|
"ServiceUpdateName": {},
|
|
114778
114813
|
"ServiceUpdateStatus": {
|
|
114779
|
-
"shape": "
|
|
114814
|
+
"shape": "S5s"
|
|
114780
114815
|
},
|
|
114781
114816
|
"MaxRecords": {
|
|
114782
114817
|
"type": "integer"
|
|
@@ -114866,7 +114901,7 @@ module.exports={
|
|
|
114866
114901
|
},
|
|
114867
114902
|
"Engine": {},
|
|
114868
114903
|
"ServiceUpdateStatus": {
|
|
114869
|
-
"shape": "
|
|
114904
|
+
"shape": "S5s"
|
|
114870
114905
|
},
|
|
114871
114906
|
"ServiceUpdateTimeRange": {
|
|
114872
114907
|
"type": "structure",
|
|
@@ -115015,7 +115050,7 @@ module.exports={
|
|
|
115015
115050
|
"UserGroups": {
|
|
115016
115051
|
"type": "list",
|
|
115017
115052
|
"member": {
|
|
115018
|
-
"shape": "
|
|
115053
|
+
"shape": "S3p"
|
|
115019
115054
|
}
|
|
115020
115055
|
},
|
|
115021
115056
|
"Marker": {}
|
|
@@ -115058,7 +115093,7 @@ module.exports={
|
|
|
115058
115093
|
"Users": {
|
|
115059
115094
|
"type": "list",
|
|
115060
115095
|
"member": {
|
|
115061
|
-
"shape": "
|
|
115096
|
+
"shape": "S3k"
|
|
115062
115097
|
}
|
|
115063
115098
|
},
|
|
115064
115099
|
"Marker": {}
|
|
@@ -115140,7 +115175,7 @@ module.exports={
|
|
|
115140
115175
|
"ReplicationGroupId": {},
|
|
115141
115176
|
"ReplicationGroupRegion": {},
|
|
115142
115177
|
"ReshardingConfiguration": {
|
|
115143
|
-
"shape": "
|
|
115178
|
+
"shape": "S6z"
|
|
115144
115179
|
}
|
|
115145
115180
|
}
|
|
115146
115181
|
}
|
|
@@ -115173,7 +115208,7 @@ module.exports={
|
|
|
115173
115208
|
"type": "integer"
|
|
115174
115209
|
},
|
|
115175
115210
|
"ReplicaConfiguration": {
|
|
115176
|
-
"shape": "
|
|
115211
|
+
"shape": "S3x"
|
|
115177
115212
|
},
|
|
115178
115213
|
"ApplyImmediately": {
|
|
115179
115214
|
"type": "boolean"
|
|
@@ -115203,10 +115238,10 @@ module.exports={
|
|
|
115203
115238
|
"type": "structure",
|
|
115204
115239
|
"members": {
|
|
115205
115240
|
"ScaleUpModifications": {
|
|
115206
|
-
"shape": "
|
|
115241
|
+
"shape": "S76"
|
|
115207
115242
|
},
|
|
115208
115243
|
"ScaleDownModifications": {
|
|
115209
|
-
"shape": "
|
|
115244
|
+
"shape": "S76"
|
|
115210
115245
|
}
|
|
115211
115246
|
}
|
|
115212
115247
|
}
|
|
@@ -115294,12 +115329,12 @@ module.exports={
|
|
|
115294
115329
|
"members": {
|
|
115295
115330
|
"CacheParameterGroupName": {},
|
|
115296
115331
|
"ParameterNameValues": {
|
|
115297
|
-
"shape": "
|
|
115332
|
+
"shape": "S7c"
|
|
115298
115333
|
}
|
|
115299
115334
|
}
|
|
115300
115335
|
},
|
|
115301
115336
|
"output": {
|
|
115302
|
-
"shape": "
|
|
115337
|
+
"shape": "S7e",
|
|
115303
115338
|
"resultWrapper": "ModifyCacheParameterGroupResult"
|
|
115304
115339
|
}
|
|
115305
115340
|
},
|
|
@@ -115444,7 +115479,7 @@ module.exports={
|
|
|
115444
115479
|
"type": "boolean"
|
|
115445
115480
|
},
|
|
115446
115481
|
"ReshardingConfiguration": {
|
|
115447
|
-
"shape": "
|
|
115482
|
+
"shape": "S6z"
|
|
115448
115483
|
},
|
|
115449
115484
|
"NodeGroupsToRemove": {
|
|
115450
115485
|
"type": "list",
|
|
@@ -115485,11 +115520,14 @@ module.exports={
|
|
|
115485
115520
|
},
|
|
115486
115521
|
"NoPasswordRequired": {
|
|
115487
115522
|
"type": "boolean"
|
|
115523
|
+
},
|
|
115524
|
+
"AuthenticationMode": {
|
|
115525
|
+
"shape": "S3i"
|
|
115488
115526
|
}
|
|
115489
115527
|
}
|
|
115490
115528
|
},
|
|
115491
115529
|
"output": {
|
|
115492
|
-
"shape": "
|
|
115530
|
+
"shape": "S3k",
|
|
115493
115531
|
"resultWrapper": "ModifyUserResult"
|
|
115494
115532
|
}
|
|
115495
115533
|
},
|
|
@@ -115502,15 +115540,15 @@ module.exports={
|
|
|
115502
115540
|
"members": {
|
|
115503
115541
|
"UserGroupId": {},
|
|
115504
115542
|
"UserIdsToAdd": {
|
|
115505
|
-
"shape": "
|
|
115543
|
+
"shape": "S3o"
|
|
115506
115544
|
},
|
|
115507
115545
|
"UserIdsToRemove": {
|
|
115508
|
-
"shape": "
|
|
115546
|
+
"shape": "S3o"
|
|
115509
115547
|
}
|
|
115510
115548
|
}
|
|
115511
115549
|
},
|
|
115512
115550
|
"output": {
|
|
115513
|
-
"shape": "
|
|
115551
|
+
"shape": "S3p",
|
|
115514
115552
|
"resultWrapper": "ModifyUserGroupResult"
|
|
115515
115553
|
}
|
|
115516
115554
|
},
|
|
@@ -115536,7 +115574,7 @@ module.exports={
|
|
|
115536
115574
|
"type": "structure",
|
|
115537
115575
|
"members": {
|
|
115538
115576
|
"ReservedCacheNode": {
|
|
115539
|
-
"shape": "
|
|
115577
|
+
"shape": "S5k"
|
|
115540
115578
|
}
|
|
115541
115579
|
}
|
|
115542
115580
|
}
|
|
@@ -115621,12 +115659,12 @@ module.exports={
|
|
|
115621
115659
|
"type": "boolean"
|
|
115622
115660
|
},
|
|
115623
115661
|
"ParameterNameValues": {
|
|
115624
|
-
"shape": "
|
|
115662
|
+
"shape": "S7c"
|
|
115625
115663
|
}
|
|
115626
115664
|
}
|
|
115627
115665
|
},
|
|
115628
115666
|
"output": {
|
|
115629
|
-
"shape": "
|
|
115667
|
+
"shape": "S7e",
|
|
115630
115668
|
"resultWrapper": "ResetCacheParameterGroupResult"
|
|
115631
115669
|
}
|
|
115632
115670
|
},
|
|
@@ -116392,6 +116430,15 @@ module.exports={
|
|
|
116392
116430
|
"member": {}
|
|
116393
116431
|
},
|
|
116394
116432
|
"S3i": {
|
|
116433
|
+
"type": "structure",
|
|
116434
|
+
"members": {
|
|
116435
|
+
"Type": {},
|
|
116436
|
+
"Passwords": {
|
|
116437
|
+
"shape": "S3g"
|
|
116438
|
+
}
|
|
116439
|
+
}
|
|
116440
|
+
},
|
|
116441
|
+
"S3k": {
|
|
116395
116442
|
"type": "structure",
|
|
116396
116443
|
"members": {
|
|
116397
116444
|
"UserId": {},
|
|
@@ -116415,28 +116462,28 @@ module.exports={
|
|
|
116415
116462
|
"ARN": {}
|
|
116416
116463
|
}
|
|
116417
116464
|
},
|
|
116418
|
-
"
|
|
116465
|
+
"S3o": {
|
|
116419
116466
|
"type": "list",
|
|
116420
116467
|
"member": {}
|
|
116421
116468
|
},
|
|
116422
|
-
"
|
|
116469
|
+
"S3p": {
|
|
116423
116470
|
"type": "structure",
|
|
116424
116471
|
"members": {
|
|
116425
116472
|
"UserGroupId": {},
|
|
116426
116473
|
"Status": {},
|
|
116427
116474
|
"Engine": {},
|
|
116428
116475
|
"UserIds": {
|
|
116429
|
-
"shape": "
|
|
116476
|
+
"shape": "S3q"
|
|
116430
116477
|
},
|
|
116431
116478
|
"MinimumEngineVersion": {},
|
|
116432
116479
|
"PendingChanges": {
|
|
116433
116480
|
"type": "structure",
|
|
116434
116481
|
"members": {
|
|
116435
116482
|
"UserIdsToRemove": {
|
|
116436
|
-
"shape": "
|
|
116483
|
+
"shape": "S3q"
|
|
116437
116484
|
},
|
|
116438
116485
|
"UserIdsToAdd": {
|
|
116439
|
-
"shape": "
|
|
116486
|
+
"shape": "S3q"
|
|
116440
116487
|
}
|
|
116441
116488
|
}
|
|
116442
116489
|
},
|
|
@@ -116447,17 +116494,17 @@ module.exports={
|
|
|
116447
116494
|
"ARN": {}
|
|
116448
116495
|
}
|
|
116449
116496
|
},
|
|
116450
|
-
"
|
|
116497
|
+
"S3q": {
|
|
116451
116498
|
"type": "list",
|
|
116452
116499
|
"member": {}
|
|
116453
116500
|
},
|
|
116454
|
-
"
|
|
116501
|
+
"S3u": {
|
|
116455
116502
|
"type": "list",
|
|
116456
116503
|
"member": {
|
|
116457
116504
|
"locationName": "GlobalNodeGroupId"
|
|
116458
116505
|
}
|
|
116459
116506
|
},
|
|
116460
|
-
"
|
|
116507
|
+
"S3x": {
|
|
116461
116508
|
"type": "list",
|
|
116462
116509
|
"member": {
|
|
116463
116510
|
"locationName": "ConfigureShard",
|
|
@@ -116480,7 +116527,7 @@ module.exports={
|
|
|
116480
116527
|
}
|
|
116481
116528
|
}
|
|
116482
116529
|
},
|
|
116483
|
-
"
|
|
116530
|
+
"S4q": {
|
|
116484
116531
|
"type": "list",
|
|
116485
116532
|
"member": {
|
|
116486
116533
|
"locationName": "Parameter",
|
|
@@ -116500,7 +116547,7 @@ module.exports={
|
|
|
116500
116547
|
}
|
|
116501
116548
|
}
|
|
116502
116549
|
},
|
|
116503
|
-
"
|
|
116550
|
+
"S4t": {
|
|
116504
116551
|
"type": "list",
|
|
116505
116552
|
"member": {
|
|
116506
116553
|
"locationName": "CacheNodeTypeSpecificParameter",
|
|
@@ -116530,7 +116577,7 @@ module.exports={
|
|
|
116530
116577
|
}
|
|
116531
116578
|
}
|
|
116532
116579
|
},
|
|
116533
|
-
"
|
|
116580
|
+
"S5k": {
|
|
116534
116581
|
"type": "structure",
|
|
116535
116582
|
"members": {
|
|
116536
116583
|
"ReservedCacheNodeId": {},
|
|
@@ -116555,13 +116602,13 @@ module.exports={
|
|
|
116555
116602
|
"OfferingType": {},
|
|
116556
116603
|
"State": {},
|
|
116557
116604
|
"RecurringCharges": {
|
|
116558
|
-
"shape": "
|
|
116605
|
+
"shape": "S5l"
|
|
116559
116606
|
},
|
|
116560
116607
|
"ReservationARN": {}
|
|
116561
116608
|
},
|
|
116562
116609
|
"wrapper": true
|
|
116563
116610
|
},
|
|
116564
|
-
"
|
|
116611
|
+
"S5l": {
|
|
116565
116612
|
"type": "list",
|
|
116566
116613
|
"member": {
|
|
116567
116614
|
"locationName": "RecurringCharge",
|
|
@@ -116575,11 +116622,11 @@ module.exports={
|
|
|
116575
116622
|
"wrapper": true
|
|
116576
116623
|
}
|
|
116577
116624
|
},
|
|
116578
|
-
"
|
|
116625
|
+
"S5s": {
|
|
116579
116626
|
"type": "list",
|
|
116580
116627
|
"member": {}
|
|
116581
116628
|
},
|
|
116582
|
-
"
|
|
116629
|
+
"S6z": {
|
|
116583
116630
|
"type": "list",
|
|
116584
116631
|
"member": {
|
|
116585
116632
|
"locationName": "ReshardingConfiguration",
|
|
@@ -116592,11 +116639,11 @@ module.exports={
|
|
|
116592
116639
|
}
|
|
116593
116640
|
}
|
|
116594
116641
|
},
|
|
116595
|
-
"
|
|
116642
|
+
"S76": {
|
|
116596
116643
|
"type": "list",
|
|
116597
116644
|
"member": {}
|
|
116598
116645
|
},
|
|
116599
|
-
"
|
|
116646
|
+
"S7c": {
|
|
116600
116647
|
"type": "list",
|
|
116601
116648
|
"member": {
|
|
116602
116649
|
"locationName": "ParameterNameValue",
|
|
@@ -116607,7 +116654,7 @@ module.exports={
|
|
|
116607
116654
|
}
|
|
116608
116655
|
}
|
|
116609
116656
|
},
|
|
116610
|
-
"
|
|
116657
|
+
"S7e": {
|
|
116611
116658
|
"type": "structure",
|
|
116612
116659
|
"members": {
|
|
116613
116660
|
"CacheParameterGroupName": {}
|
|
@@ -173154,6 +173201,9 @@ module.exports={
|
|
|
173154
173201
|
},
|
|
173155
173202
|
"scheduler": {
|
|
173156
173203
|
"name": "Scheduler"
|
|
173204
|
+
},
|
|
173205
|
+
"ssmsap": {
|
|
173206
|
+
"name": "SsmSap"
|
|
173157
173207
|
}
|
|
173158
173208
|
}
|
|
173159
173209
|
},{}],166:[function(require,module,exports){
|
|
@@ -181306,7 +181356,10 @@ module.exports={
|
|
|
181306
181356
|
],
|
|
181307
181357
|
"members": {
|
|
181308
181358
|
"trackingId": {},
|
|
181309
|
-
"userId": {
|
|
181359
|
+
"userId": {
|
|
181360
|
+
"type": "string",
|
|
181361
|
+
"sensitive": true
|
|
181362
|
+
},
|
|
181310
181363
|
"sessionId": {},
|
|
181311
181364
|
"eventList": {
|
|
181312
181365
|
"type": "list",
|
|
@@ -181322,9 +181375,13 @@ module.exports={
|
|
|
181322
181375
|
"eventValue": {
|
|
181323
181376
|
"type": "float"
|
|
181324
181377
|
},
|
|
181325
|
-
"itemId": {
|
|
181378
|
+
"itemId": {
|
|
181379
|
+
"shape": "S7"
|
|
181380
|
+
},
|
|
181326
181381
|
"properties": {
|
|
181327
|
-
"jsonvalue": true
|
|
181382
|
+
"jsonvalue": true,
|
|
181383
|
+
"type": "string",
|
|
181384
|
+
"sensitive": true
|
|
181328
181385
|
},
|
|
181329
181386
|
"sentAt": {
|
|
181330
181387
|
"type": "timestamp"
|
|
@@ -181332,9 +181389,21 @@ module.exports={
|
|
|
181332
181389
|
"recommendationId": {},
|
|
181333
181390
|
"impression": {
|
|
181334
181391
|
"type": "list",
|
|
181335
|
-
"member": {
|
|
181392
|
+
"member": {
|
|
181393
|
+
"shape": "S7"
|
|
181394
|
+
}
|
|
181395
|
+
},
|
|
181396
|
+
"metricAttribution": {
|
|
181397
|
+
"type": "structure",
|
|
181398
|
+
"required": [
|
|
181399
|
+
"eventAttributionSource"
|
|
181400
|
+
],
|
|
181401
|
+
"members": {
|
|
181402
|
+
"eventAttributionSource": {}
|
|
181403
|
+
}
|
|
181336
181404
|
}
|
|
181337
|
-
}
|
|
181405
|
+
},
|
|
181406
|
+
"sensitive": true
|
|
181338
181407
|
}
|
|
181339
181408
|
}
|
|
181340
181409
|
}
|
|
@@ -181362,7 +181431,9 @@ module.exports={
|
|
|
181362
181431
|
"members": {
|
|
181363
181432
|
"itemId": {},
|
|
181364
181433
|
"properties": {
|
|
181365
|
-
"jsonvalue": true
|
|
181434
|
+
"jsonvalue": true,
|
|
181435
|
+
"type": "string",
|
|
181436
|
+
"sensitive": true
|
|
181366
181437
|
}
|
|
181367
181438
|
}
|
|
181368
181439
|
}
|
|
@@ -181392,7 +181463,9 @@ module.exports={
|
|
|
181392
181463
|
"members": {
|
|
181393
181464
|
"userId": {},
|
|
181394
181465
|
"properties": {
|
|
181395
|
-
"jsonvalue": true
|
|
181466
|
+
"jsonvalue": true,
|
|
181467
|
+
"type": "string",
|
|
181468
|
+
"sensitive": true
|
|
181396
181469
|
}
|
|
181397
181470
|
}
|
|
181398
181471
|
}
|
|
@@ -181401,7 +181474,12 @@ module.exports={
|
|
|
181401
181474
|
}
|
|
181402
181475
|
}
|
|
181403
181476
|
},
|
|
181404
|
-
"shapes": {
|
|
181477
|
+
"shapes": {
|
|
181478
|
+
"S7": {
|
|
181479
|
+
"type": "string",
|
|
181480
|
+
"sensitive": true
|
|
181481
|
+
}
|
|
181482
|
+
}
|
|
181405
181483
|
}
|
|
181406
181484
|
},{}],178:[function(require,module,exports){
|
|
181407
181485
|
arguments[4][39][0].apply(exports,arguments)
|
|
@@ -191196,6 +191274,7 @@ module.exports={
|
|
|
191196
191274
|
"shape": "S2b"
|
|
191197
191275
|
},
|
|
191198
191276
|
"NetworkType": {},
|
|
191277
|
+
"DBSystemId": {},
|
|
191199
191278
|
"SourceRegion": {}
|
|
191200
191279
|
}
|
|
191201
191280
|
},
|
|
@@ -195566,7 +195645,8 @@ module.exports={
|
|
|
195566
195645
|
},
|
|
195567
195646
|
"TagList": {
|
|
195568
195647
|
"shape": "Sb"
|
|
195569
|
-
}
|
|
195648
|
+
},
|
|
195649
|
+
"DBSystemId": {}
|
|
195570
195650
|
},
|
|
195571
195651
|
"wrapper": true
|
|
195572
195652
|
},
|
|
@@ -195844,7 +195924,8 @@ module.exports={
|
|
|
195844
195924
|
},
|
|
195845
195925
|
"SupportsBabelfish": {
|
|
195846
195926
|
"type": "boolean"
|
|
195847
|
-
}
|
|
195927
|
+
},
|
|
195928
|
+
"CustomDBEngineVersionManifest": {}
|
|
195848
195929
|
}
|
|
195849
195930
|
},
|
|
195850
195931
|
"S1y": {
|
|
@@ -196090,7 +196171,16 @@ module.exports={
|
|
|
196090
196171
|
"IAMDatabaseAuthenticationEnabled": {
|
|
196091
196172
|
"type": "boolean"
|
|
196092
196173
|
},
|
|
196093
|
-
"EngineVersion": {}
|
|
196174
|
+
"EngineVersion": {},
|
|
196175
|
+
"BackupRetentionPeriod": {
|
|
196176
|
+
"type": "integer"
|
|
196177
|
+
},
|
|
196178
|
+
"AllocatedStorage": {
|
|
196179
|
+
"type": "integer"
|
|
196180
|
+
},
|
|
196181
|
+
"Iops": {
|
|
196182
|
+
"type": "integer"
|
|
196183
|
+
}
|
|
196094
196184
|
}
|
|
196095
196185
|
},
|
|
196096
196186
|
"DBClusterInstanceClass": {},
|
|
@@ -196126,7 +196216,8 @@ module.exports={
|
|
|
196126
196216
|
}
|
|
196127
196217
|
}
|
|
196128
196218
|
},
|
|
196129
|
-
"NetworkType": {}
|
|
196219
|
+
"NetworkType": {},
|
|
196220
|
+
"DBSystemId": {}
|
|
196130
196221
|
},
|
|
196131
196222
|
"wrapper": true
|
|
196132
196223
|
},
|
|
@@ -196422,7 +196513,8 @@ module.exports={
|
|
|
196422
196513
|
"ActivityStreamPolicyStatus": {},
|
|
196423
196514
|
"StorageThroughput": {
|
|
196424
196515
|
"type": "integer"
|
|
196425
|
-
}
|
|
196516
|
+
},
|
|
196517
|
+
"DBSystemId": {}
|
|
196426
196518
|
},
|
|
196427
196519
|
"wrapper": true
|
|
196428
196520
|
},
|
|
@@ -224792,13 +224884,15 @@ module.exports={
|
|
|
224792
224884
|
},
|
|
224793
224885
|
"PlannedEndTime": {
|
|
224794
224886
|
"type": "timestamp"
|
|
224795
|
-
}
|
|
224887
|
+
},
|
|
224888
|
+
"AccountId": {}
|
|
224796
224889
|
}
|
|
224797
224890
|
},
|
|
224798
224891
|
"output": {
|
|
224799
224892
|
"type": "structure",
|
|
224800
224893
|
"members": {
|
|
224801
|
-
"OpsItemId": {}
|
|
224894
|
+
"OpsItemId": {},
|
|
224895
|
+
"OpsItemArn": {}
|
|
224802
224896
|
}
|
|
224803
224897
|
}
|
|
224804
224898
|
},
|
|
@@ -224811,7 +224905,7 @@ module.exports={
|
|
|
224811
224905
|
"members": {
|
|
224812
224906
|
"ResourceId": {},
|
|
224813
224907
|
"Metadata": {
|
|
224814
|
-
"shape": "
|
|
224908
|
+
"shape": "S58"
|
|
224815
224909
|
},
|
|
224816
224910
|
"Tags": {
|
|
224817
224911
|
"shape": "S4"
|
|
@@ -224835,25 +224929,25 @@ module.exports={
|
|
|
224835
224929
|
"OperatingSystem": {},
|
|
224836
224930
|
"Name": {},
|
|
224837
224931
|
"GlobalFilters": {
|
|
224838
|
-
"shape": "
|
|
224932
|
+
"shape": "S5h"
|
|
224839
224933
|
},
|
|
224840
224934
|
"ApprovalRules": {
|
|
224841
|
-
"shape": "
|
|
224935
|
+
"shape": "S5n"
|
|
224842
224936
|
},
|
|
224843
224937
|
"ApprovedPatches": {
|
|
224844
|
-
"shape": "
|
|
224938
|
+
"shape": "S5t"
|
|
224845
224939
|
},
|
|
224846
224940
|
"ApprovedPatchesComplianceLevel": {},
|
|
224847
224941
|
"ApprovedPatchesEnableNonSecurity": {
|
|
224848
224942
|
"type": "boolean"
|
|
224849
224943
|
},
|
|
224850
224944
|
"RejectedPatches": {
|
|
224851
|
-
"shape": "
|
|
224945
|
+
"shape": "S5t"
|
|
224852
224946
|
},
|
|
224853
224947
|
"RejectedPatchesAction": {},
|
|
224854
224948
|
"Description": {},
|
|
224855
224949
|
"Sources": {
|
|
224856
|
-
"shape": "
|
|
224950
|
+
"shape": "S5x"
|
|
224857
224951
|
},
|
|
224858
224952
|
"ClientToken": {
|
|
224859
224953
|
"idempotencyToken": true
|
|
@@ -224879,11 +224973,11 @@ module.exports={
|
|
|
224879
224973
|
"members": {
|
|
224880
224974
|
"SyncName": {},
|
|
224881
224975
|
"S3Destination": {
|
|
224882
|
-
"shape": "
|
|
224976
|
+
"shape": "S67"
|
|
224883
224977
|
},
|
|
224884
224978
|
"SyncType": {},
|
|
224885
224979
|
"SyncSource": {
|
|
224886
|
-
"shape": "
|
|
224980
|
+
"shape": "S6g"
|
|
224887
224981
|
}
|
|
224888
224982
|
}
|
|
224889
224983
|
},
|
|
@@ -224964,7 +225058,7 @@ module.exports={
|
|
|
224964
225058
|
"DeletionId": {},
|
|
224965
225059
|
"TypeName": {},
|
|
224966
225060
|
"DeletionSummary": {
|
|
224967
|
-
"shape": "
|
|
225061
|
+
"shape": "S74"
|
|
224968
225062
|
}
|
|
224969
225063
|
}
|
|
224970
225064
|
}
|
|
@@ -225024,7 +225118,7 @@ module.exports={
|
|
|
225024
225118
|
],
|
|
225025
225119
|
"members": {
|
|
225026
225120
|
"Names": {
|
|
225027
|
-
"shape": "
|
|
225121
|
+
"shape": "S7j"
|
|
225028
225122
|
}
|
|
225029
225123
|
}
|
|
225030
225124
|
},
|
|
@@ -225032,10 +225126,10 @@ module.exports={
|
|
|
225032
225126
|
"type": "structure",
|
|
225033
225127
|
"members": {
|
|
225034
225128
|
"DeletedParameters": {
|
|
225035
|
-
"shape": "
|
|
225129
|
+
"shape": "S7j"
|
|
225036
225130
|
},
|
|
225037
225131
|
"InvalidParameters": {
|
|
225038
|
-
"shape": "
|
|
225132
|
+
"shape": "S7j"
|
|
225039
225133
|
}
|
|
225040
225134
|
}
|
|
225041
225135
|
}
|
|
@@ -225073,6 +225167,25 @@ module.exports={
|
|
|
225073
225167
|
"members": {}
|
|
225074
225168
|
}
|
|
225075
225169
|
},
|
|
225170
|
+
"DeleteResourcePolicy": {
|
|
225171
|
+
"input": {
|
|
225172
|
+
"type": "structure",
|
|
225173
|
+
"required": [
|
|
225174
|
+
"ResourceArn",
|
|
225175
|
+
"PolicyId",
|
|
225176
|
+
"PolicyHash"
|
|
225177
|
+
],
|
|
225178
|
+
"members": {
|
|
225179
|
+
"ResourceArn": {},
|
|
225180
|
+
"PolicyId": {},
|
|
225181
|
+
"PolicyHash": {}
|
|
225182
|
+
}
|
|
225183
|
+
},
|
|
225184
|
+
"output": {
|
|
225185
|
+
"type": "structure",
|
|
225186
|
+
"members": {}
|
|
225187
|
+
}
|
|
225188
|
+
},
|
|
225076
225189
|
"DeregisterManagedInstance": {
|
|
225077
225190
|
"input": {
|
|
225078
225191
|
"type": "structure",
|
|
@@ -225403,7 +225516,7 @@ module.exports={
|
|
|
225403
225516
|
"ExecutedBy": {},
|
|
225404
225517
|
"LogFile": {},
|
|
225405
225518
|
"Outputs": {
|
|
225406
|
-
"shape": "
|
|
225519
|
+
"shape": "S9j"
|
|
225407
225520
|
},
|
|
225408
225521
|
"Mode": {},
|
|
225409
225522
|
"ParentAutomationExecutionId": {},
|
|
@@ -225418,7 +225531,7 @@ module.exports={
|
|
|
225418
225531
|
"shape": "S25"
|
|
225419
225532
|
},
|
|
225420
225533
|
"ResolvedTargets": {
|
|
225421
|
-
"shape": "
|
|
225534
|
+
"shape": "S9o"
|
|
225422
225535
|
},
|
|
225423
225536
|
"MaxConcurrency": {},
|
|
225424
225537
|
"MaxErrors": {},
|
|
@@ -225435,7 +225548,7 @@ module.exports={
|
|
|
225435
225548
|
"type": "timestamp"
|
|
225436
225549
|
},
|
|
225437
225550
|
"Runbooks": {
|
|
225438
|
-
"shape": "
|
|
225551
|
+
"shape": "S9s"
|
|
225439
225552
|
},
|
|
225440
225553
|
"OpsItemId": {},
|
|
225441
225554
|
"AssociationId": {},
|
|
@@ -225485,7 +225598,7 @@ module.exports={
|
|
|
225485
225598
|
"type": "structure",
|
|
225486
225599
|
"members": {
|
|
225487
225600
|
"StepExecutions": {
|
|
225488
|
-
"shape": "
|
|
225601
|
+
"shape": "Sa2"
|
|
225489
225602
|
},
|
|
225490
225603
|
"NextToken": {}
|
|
225491
225604
|
}
|
|
@@ -225496,7 +225609,7 @@ module.exports={
|
|
|
225496
225609
|
"type": "structure",
|
|
225497
225610
|
"members": {
|
|
225498
225611
|
"Filters": {
|
|
225499
|
-
"shape": "
|
|
225612
|
+
"shape": "Sac"
|
|
225500
225613
|
},
|
|
225501
225614
|
"MaxResults": {
|
|
225502
225615
|
"type": "integer"
|
|
@@ -225510,7 +225623,7 @@ module.exports={
|
|
|
225510
225623
|
"Patches": {
|
|
225511
225624
|
"type": "list",
|
|
225512
225625
|
"member": {
|
|
225513
|
-
"shape": "
|
|
225626
|
+
"shape": "Sak"
|
|
225514
225627
|
}
|
|
225515
225628
|
},
|
|
225516
225629
|
"NextToken": {}
|
|
@@ -225558,7 +225671,7 @@ module.exports={
|
|
|
225558
225671
|
"type": "structure",
|
|
225559
225672
|
"members": {
|
|
225560
225673
|
"AccountIds": {
|
|
225561
|
-
"shape": "
|
|
225674
|
+
"shape": "Sbf"
|
|
225562
225675
|
},
|
|
225563
225676
|
"AccountSharingInfoList": {
|
|
225564
225677
|
"type": "list",
|
|
@@ -225630,7 +225743,7 @@ module.exports={
|
|
|
225630
225743
|
"type": "structure",
|
|
225631
225744
|
"members": {
|
|
225632
225745
|
"Patch": {
|
|
225633
|
-
"shape": "
|
|
225746
|
+
"shape": "Sak"
|
|
225634
225747
|
},
|
|
225635
225748
|
"PatchStatus": {
|
|
225636
225749
|
"type": "structure",
|
|
@@ -225717,7 +225830,7 @@ module.exports={
|
|
|
225717
225830
|
"members": {
|
|
225718
225831
|
"key": {},
|
|
225719
225832
|
"valueSet": {
|
|
225720
|
-
"shape": "
|
|
225833
|
+
"shape": "Sc8"
|
|
225721
225834
|
}
|
|
225722
225835
|
}
|
|
225723
225836
|
}
|
|
@@ -225733,7 +225846,7 @@ module.exports={
|
|
|
225733
225846
|
"members": {
|
|
225734
225847
|
"Key": {},
|
|
225735
225848
|
"Values": {
|
|
225736
|
-
"shape": "
|
|
225849
|
+
"shape": "Sc8"
|
|
225737
225850
|
}
|
|
225738
225851
|
}
|
|
225739
225852
|
}
|
|
@@ -225824,7 +225937,7 @@ module.exports={
|
|
|
225824
225937
|
"InstancePatchStates": {
|
|
225825
225938
|
"type": "list",
|
|
225826
225939
|
"member": {
|
|
225827
|
-
"shape": "
|
|
225940
|
+
"shape": "Scu"
|
|
225828
225941
|
}
|
|
225829
225942
|
},
|
|
225830
225943
|
"NextToken": {}
|
|
@@ -225870,7 +225983,7 @@ module.exports={
|
|
|
225870
225983
|
"InstancePatchStates": {
|
|
225871
225984
|
"type": "list",
|
|
225872
225985
|
"member": {
|
|
225873
|
-
"shape": "
|
|
225986
|
+
"shape": "Scu"
|
|
225874
225987
|
}
|
|
225875
225988
|
},
|
|
225876
225989
|
"NextToken": {}
|
|
@@ -225886,7 +225999,7 @@ module.exports={
|
|
|
225886
225999
|
"members": {
|
|
225887
226000
|
"InstanceId": {},
|
|
225888
226001
|
"Filters": {
|
|
225889
|
-
"shape": "
|
|
226002
|
+
"shape": "Sac"
|
|
225890
226003
|
},
|
|
225891
226004
|
"NextToken": {},
|
|
225892
226005
|
"MaxResults": {
|
|
@@ -225953,7 +226066,7 @@ module.exports={
|
|
|
225953
226066
|
"LastStatus": {},
|
|
225954
226067
|
"LastStatusMessage": {},
|
|
225955
226068
|
"DeletionSummary": {
|
|
225956
|
-
"shape": "
|
|
226069
|
+
"shape": "S74"
|
|
225957
226070
|
},
|
|
225958
226071
|
"LastStatusUpdateTime": {
|
|
225959
226072
|
"type": "timestamp"
|
|
@@ -225976,7 +226089,7 @@ module.exports={
|
|
|
225976
226089
|
"WindowExecutionId": {},
|
|
225977
226090
|
"TaskId": {},
|
|
225978
226091
|
"Filters": {
|
|
225979
|
-
"shape": "
|
|
226092
|
+
"shape": "Se0"
|
|
225980
226093
|
},
|
|
225981
226094
|
"MaxResults": {
|
|
225982
226095
|
"type": "integer"
|
|
@@ -225998,7 +226111,7 @@ module.exports={
|
|
|
225998
226111
|
"ExecutionId": {},
|
|
225999
226112
|
"TaskType": {},
|
|
226000
226113
|
"Parameters": {
|
|
226001
|
-
"shape": "
|
|
226114
|
+
"shape": "Sec"
|
|
226002
226115
|
},
|
|
226003
226116
|
"Status": {},
|
|
226004
226117
|
"StatusDetails": {},
|
|
@@ -226009,7 +226122,7 @@ module.exports={
|
|
|
226009
226122
|
"type": "timestamp"
|
|
226010
226123
|
},
|
|
226011
226124
|
"OwnerInformation": {
|
|
226012
|
-
"shape": "
|
|
226125
|
+
"shape": "Scx"
|
|
226013
226126
|
},
|
|
226014
226127
|
"WindowTargetId": {}
|
|
226015
226128
|
}
|
|
@@ -226028,7 +226141,7 @@ module.exports={
|
|
|
226028
226141
|
"members": {
|
|
226029
226142
|
"WindowExecutionId": {},
|
|
226030
226143
|
"Filters": {
|
|
226031
|
-
"shape": "
|
|
226144
|
+
"shape": "Se0"
|
|
226032
226145
|
},
|
|
226033
226146
|
"MaxResults": {
|
|
226034
226147
|
"type": "integer"
|
|
@@ -226078,7 +226191,7 @@ module.exports={
|
|
|
226078
226191
|
"members": {
|
|
226079
226192
|
"WindowId": {},
|
|
226080
226193
|
"Filters": {
|
|
226081
|
-
"shape": "
|
|
226194
|
+
"shape": "Se0"
|
|
226082
226195
|
},
|
|
226083
226196
|
"MaxResults": {
|
|
226084
226197
|
"type": "integer"
|
|
@@ -226121,7 +226234,7 @@ module.exports={
|
|
|
226121
226234
|
},
|
|
226122
226235
|
"ResourceType": {},
|
|
226123
226236
|
"Filters": {
|
|
226124
|
-
"shape": "
|
|
226237
|
+
"shape": "Sac"
|
|
226125
226238
|
},
|
|
226126
226239
|
"MaxResults": {
|
|
226127
226240
|
"type": "integer"
|
|
@@ -226156,7 +226269,7 @@ module.exports={
|
|
|
226156
226269
|
"members": {
|
|
226157
226270
|
"WindowId": {},
|
|
226158
226271
|
"Filters": {
|
|
226159
|
-
"shape": "
|
|
226272
|
+
"shape": "Se0"
|
|
226160
226273
|
},
|
|
226161
226274
|
"MaxResults": {
|
|
226162
226275
|
"type": "integer"
|
|
@@ -226179,7 +226292,7 @@ module.exports={
|
|
|
226179
226292
|
"shape": "S18"
|
|
226180
226293
|
},
|
|
226181
226294
|
"OwnerInformation": {
|
|
226182
|
-
"shape": "
|
|
226295
|
+
"shape": "Scx"
|
|
226183
226296
|
},
|
|
226184
226297
|
"Name": {},
|
|
226185
226298
|
"Description": {
|
|
@@ -226201,7 +226314,7 @@ module.exports={
|
|
|
226201
226314
|
"members": {
|
|
226202
226315
|
"WindowId": {},
|
|
226203
226316
|
"Filters": {
|
|
226204
|
-
"shape": "
|
|
226317
|
+
"shape": "Se0"
|
|
226205
226318
|
},
|
|
226206
226319
|
"MaxResults": {
|
|
226207
226320
|
"type": "integer"
|
|
@@ -226225,13 +226338,13 @@ module.exports={
|
|
|
226225
226338
|
"shape": "S18"
|
|
226226
226339
|
},
|
|
226227
226340
|
"TaskParameters": {
|
|
226228
|
-
"shape": "
|
|
226341
|
+
"shape": "Sf3"
|
|
226229
226342
|
},
|
|
226230
226343
|
"Priority": {
|
|
226231
226344
|
"type": "integer"
|
|
226232
226345
|
},
|
|
226233
226346
|
"LoggingInfo": {
|
|
226234
|
-
"shape": "
|
|
226347
|
+
"shape": "Sf9"
|
|
226235
226348
|
},
|
|
226236
226349
|
"ServiceRoleArn": {},
|
|
226237
226350
|
"MaxConcurrency": {},
|
|
@@ -226256,7 +226369,7 @@ module.exports={
|
|
|
226256
226369
|
"type": "structure",
|
|
226257
226370
|
"members": {
|
|
226258
226371
|
"Filters": {
|
|
226259
|
-
"shape": "
|
|
226372
|
+
"shape": "Se0"
|
|
226260
226373
|
},
|
|
226261
226374
|
"MaxResults": {
|
|
226262
226375
|
"type": "integer"
|
|
@@ -226435,7 +226548,7 @@ module.exports={
|
|
|
226435
226548
|
}
|
|
226436
226549
|
},
|
|
226437
226550
|
"ParameterFilters": {
|
|
226438
|
-
"shape": "
|
|
226551
|
+
"shape": "Sg3"
|
|
226439
226552
|
},
|
|
226440
226553
|
"MaxResults": {
|
|
226441
226554
|
"type": "integer"
|
|
@@ -226465,7 +226578,7 @@ module.exports={
|
|
|
226465
226578
|
},
|
|
226466
226579
|
"Tier": {},
|
|
226467
226580
|
"Policies": {
|
|
226468
|
-
"shape": "
|
|
226581
|
+
"shape": "Sgi"
|
|
226469
226582
|
},
|
|
226470
226583
|
"DataType": {}
|
|
226471
226584
|
}
|
|
@@ -226480,7 +226593,7 @@ module.exports={
|
|
|
226480
226593
|
"type": "structure",
|
|
226481
226594
|
"members": {
|
|
226482
226595
|
"Filters": {
|
|
226483
|
-
"shape": "
|
|
226596
|
+
"shape": "Sac"
|
|
226484
226597
|
},
|
|
226485
226598
|
"MaxResults": {
|
|
226486
226599
|
"type": "integer"
|
|
@@ -226494,7 +226607,7 @@ module.exports={
|
|
|
226494
226607
|
"BaselineIdentities": {
|
|
226495
226608
|
"type": "list",
|
|
226496
226609
|
"member": {
|
|
226497
|
-
"shape": "
|
|
226610
|
+
"shape": "Sgo"
|
|
226498
226611
|
}
|
|
226499
226612
|
},
|
|
226500
226613
|
"NextToken": {}
|
|
@@ -226561,7 +226674,7 @@ module.exports={
|
|
|
226561
226674
|
"type": "integer"
|
|
226562
226675
|
},
|
|
226563
226676
|
"Filters": {
|
|
226564
|
-
"shape": "
|
|
226677
|
+
"shape": "Sac"
|
|
226565
226678
|
},
|
|
226566
226679
|
"NextToken": {}
|
|
226567
226680
|
}
|
|
@@ -226576,7 +226689,7 @@ module.exports={
|
|
|
226576
226689
|
"members": {
|
|
226577
226690
|
"PatchGroup": {},
|
|
226578
226691
|
"BaselineIdentity": {
|
|
226579
|
-
"shape": "
|
|
226692
|
+
"shape": "Sgo"
|
|
226580
226693
|
}
|
|
226581
226694
|
}
|
|
226582
226695
|
}
|
|
@@ -226725,16 +226838,16 @@ module.exports={
|
|
|
226725
226838
|
},
|
|
226726
226839
|
"AutomationExecutionStatus": {},
|
|
226727
226840
|
"StepExecutions": {
|
|
226728
|
-
"shape": "
|
|
226841
|
+
"shape": "Sa2"
|
|
226729
226842
|
},
|
|
226730
226843
|
"StepExecutionsTruncated": {
|
|
226731
226844
|
"type": "boolean"
|
|
226732
226845
|
},
|
|
226733
226846
|
"Parameters": {
|
|
226734
|
-
"shape": "
|
|
226847
|
+
"shape": "S9j"
|
|
226735
226848
|
},
|
|
226736
226849
|
"Outputs": {
|
|
226737
|
-
"shape": "
|
|
226850
|
+
"shape": "S9j"
|
|
226738
226851
|
},
|
|
226739
226852
|
"FailureMessage": {},
|
|
226740
226853
|
"Mode": {},
|
|
@@ -226750,7 +226863,7 @@ module.exports={
|
|
|
226750
226863
|
"shape": "S25"
|
|
226751
226864
|
},
|
|
226752
226865
|
"ResolvedTargets": {
|
|
226753
|
-
"shape": "
|
|
226866
|
+
"shape": "S9o"
|
|
226754
226867
|
},
|
|
226755
226868
|
"MaxConcurrency": {},
|
|
226756
226869
|
"MaxErrors": {},
|
|
@@ -226789,7 +226902,7 @@ module.exports={
|
|
|
226789
226902
|
"type": "timestamp"
|
|
226790
226903
|
},
|
|
226791
226904
|
"Runbooks": {
|
|
226792
|
-
"shape": "
|
|
226905
|
+
"shape": "S9s"
|
|
226793
226906
|
},
|
|
226794
226907
|
"OpsItemId": {},
|
|
226795
226908
|
"AssociationId": {},
|
|
@@ -226856,7 +226969,7 @@ module.exports={
|
|
|
226856
226969
|
"StandardErrorContent": {},
|
|
226857
226970
|
"StandardErrorUrl": {},
|
|
226858
226971
|
"CloudWatchOutputConfig": {
|
|
226859
|
-
"shape": "
|
|
226972
|
+
"shape": "Si9"
|
|
226860
226973
|
}
|
|
226861
226974
|
}
|
|
226862
226975
|
}
|
|
@@ -226909,24 +227022,24 @@ module.exports={
|
|
|
226909
227022
|
"members": {
|
|
226910
227023
|
"OperatingSystem": {},
|
|
226911
227024
|
"GlobalFilters": {
|
|
226912
|
-
"shape": "
|
|
227025
|
+
"shape": "S5h"
|
|
226913
227026
|
},
|
|
226914
227027
|
"ApprovalRules": {
|
|
226915
|
-
"shape": "
|
|
227028
|
+
"shape": "S5n"
|
|
226916
227029
|
},
|
|
226917
227030
|
"ApprovedPatches": {
|
|
226918
|
-
"shape": "
|
|
227031
|
+
"shape": "S5t"
|
|
226919
227032
|
},
|
|
226920
227033
|
"ApprovedPatchesComplianceLevel": {},
|
|
226921
227034
|
"RejectedPatches": {
|
|
226922
|
-
"shape": "
|
|
227035
|
+
"shape": "S5t"
|
|
226923
227036
|
},
|
|
226924
227037
|
"RejectedPatchesAction": {},
|
|
226925
227038
|
"ApprovedPatchesEnableNonSecurity": {
|
|
226926
227039
|
"type": "boolean"
|
|
226927
227040
|
},
|
|
226928
227041
|
"Sources": {
|
|
226929
|
-
"shape": "
|
|
227042
|
+
"shape": "S5x"
|
|
226930
227043
|
}
|
|
226931
227044
|
}
|
|
226932
227045
|
}
|
|
@@ -226997,10 +227110,10 @@ module.exports={
|
|
|
226997
227110
|
"type": "structure",
|
|
226998
227111
|
"members": {
|
|
226999
227112
|
"Filters": {
|
|
227000
|
-
"shape": "
|
|
227113
|
+
"shape": "Siv"
|
|
227001
227114
|
},
|
|
227002
227115
|
"Aggregators": {
|
|
227003
|
-
"shape": "
|
|
227116
|
+
"shape": "Sj1"
|
|
227004
227117
|
},
|
|
227005
227118
|
"ResultAttributes": {
|
|
227006
227119
|
"type": "list",
|
|
@@ -227045,7 +227158,7 @@ module.exports={
|
|
|
227045
227158
|
"CaptureTime": {},
|
|
227046
227159
|
"ContentHash": {},
|
|
227047
227160
|
"Content": {
|
|
227048
|
-
"shape": "
|
|
227161
|
+
"shape": "Sji"
|
|
227049
227162
|
}
|
|
227050
227163
|
}
|
|
227051
227164
|
}
|
|
@@ -227209,7 +227322,7 @@ module.exports={
|
|
|
227209
227322
|
"TaskParameters": {
|
|
227210
227323
|
"type": "list",
|
|
227211
227324
|
"member": {
|
|
227212
|
-
"shape": "
|
|
227325
|
+
"shape": "Sf3"
|
|
227213
227326
|
},
|
|
227214
227327
|
"sensitive": true
|
|
227215
227328
|
},
|
|
@@ -227258,7 +227371,7 @@ module.exports={
|
|
|
227258
227371
|
"ExecutionId": {},
|
|
227259
227372
|
"TaskType": {},
|
|
227260
227373
|
"Parameters": {
|
|
227261
|
-
"shape": "
|
|
227374
|
+
"shape": "Sec"
|
|
227262
227375
|
},
|
|
227263
227376
|
"Status": {},
|
|
227264
227377
|
"StatusDetails": {},
|
|
@@ -227269,7 +227382,7 @@ module.exports={
|
|
|
227269
227382
|
"type": "timestamp"
|
|
227270
227383
|
},
|
|
227271
227384
|
"OwnerInformation": {
|
|
227272
|
-
"shape": "
|
|
227385
|
+
"shape": "Scx"
|
|
227273
227386
|
},
|
|
227274
227387
|
"WindowTargetId": {}
|
|
227275
227388
|
}
|
|
@@ -227299,10 +227412,10 @@ module.exports={
|
|
|
227299
227412
|
"ServiceRoleArn": {},
|
|
227300
227413
|
"TaskType": {},
|
|
227301
227414
|
"TaskParameters": {
|
|
227302
|
-
"shape": "
|
|
227415
|
+
"shape": "Sf3"
|
|
227303
227416
|
},
|
|
227304
227417
|
"TaskInvocationParameters": {
|
|
227305
|
-
"shape": "
|
|
227418
|
+
"shape": "Sk9"
|
|
227306
227419
|
},
|
|
227307
227420
|
"Priority": {
|
|
227308
227421
|
"type": "integer"
|
|
@@ -227310,7 +227423,7 @@ module.exports={
|
|
|
227310
227423
|
"MaxConcurrency": {},
|
|
227311
227424
|
"MaxErrors": {},
|
|
227312
227425
|
"LoggingInfo": {
|
|
227313
|
-
"shape": "
|
|
227426
|
+
"shape": "Sf9"
|
|
227314
227427
|
},
|
|
227315
227428
|
"Name": {},
|
|
227316
227429
|
"Description": {
|
|
@@ -227330,7 +227443,8 @@ module.exports={
|
|
|
227330
227443
|
"OpsItemId"
|
|
227331
227444
|
],
|
|
227332
227445
|
"members": {
|
|
227333
|
-
"OpsItemId": {}
|
|
227446
|
+
"OpsItemId": {},
|
|
227447
|
+
"OpsItemArn": {}
|
|
227334
227448
|
}
|
|
227335
227449
|
},
|
|
227336
227450
|
"output": {
|
|
@@ -227379,7 +227493,8 @@ module.exports={
|
|
|
227379
227493
|
},
|
|
227380
227494
|
"PlannedEndTime": {
|
|
227381
227495
|
"type": "timestamp"
|
|
227382
|
-
}
|
|
227496
|
+
},
|
|
227497
|
+
"OpsItemArn": {}
|
|
227383
227498
|
}
|
|
227384
227499
|
}
|
|
227385
227500
|
}
|
|
@@ -227404,7 +227519,7 @@ module.exports={
|
|
|
227404
227519
|
"members": {
|
|
227405
227520
|
"ResourceId": {},
|
|
227406
227521
|
"Metadata": {
|
|
227407
|
-
"shape": "
|
|
227522
|
+
"shape": "S58"
|
|
227408
227523
|
},
|
|
227409
227524
|
"NextToken": {}
|
|
227410
227525
|
}
|
|
@@ -227416,10 +227531,10 @@ module.exports={
|
|
|
227416
227531
|
"members": {
|
|
227417
227532
|
"SyncName": {},
|
|
227418
227533
|
"Filters": {
|
|
227419
|
-
"shape": "
|
|
227534
|
+
"shape": "Skw"
|
|
227420
227535
|
},
|
|
227421
227536
|
"Aggregators": {
|
|
227422
|
-
"shape": "
|
|
227537
|
+
"shape": "Sl2"
|
|
227423
227538
|
},
|
|
227424
227539
|
"ResultAttributes": {
|
|
227425
227540
|
"type": "list",
|
|
@@ -227490,7 +227605,7 @@ module.exports={
|
|
|
227490
227605
|
"type": "structure",
|
|
227491
227606
|
"members": {
|
|
227492
227607
|
"Parameter": {
|
|
227493
|
-
"shape": "
|
|
227608
|
+
"shape": "Slo"
|
|
227494
227609
|
}
|
|
227495
227610
|
}
|
|
227496
227611
|
}
|
|
@@ -227529,18 +227644,18 @@ module.exports={
|
|
|
227529
227644
|
"LastModifiedUser": {},
|
|
227530
227645
|
"Description": {},
|
|
227531
227646
|
"Value": {
|
|
227532
|
-
"shape": "
|
|
227647
|
+
"shape": "Slp"
|
|
227533
227648
|
},
|
|
227534
227649
|
"AllowedPattern": {},
|
|
227535
227650
|
"Version": {
|
|
227536
227651
|
"type": "long"
|
|
227537
227652
|
},
|
|
227538
227653
|
"Labels": {
|
|
227539
|
-
"shape": "
|
|
227654
|
+
"shape": "Slv"
|
|
227540
227655
|
},
|
|
227541
227656
|
"Tier": {},
|
|
227542
227657
|
"Policies": {
|
|
227543
|
-
"shape": "
|
|
227658
|
+
"shape": "Sgi"
|
|
227544
227659
|
},
|
|
227545
227660
|
"DataType": {}
|
|
227546
227661
|
}
|
|
@@ -227558,7 +227673,7 @@ module.exports={
|
|
|
227558
227673
|
],
|
|
227559
227674
|
"members": {
|
|
227560
227675
|
"Names": {
|
|
227561
|
-
"shape": "
|
|
227676
|
+
"shape": "S7j"
|
|
227562
227677
|
},
|
|
227563
227678
|
"WithDecryption": {
|
|
227564
227679
|
"type": "boolean"
|
|
@@ -227569,10 +227684,10 @@ module.exports={
|
|
|
227569
227684
|
"type": "structure",
|
|
227570
227685
|
"members": {
|
|
227571
227686
|
"Parameters": {
|
|
227572
|
-
"shape": "
|
|
227687
|
+
"shape": "Slz"
|
|
227573
227688
|
},
|
|
227574
227689
|
"InvalidParameters": {
|
|
227575
|
-
"shape": "
|
|
227690
|
+
"shape": "S7j"
|
|
227576
227691
|
}
|
|
227577
227692
|
}
|
|
227578
227693
|
}
|
|
@@ -227589,7 +227704,7 @@ module.exports={
|
|
|
227589
227704
|
"type": "boolean"
|
|
227590
227705
|
},
|
|
227591
227706
|
"ParameterFilters": {
|
|
227592
|
-
"shape": "
|
|
227707
|
+
"shape": "Sg3"
|
|
227593
227708
|
},
|
|
227594
227709
|
"WithDecryption": {
|
|
227595
227710
|
"type": "boolean"
|
|
@@ -227604,7 +227719,7 @@ module.exports={
|
|
|
227604
227719
|
"type": "structure",
|
|
227605
227720
|
"members": {
|
|
227606
227721
|
"Parameters": {
|
|
227607
|
-
"shape": "
|
|
227722
|
+
"shape": "Slz"
|
|
227608
227723
|
},
|
|
227609
227724
|
"NextToken": {}
|
|
227610
227725
|
}
|
|
@@ -227627,20 +227742,20 @@ module.exports={
|
|
|
227627
227742
|
"Name": {},
|
|
227628
227743
|
"OperatingSystem": {},
|
|
227629
227744
|
"GlobalFilters": {
|
|
227630
|
-
"shape": "
|
|
227745
|
+
"shape": "S5h"
|
|
227631
227746
|
},
|
|
227632
227747
|
"ApprovalRules": {
|
|
227633
|
-
"shape": "
|
|
227748
|
+
"shape": "S5n"
|
|
227634
227749
|
},
|
|
227635
227750
|
"ApprovedPatches": {
|
|
227636
|
-
"shape": "
|
|
227751
|
+
"shape": "S5t"
|
|
227637
227752
|
},
|
|
227638
227753
|
"ApprovedPatchesComplianceLevel": {},
|
|
227639
227754
|
"ApprovedPatchesEnableNonSecurity": {
|
|
227640
227755
|
"type": "boolean"
|
|
227641
227756
|
},
|
|
227642
227757
|
"RejectedPatches": {
|
|
227643
|
-
"shape": "
|
|
227758
|
+
"shape": "S5t"
|
|
227644
227759
|
},
|
|
227645
227760
|
"RejectedPatchesAction": {},
|
|
227646
227761
|
"PatchGroups": {
|
|
@@ -227655,7 +227770,7 @@ module.exports={
|
|
|
227655
227770
|
},
|
|
227656
227771
|
"Description": {},
|
|
227657
227772
|
"Sources": {
|
|
227658
|
-
"shape": "
|
|
227773
|
+
"shape": "S5x"
|
|
227659
227774
|
}
|
|
227660
227775
|
}
|
|
227661
227776
|
}
|
|
@@ -227680,6 +227795,38 @@ module.exports={
|
|
|
227680
227795
|
}
|
|
227681
227796
|
}
|
|
227682
227797
|
},
|
|
227798
|
+
"GetResourcePolicies": {
|
|
227799
|
+
"input": {
|
|
227800
|
+
"type": "structure",
|
|
227801
|
+
"required": [
|
|
227802
|
+
"ResourceArn"
|
|
227803
|
+
],
|
|
227804
|
+
"members": {
|
|
227805
|
+
"ResourceArn": {},
|
|
227806
|
+
"NextToken": {},
|
|
227807
|
+
"MaxResults": {
|
|
227808
|
+
"type": "integer"
|
|
227809
|
+
}
|
|
227810
|
+
}
|
|
227811
|
+
},
|
|
227812
|
+
"output": {
|
|
227813
|
+
"type": "structure",
|
|
227814
|
+
"members": {
|
|
227815
|
+
"NextToken": {},
|
|
227816
|
+
"Policies": {
|
|
227817
|
+
"type": "list",
|
|
227818
|
+
"member": {
|
|
227819
|
+
"type": "structure",
|
|
227820
|
+
"members": {
|
|
227821
|
+
"PolicyId": {},
|
|
227822
|
+
"PolicyHash": {},
|
|
227823
|
+
"Policy": {}
|
|
227824
|
+
}
|
|
227825
|
+
}
|
|
227826
|
+
}
|
|
227827
|
+
}
|
|
227828
|
+
}
|
|
227829
|
+
},
|
|
227683
227830
|
"GetServiceSetting": {
|
|
227684
227831
|
"input": {
|
|
227685
227832
|
"type": "structure",
|
|
@@ -227694,7 +227841,7 @@ module.exports={
|
|
|
227694
227841
|
"type": "structure",
|
|
227695
227842
|
"members": {
|
|
227696
227843
|
"ServiceSetting": {
|
|
227697
|
-
"shape": "
|
|
227844
|
+
"shape": "Smh"
|
|
227698
227845
|
}
|
|
227699
227846
|
}
|
|
227700
227847
|
}
|
|
@@ -227712,7 +227859,7 @@ module.exports={
|
|
|
227712
227859
|
"type": "long"
|
|
227713
227860
|
},
|
|
227714
227861
|
"Labels": {
|
|
227715
|
-
"shape": "
|
|
227862
|
+
"shape": "Slv"
|
|
227716
227863
|
}
|
|
227717
227864
|
}
|
|
227718
227865
|
},
|
|
@@ -227720,7 +227867,7 @@ module.exports={
|
|
|
227720
227867
|
"type": "structure",
|
|
227721
227868
|
"members": {
|
|
227722
227869
|
"InvalidLabels": {
|
|
227723
|
-
"shape": "
|
|
227870
|
+
"shape": "Slv"
|
|
227724
227871
|
},
|
|
227725
227872
|
"ParameterVersion": {
|
|
227726
227873
|
"type": "long"
|
|
@@ -227866,7 +228013,7 @@ module.exports={
|
|
|
227866
228013
|
},
|
|
227867
228014
|
"NextToken": {},
|
|
227868
228015
|
"Filters": {
|
|
227869
|
-
"shape": "
|
|
228016
|
+
"shape": "Smz"
|
|
227870
228017
|
},
|
|
227871
228018
|
"Details": {
|
|
227872
228019
|
"type": "boolean"
|
|
@@ -227923,10 +228070,10 @@ module.exports={
|
|
|
227923
228070
|
},
|
|
227924
228071
|
"ServiceRole": {},
|
|
227925
228072
|
"NotificationConfig": {
|
|
227926
|
-
"shape": "
|
|
228073
|
+
"shape": "Skb"
|
|
227927
228074
|
},
|
|
227928
228075
|
"CloudWatchOutputConfig": {
|
|
227929
|
-
"shape": "
|
|
228076
|
+
"shape": "Si9"
|
|
227930
228077
|
}
|
|
227931
228078
|
}
|
|
227932
228079
|
}
|
|
@@ -227946,7 +228093,7 @@ module.exports={
|
|
|
227946
228093
|
},
|
|
227947
228094
|
"NextToken": {},
|
|
227948
228095
|
"Filters": {
|
|
227949
|
-
"shape": "
|
|
228096
|
+
"shape": "Smz"
|
|
227950
228097
|
}
|
|
227951
228098
|
}
|
|
227952
228099
|
},
|
|
@@ -227956,7 +228103,7 @@ module.exports={
|
|
|
227956
228103
|
"Commands": {
|
|
227957
228104
|
"type": "list",
|
|
227958
228105
|
"member": {
|
|
227959
|
-
"shape": "
|
|
228106
|
+
"shape": "Snf"
|
|
227960
228107
|
}
|
|
227961
228108
|
},
|
|
227962
228109
|
"NextToken": {}
|
|
@@ -227968,7 +228115,7 @@ module.exports={
|
|
|
227968
228115
|
"type": "structure",
|
|
227969
228116
|
"members": {
|
|
227970
228117
|
"Filters": {
|
|
227971
|
-
"shape": "
|
|
228118
|
+
"shape": "Snm"
|
|
227972
228119
|
},
|
|
227973
228120
|
"ResourceIds": {
|
|
227974
228121
|
"type": "list",
|
|
@@ -228000,10 +228147,10 @@ module.exports={
|
|
|
228000
228147
|
"Status": {},
|
|
228001
228148
|
"Severity": {},
|
|
228002
228149
|
"ExecutionSummary": {
|
|
228003
|
-
"shape": "
|
|
228150
|
+
"shape": "So4"
|
|
228004
228151
|
},
|
|
228005
228152
|
"Details": {
|
|
228006
|
-
"shape": "
|
|
228153
|
+
"shape": "So7"
|
|
228007
228154
|
}
|
|
228008
228155
|
}
|
|
228009
228156
|
}
|
|
@@ -228017,7 +228164,7 @@ module.exports={
|
|
|
228017
228164
|
"type": "structure",
|
|
228018
228165
|
"members": {
|
|
228019
228166
|
"Filters": {
|
|
228020
|
-
"shape": "
|
|
228167
|
+
"shape": "Snm"
|
|
228021
228168
|
},
|
|
228022
228169
|
"NextToken": {},
|
|
228023
228170
|
"MaxResults": {
|
|
@@ -228035,10 +228182,10 @@ module.exports={
|
|
|
228035
228182
|
"members": {
|
|
228036
228183
|
"ComplianceType": {},
|
|
228037
228184
|
"CompliantSummary": {
|
|
228038
|
-
"shape": "
|
|
228185
|
+
"shape": "Soc"
|
|
228039
228186
|
},
|
|
228040
228187
|
"NonCompliantSummary": {
|
|
228041
|
-
"shape": "
|
|
228188
|
+
"shape": "Sof"
|
|
228042
228189
|
}
|
|
228043
228190
|
}
|
|
228044
228191
|
}
|
|
@@ -228086,7 +228233,7 @@ module.exports={
|
|
|
228086
228233
|
},
|
|
228087
228234
|
"ReviewStatus": {},
|
|
228088
228235
|
"Comment": {
|
|
228089
|
-
"shape": "
|
|
228236
|
+
"shape": "Som"
|
|
228090
228237
|
},
|
|
228091
228238
|
"Reviewer": {}
|
|
228092
228239
|
}
|
|
@@ -228227,7 +228374,7 @@ module.exports={
|
|
|
228227
228374
|
"InstanceId": {},
|
|
228228
228375
|
"TypeName": {},
|
|
228229
228376
|
"Filters": {
|
|
228230
|
-
"shape": "
|
|
228377
|
+
"shape": "Siv"
|
|
228231
228378
|
},
|
|
228232
228379
|
"NextToken": {},
|
|
228233
228380
|
"MaxResults": {
|
|
@@ -228243,7 +228390,7 @@ module.exports={
|
|
|
228243
228390
|
"SchemaVersion": {},
|
|
228244
228391
|
"CaptureTime": {},
|
|
228245
228392
|
"Entries": {
|
|
228246
|
-
"shape": "
|
|
228393
|
+
"shape": "Sji"
|
|
228247
228394
|
},
|
|
228248
228395
|
"NextToken": {}
|
|
228249
228396
|
}
|
|
@@ -228293,7 +228440,7 @@ module.exports={
|
|
|
228293
228440
|
"DetailType": {},
|
|
228294
228441
|
"Detail": {},
|
|
228295
228442
|
"CreatedBy": {
|
|
228296
|
-
"shape": "
|
|
228443
|
+
"shape": "Spk"
|
|
228297
228444
|
},
|
|
228298
228445
|
"CreatedTime": {
|
|
228299
228446
|
"type": "timestamp"
|
|
@@ -228349,13 +228496,13 @@ module.exports={
|
|
|
228349
228496
|
"AssociationType": {},
|
|
228350
228497
|
"ResourceUri": {},
|
|
228351
228498
|
"CreatedBy": {
|
|
228352
|
-
"shape": "
|
|
228499
|
+
"shape": "Spk"
|
|
228353
228500
|
},
|
|
228354
228501
|
"CreatedTime": {
|
|
228355
228502
|
"type": "timestamp"
|
|
228356
228503
|
},
|
|
228357
228504
|
"LastModifiedBy": {
|
|
228358
|
-
"shape": "
|
|
228505
|
+
"shape": "Spk"
|
|
228359
228506
|
},
|
|
228360
228507
|
"LastModifiedTime": {
|
|
228361
228508
|
"type": "timestamp"
|
|
@@ -228422,7 +228569,7 @@ module.exports={
|
|
|
228422
228569
|
"type": "structure",
|
|
228423
228570
|
"members": {
|
|
228424
228571
|
"Filters": {
|
|
228425
|
-
"shape": "
|
|
228572
|
+
"shape": "Snm"
|
|
228426
228573
|
},
|
|
228427
228574
|
"NextToken": {},
|
|
228428
228575
|
"MaxResults": {
|
|
@@ -228444,13 +228591,13 @@ module.exports={
|
|
|
228444
228591
|
"Status": {},
|
|
228445
228592
|
"OverallSeverity": {},
|
|
228446
228593
|
"ExecutionSummary": {
|
|
228447
|
-
"shape": "
|
|
228594
|
+
"shape": "So4"
|
|
228448
228595
|
},
|
|
228449
228596
|
"CompliantSummary": {
|
|
228450
|
-
"shape": "
|
|
228597
|
+
"shape": "Soc"
|
|
228451
228598
|
},
|
|
228452
228599
|
"NonCompliantSummary": {
|
|
228453
|
-
"shape": "
|
|
228600
|
+
"shape": "Sof"
|
|
228454
228601
|
}
|
|
228455
228602
|
}
|
|
228456
228603
|
}
|
|
@@ -228485,10 +228632,10 @@ module.exports={
|
|
|
228485
228632
|
"members": {
|
|
228486
228633
|
"SourceType": {},
|
|
228487
228634
|
"AwsOrganizationsSource": {
|
|
228488
|
-
"shape": "
|
|
228635
|
+
"shape": "S6i"
|
|
228489
228636
|
},
|
|
228490
228637
|
"SourceRegions": {
|
|
228491
|
-
"shape": "
|
|
228638
|
+
"shape": "S6n"
|
|
228492
228639
|
},
|
|
228493
228640
|
"IncludeFutureRegions": {
|
|
228494
228641
|
"type": "boolean"
|
|
@@ -228500,7 +228647,7 @@ module.exports={
|
|
|
228500
228647
|
}
|
|
228501
228648
|
},
|
|
228502
228649
|
"S3Destination": {
|
|
228503
|
-
"shape": "
|
|
228650
|
+
"shape": "S67"
|
|
228504
228651
|
},
|
|
228505
228652
|
"LastSyncTime": {
|
|
228506
228653
|
"type": "timestamp"
|
|
@@ -228555,10 +228702,10 @@ module.exports={
|
|
|
228555
228702
|
"Name": {},
|
|
228556
228703
|
"PermissionType": {},
|
|
228557
228704
|
"AccountIdsToAdd": {
|
|
228558
|
-
"shape": "
|
|
228705
|
+
"shape": "Sbf"
|
|
228559
228706
|
},
|
|
228560
228707
|
"AccountIdsToRemove": {
|
|
228561
|
-
"shape": "
|
|
228708
|
+
"shape": "Sbf"
|
|
228562
228709
|
},
|
|
228563
228710
|
"SharedDocumentVersion": {}
|
|
228564
228711
|
}
|
|
@@ -228583,7 +228730,7 @@ module.exports={
|
|
|
228583
228730
|
"ResourceType": {},
|
|
228584
228731
|
"ComplianceType": {},
|
|
228585
228732
|
"ExecutionSummary": {
|
|
228586
|
-
"shape": "
|
|
228733
|
+
"shape": "So4"
|
|
228587
228734
|
},
|
|
228588
228735
|
"Items": {
|
|
228589
228736
|
"type": "list",
|
|
@@ -228599,7 +228746,7 @@ module.exports={
|
|
|
228599
228746
|
"Severity": {},
|
|
228600
228747
|
"Status": {},
|
|
228601
228748
|
"Details": {
|
|
228602
|
-
"shape": "
|
|
228749
|
+
"shape": "So7"
|
|
228603
228750
|
}
|
|
228604
228751
|
}
|
|
228605
228752
|
}
|
|
@@ -228637,7 +228784,7 @@ module.exports={
|
|
|
228637
228784
|
"CaptureTime": {},
|
|
228638
228785
|
"ContentHash": {},
|
|
228639
228786
|
"Content": {
|
|
228640
|
-
"shape": "
|
|
228787
|
+
"shape": "Sji"
|
|
228641
228788
|
},
|
|
228642
228789
|
"Context": {
|
|
228643
228790
|
"type": "map",
|
|
@@ -228667,7 +228814,7 @@ module.exports={
|
|
|
228667
228814
|
"Name": {},
|
|
228668
228815
|
"Description": {},
|
|
228669
228816
|
"Value": {
|
|
228670
|
-
"shape": "
|
|
228817
|
+
"shape": "Slp"
|
|
228671
228818
|
},
|
|
228672
228819
|
"Type": {},
|
|
228673
228820
|
"KeyId": {},
|
|
@@ -228693,6 +228840,28 @@ module.exports={
|
|
|
228693
228840
|
}
|
|
228694
228841
|
}
|
|
228695
228842
|
},
|
|
228843
|
+
"PutResourcePolicy": {
|
|
228844
|
+
"input": {
|
|
228845
|
+
"type": "structure",
|
|
228846
|
+
"required": [
|
|
228847
|
+
"ResourceArn",
|
|
228848
|
+
"Policy"
|
|
228849
|
+
],
|
|
228850
|
+
"members": {
|
|
228851
|
+
"ResourceArn": {},
|
|
228852
|
+
"Policy": {},
|
|
228853
|
+
"PolicyId": {},
|
|
228854
|
+
"PolicyHash": {}
|
|
228855
|
+
}
|
|
228856
|
+
},
|
|
228857
|
+
"output": {
|
|
228858
|
+
"type": "structure",
|
|
228859
|
+
"members": {
|
|
228860
|
+
"PolicyId": {},
|
|
228861
|
+
"PolicyHash": {}
|
|
228862
|
+
}
|
|
228863
|
+
}
|
|
228864
|
+
},
|
|
228696
228865
|
"RegisterDefaultPatchBaseline": {
|
|
228697
228866
|
"input": {
|
|
228698
228867
|
"type": "structure",
|
|
@@ -228745,7 +228914,7 @@ module.exports={
|
|
|
228745
228914
|
"shape": "S18"
|
|
228746
228915
|
},
|
|
228747
228916
|
"OwnerInformation": {
|
|
228748
|
-
"shape": "
|
|
228917
|
+
"shape": "Scx"
|
|
228749
228918
|
},
|
|
228750
228919
|
"Name": {},
|
|
228751
228920
|
"Description": {
|
|
@@ -228780,10 +228949,10 @@ module.exports={
|
|
|
228780
228949
|
"ServiceRoleArn": {},
|
|
228781
228950
|
"TaskType": {},
|
|
228782
228951
|
"TaskParameters": {
|
|
228783
|
-
"shape": "
|
|
228952
|
+
"shape": "Sf3"
|
|
228784
228953
|
},
|
|
228785
228954
|
"TaskInvocationParameters": {
|
|
228786
|
-
"shape": "
|
|
228955
|
+
"shape": "Sk9"
|
|
228787
228956
|
},
|
|
228788
228957
|
"Priority": {
|
|
228789
228958
|
"type": "integer"
|
|
@@ -228791,7 +228960,7 @@ module.exports={
|
|
|
228791
228960
|
"MaxConcurrency": {},
|
|
228792
228961
|
"MaxErrors": {},
|
|
228793
228962
|
"LoggingInfo": {
|
|
228794
|
-
"shape": "
|
|
228963
|
+
"shape": "Sf9"
|
|
228795
228964
|
},
|
|
228796
228965
|
"Name": {},
|
|
228797
228966
|
"Description": {
|
|
@@ -228849,7 +229018,7 @@ module.exports={
|
|
|
228849
229018
|
"type": "structure",
|
|
228850
229019
|
"members": {
|
|
228851
229020
|
"ServiceSetting": {
|
|
228852
|
-
"shape": "
|
|
229021
|
+
"shape": "Smh"
|
|
228853
229022
|
}
|
|
228854
229023
|
}
|
|
228855
229024
|
}
|
|
@@ -228884,7 +229053,7 @@ module.exports={
|
|
|
228884
229053
|
"AutomationExecutionId": {},
|
|
228885
229054
|
"SignalType": {},
|
|
228886
229055
|
"Payload": {
|
|
228887
|
-
"shape": "
|
|
229056
|
+
"shape": "S9j"
|
|
228888
229057
|
}
|
|
228889
229058
|
}
|
|
228890
229059
|
},
|
|
@@ -228924,10 +229093,10 @@ module.exports={
|
|
|
228924
229093
|
"MaxErrors": {},
|
|
228925
229094
|
"ServiceRoleArn": {},
|
|
228926
229095
|
"NotificationConfig": {
|
|
228927
|
-
"shape": "
|
|
229096
|
+
"shape": "Skb"
|
|
228928
229097
|
},
|
|
228929
229098
|
"CloudWatchOutputConfig": {
|
|
228930
|
-
"shape": "
|
|
229099
|
+
"shape": "Si9"
|
|
228931
229100
|
},
|
|
228932
229101
|
"AlarmConfiguration": {
|
|
228933
229102
|
"shape": "S1z"
|
|
@@ -228938,7 +229107,7 @@ module.exports={
|
|
|
228938
229107
|
"type": "structure",
|
|
228939
229108
|
"members": {
|
|
228940
229109
|
"Command": {
|
|
228941
|
-
"shape": "
|
|
229110
|
+
"shape": "Snf"
|
|
228942
229111
|
}
|
|
228943
229112
|
}
|
|
228944
229113
|
}
|
|
@@ -228971,7 +229140,7 @@ module.exports={
|
|
|
228971
229140
|
"DocumentName": {},
|
|
228972
229141
|
"DocumentVersion": {},
|
|
228973
229142
|
"Parameters": {
|
|
228974
|
-
"shape": "
|
|
229143
|
+
"shape": "S9j"
|
|
228975
229144
|
},
|
|
228976
229145
|
"ClientToken": {},
|
|
228977
229146
|
"Mode": {},
|
|
@@ -229016,7 +229185,7 @@ module.exports={
|
|
|
229016
229185
|
"DocumentName": {},
|
|
229017
229186
|
"DocumentVersion": {},
|
|
229018
229187
|
"Parameters": {
|
|
229019
|
-
"shape": "
|
|
229188
|
+
"shape": "S9j"
|
|
229020
229189
|
},
|
|
229021
229190
|
"ChangeRequestName": {},
|
|
229022
229191
|
"ClientToken": {},
|
|
@@ -229024,7 +229193,7 @@ module.exports={
|
|
|
229024
229193
|
"type": "boolean"
|
|
229025
229194
|
},
|
|
229026
229195
|
"Runbooks": {
|
|
229027
|
-
"shape": "
|
|
229196
|
+
"shape": "S9s"
|
|
229028
229197
|
},
|
|
229029
229198
|
"Tags": {
|
|
229030
229199
|
"shape": "S4"
|
|
@@ -229118,7 +229287,7 @@ module.exports={
|
|
|
229118
229287
|
"type": "long"
|
|
229119
229288
|
},
|
|
229120
229289
|
"Labels": {
|
|
229121
|
-
"shape": "
|
|
229290
|
+
"shape": "Slv"
|
|
229122
229291
|
}
|
|
229123
229292
|
}
|
|
229124
229293
|
},
|
|
@@ -229126,10 +229295,10 @@ module.exports={
|
|
|
229126
229295
|
"type": "structure",
|
|
229127
229296
|
"members": {
|
|
229128
229297
|
"RemovedLabels": {
|
|
229129
|
-
"shape": "
|
|
229298
|
+
"shape": "Slv"
|
|
229130
229299
|
},
|
|
229131
229300
|
"InvalidLabels": {
|
|
229132
|
-
"shape": "
|
|
229301
|
+
"shape": "Slv"
|
|
229133
229302
|
}
|
|
229134
229303
|
}
|
|
229135
229304
|
}
|
|
@@ -229288,7 +229457,7 @@ module.exports={
|
|
|
229288
229457
|
"members": {
|
|
229289
229458
|
"Action": {},
|
|
229290
229459
|
"Comment": {
|
|
229291
|
-
"shape": "
|
|
229460
|
+
"shape": "Som"
|
|
229292
229461
|
}
|
|
229293
229462
|
}
|
|
229294
229463
|
}
|
|
@@ -229379,7 +229548,7 @@ module.exports={
|
|
|
229379
229548
|
"shape": "S18"
|
|
229380
229549
|
},
|
|
229381
229550
|
"OwnerInformation": {
|
|
229382
|
-
"shape": "
|
|
229551
|
+
"shape": "Scx"
|
|
229383
229552
|
},
|
|
229384
229553
|
"Name": {},
|
|
229385
229554
|
"Description": {
|
|
@@ -229399,7 +229568,7 @@ module.exports={
|
|
|
229399
229568
|
"shape": "S18"
|
|
229400
229569
|
},
|
|
229401
229570
|
"OwnerInformation": {
|
|
229402
|
-
"shape": "
|
|
229571
|
+
"shape": "Scx"
|
|
229403
229572
|
},
|
|
229404
229573
|
"Name": {},
|
|
229405
229574
|
"Description": {
|
|
@@ -229424,10 +229593,10 @@ module.exports={
|
|
|
229424
229593
|
"TaskArn": {},
|
|
229425
229594
|
"ServiceRoleArn": {},
|
|
229426
229595
|
"TaskParameters": {
|
|
229427
|
-
"shape": "
|
|
229596
|
+
"shape": "Sf3"
|
|
229428
229597
|
},
|
|
229429
229598
|
"TaskInvocationParameters": {
|
|
229430
|
-
"shape": "
|
|
229599
|
+
"shape": "Sk9"
|
|
229431
229600
|
},
|
|
229432
229601
|
"Priority": {
|
|
229433
229602
|
"type": "integer"
|
|
@@ -229435,7 +229604,7 @@ module.exports={
|
|
|
229435
229604
|
"MaxConcurrency": {},
|
|
229436
229605
|
"MaxErrors": {},
|
|
229437
229606
|
"LoggingInfo": {
|
|
229438
|
-
"shape": "
|
|
229607
|
+
"shape": "Sf9"
|
|
229439
229608
|
},
|
|
229440
229609
|
"Name": {},
|
|
229441
229610
|
"Description": {
|
|
@@ -229461,10 +229630,10 @@ module.exports={
|
|
|
229461
229630
|
"TaskArn": {},
|
|
229462
229631
|
"ServiceRoleArn": {},
|
|
229463
229632
|
"TaskParameters": {
|
|
229464
|
-
"shape": "
|
|
229633
|
+
"shape": "Sf3"
|
|
229465
229634
|
},
|
|
229466
229635
|
"TaskInvocationParameters": {
|
|
229467
|
-
"shape": "
|
|
229636
|
+
"shape": "Sk9"
|
|
229468
229637
|
},
|
|
229469
229638
|
"Priority": {
|
|
229470
229639
|
"type": "integer"
|
|
@@ -229472,7 +229641,7 @@ module.exports={
|
|
|
229472
229641
|
"MaxConcurrency": {},
|
|
229473
229642
|
"MaxErrors": {},
|
|
229474
229643
|
"LoggingInfo": {
|
|
229475
|
-
"shape": "
|
|
229644
|
+
"shape": "Sf9"
|
|
229476
229645
|
},
|
|
229477
229646
|
"Name": {},
|
|
229478
229647
|
"Description": {
|
|
@@ -229542,7 +229711,8 @@ module.exports={
|
|
|
229542
229711
|
},
|
|
229543
229712
|
"PlannedEndTime": {
|
|
229544
229713
|
"type": "timestamp"
|
|
229545
|
-
}
|
|
229714
|
+
},
|
|
229715
|
+
"OpsItemArn": {}
|
|
229546
229716
|
}
|
|
229547
229717
|
},
|
|
229548
229718
|
"output": {
|
|
@@ -229559,7 +229729,7 @@ module.exports={
|
|
|
229559
229729
|
"members": {
|
|
229560
229730
|
"OpsMetadataArn": {},
|
|
229561
229731
|
"MetadataToUpdate": {
|
|
229562
|
-
"shape": "
|
|
229732
|
+
"shape": "S58"
|
|
229563
229733
|
},
|
|
229564
229734
|
"KeysToDelete": {
|
|
229565
229735
|
"type": "list",
|
|
@@ -229584,25 +229754,25 @@ module.exports={
|
|
|
229584
229754
|
"BaselineId": {},
|
|
229585
229755
|
"Name": {},
|
|
229586
229756
|
"GlobalFilters": {
|
|
229587
|
-
"shape": "
|
|
229757
|
+
"shape": "S5h"
|
|
229588
229758
|
},
|
|
229589
229759
|
"ApprovalRules": {
|
|
229590
|
-
"shape": "
|
|
229760
|
+
"shape": "S5n"
|
|
229591
229761
|
},
|
|
229592
229762
|
"ApprovedPatches": {
|
|
229593
|
-
"shape": "
|
|
229763
|
+
"shape": "S5t"
|
|
229594
229764
|
},
|
|
229595
229765
|
"ApprovedPatchesComplianceLevel": {},
|
|
229596
229766
|
"ApprovedPatchesEnableNonSecurity": {
|
|
229597
229767
|
"type": "boolean"
|
|
229598
229768
|
},
|
|
229599
229769
|
"RejectedPatches": {
|
|
229600
|
-
"shape": "
|
|
229770
|
+
"shape": "S5t"
|
|
229601
229771
|
},
|
|
229602
229772
|
"RejectedPatchesAction": {},
|
|
229603
229773
|
"Description": {},
|
|
229604
229774
|
"Sources": {
|
|
229605
|
-
"shape": "
|
|
229775
|
+
"shape": "S5x"
|
|
229606
229776
|
},
|
|
229607
229777
|
"Replace": {
|
|
229608
229778
|
"type": "boolean"
|
|
@@ -229616,20 +229786,20 @@ module.exports={
|
|
|
229616
229786
|
"Name": {},
|
|
229617
229787
|
"OperatingSystem": {},
|
|
229618
229788
|
"GlobalFilters": {
|
|
229619
|
-
"shape": "
|
|
229789
|
+
"shape": "S5h"
|
|
229620
229790
|
},
|
|
229621
229791
|
"ApprovalRules": {
|
|
229622
|
-
"shape": "
|
|
229792
|
+
"shape": "S5n"
|
|
229623
229793
|
},
|
|
229624
229794
|
"ApprovedPatches": {
|
|
229625
|
-
"shape": "
|
|
229795
|
+
"shape": "S5t"
|
|
229626
229796
|
},
|
|
229627
229797
|
"ApprovedPatchesComplianceLevel": {},
|
|
229628
229798
|
"ApprovedPatchesEnableNonSecurity": {
|
|
229629
229799
|
"type": "boolean"
|
|
229630
229800
|
},
|
|
229631
229801
|
"RejectedPatches": {
|
|
229632
|
-
"shape": "
|
|
229802
|
+
"shape": "S5t"
|
|
229633
229803
|
},
|
|
229634
229804
|
"RejectedPatchesAction": {},
|
|
229635
229805
|
"CreatedDate": {
|
|
@@ -229640,7 +229810,7 @@ module.exports={
|
|
|
229640
229810
|
},
|
|
229641
229811
|
"Description": {},
|
|
229642
229812
|
"Sources": {
|
|
229643
|
-
"shape": "
|
|
229813
|
+
"shape": "S5x"
|
|
229644
229814
|
}
|
|
229645
229815
|
}
|
|
229646
229816
|
}
|
|
@@ -229657,7 +229827,7 @@ module.exports={
|
|
|
229657
229827
|
"SyncName": {},
|
|
229658
229828
|
"SyncType": {},
|
|
229659
229829
|
"SyncSource": {
|
|
229660
|
-
"shape": "
|
|
229830
|
+
"shape": "S6g"
|
|
229661
229831
|
}
|
|
229662
229832
|
}
|
|
229663
229833
|
},
|
|
@@ -230102,7 +230272,7 @@ module.exports={
|
|
|
230102
230272
|
}
|
|
230103
230273
|
}
|
|
230104
230274
|
},
|
|
230105
|
-
"
|
|
230275
|
+
"S58": {
|
|
230106
230276
|
"type": "map",
|
|
230107
230277
|
"key": {},
|
|
230108
230278
|
"value": {
|
|
@@ -230112,7 +230282,7 @@ module.exports={
|
|
|
230112
230282
|
}
|
|
230113
230283
|
}
|
|
230114
230284
|
},
|
|
230115
|
-
"
|
|
230285
|
+
"S5h": {
|
|
230116
230286
|
"type": "structure",
|
|
230117
230287
|
"required": [
|
|
230118
230288
|
"PatchFilters"
|
|
@@ -230137,7 +230307,7 @@ module.exports={
|
|
|
230137
230307
|
}
|
|
230138
230308
|
}
|
|
230139
230309
|
},
|
|
230140
|
-
"
|
|
230310
|
+
"S5n": {
|
|
230141
230311
|
"type": "structure",
|
|
230142
230312
|
"required": [
|
|
230143
230313
|
"PatchRules"
|
|
@@ -230152,7 +230322,7 @@ module.exports={
|
|
|
230152
230322
|
],
|
|
230153
230323
|
"members": {
|
|
230154
230324
|
"PatchFilterGroup": {
|
|
230155
|
-
"shape": "
|
|
230325
|
+
"shape": "S5h"
|
|
230156
230326
|
},
|
|
230157
230327
|
"ComplianceLevel": {},
|
|
230158
230328
|
"ApproveAfterDays": {
|
|
@@ -230167,11 +230337,11 @@ module.exports={
|
|
|
230167
230337
|
}
|
|
230168
230338
|
}
|
|
230169
230339
|
},
|
|
230170
|
-
"
|
|
230340
|
+
"S5t": {
|
|
230171
230341
|
"type": "list",
|
|
230172
230342
|
"member": {}
|
|
230173
230343
|
},
|
|
230174
|
-
"
|
|
230344
|
+
"S5x": {
|
|
230175
230345
|
"type": "list",
|
|
230176
230346
|
"member": {
|
|
230177
230347
|
"type": "structure",
|
|
@@ -230193,7 +230363,7 @@ module.exports={
|
|
|
230193
230363
|
}
|
|
230194
230364
|
}
|
|
230195
230365
|
},
|
|
230196
|
-
"
|
|
230366
|
+
"S67": {
|
|
230197
230367
|
"type": "structure",
|
|
230198
230368
|
"required": [
|
|
230199
230369
|
"BucketName",
|
|
@@ -230214,7 +230384,7 @@ module.exports={
|
|
|
230214
230384
|
}
|
|
230215
230385
|
}
|
|
230216
230386
|
},
|
|
230217
|
-
"
|
|
230387
|
+
"S6g": {
|
|
230218
230388
|
"type": "structure",
|
|
230219
230389
|
"required": [
|
|
230220
230390
|
"SourceType",
|
|
@@ -230223,10 +230393,10 @@ module.exports={
|
|
|
230223
230393
|
"members": {
|
|
230224
230394
|
"SourceType": {},
|
|
230225
230395
|
"AwsOrganizationsSource": {
|
|
230226
|
-
"shape": "
|
|
230396
|
+
"shape": "S6i"
|
|
230227
230397
|
},
|
|
230228
230398
|
"SourceRegions": {
|
|
230229
|
-
"shape": "
|
|
230399
|
+
"shape": "S6n"
|
|
230230
230400
|
},
|
|
230231
230401
|
"IncludeFutureRegions": {
|
|
230232
230402
|
"type": "boolean"
|
|
@@ -230236,7 +230406,7 @@ module.exports={
|
|
|
230236
230406
|
}
|
|
230237
230407
|
}
|
|
230238
230408
|
},
|
|
230239
|
-
"
|
|
230409
|
+
"S6i": {
|
|
230240
230410
|
"type": "structure",
|
|
230241
230411
|
"required": [
|
|
230242
230412
|
"OrganizationSourceType"
|
|
@@ -230254,11 +230424,11 @@ module.exports={
|
|
|
230254
230424
|
}
|
|
230255
230425
|
}
|
|
230256
230426
|
},
|
|
230257
|
-
"
|
|
230427
|
+
"S6n": {
|
|
230258
230428
|
"type": "list",
|
|
230259
230429
|
"member": {}
|
|
230260
230430
|
},
|
|
230261
|
-
"
|
|
230431
|
+
"S74": {
|
|
230262
230432
|
"type": "structure",
|
|
230263
230433
|
"members": {
|
|
230264
230434
|
"TotalCount": {
|
|
@@ -230284,11 +230454,11 @@ module.exports={
|
|
|
230284
230454
|
}
|
|
230285
230455
|
}
|
|
230286
230456
|
},
|
|
230287
|
-
"
|
|
230457
|
+
"S7j": {
|
|
230288
230458
|
"type": "list",
|
|
230289
230459
|
"member": {}
|
|
230290
230460
|
},
|
|
230291
|
-
"
|
|
230461
|
+
"S9j": {
|
|
230292
230462
|
"type": "map",
|
|
230293
230463
|
"key": {},
|
|
230294
230464
|
"value": {
|
|
@@ -230296,7 +230466,7 @@ module.exports={
|
|
|
230296
230466
|
"member": {}
|
|
230297
230467
|
}
|
|
230298
230468
|
},
|
|
230299
|
-
"
|
|
230469
|
+
"S9o": {
|
|
230300
230470
|
"type": "structure",
|
|
230301
230471
|
"members": {
|
|
230302
230472
|
"ParameterValues": {
|
|
@@ -230308,7 +230478,7 @@ module.exports={
|
|
|
230308
230478
|
}
|
|
230309
230479
|
}
|
|
230310
230480
|
},
|
|
230311
|
-
"
|
|
230481
|
+
"S9s": {
|
|
230312
230482
|
"type": "list",
|
|
230313
230483
|
"member": {
|
|
230314
230484
|
"type": "structure",
|
|
@@ -230319,7 +230489,7 @@ module.exports={
|
|
|
230319
230489
|
"DocumentName": {},
|
|
230320
230490
|
"DocumentVersion": {},
|
|
230321
230491
|
"Parameters": {
|
|
230322
|
-
"shape": "
|
|
230492
|
+
"shape": "S9j"
|
|
230323
230493
|
},
|
|
230324
230494
|
"TargetParameterName": {},
|
|
230325
230495
|
"Targets": {
|
|
@@ -230336,7 +230506,7 @@ module.exports={
|
|
|
230336
230506
|
}
|
|
230337
230507
|
}
|
|
230338
230508
|
},
|
|
230339
|
-
"
|
|
230509
|
+
"Sa2": {
|
|
230340
230510
|
"type": "list",
|
|
230341
230511
|
"member": {
|
|
230342
230512
|
"type": "structure",
|
|
@@ -230364,7 +230534,7 @@ module.exports={
|
|
|
230364
230534
|
"value": {}
|
|
230365
230535
|
},
|
|
230366
230536
|
"Outputs": {
|
|
230367
|
-
"shape": "
|
|
230537
|
+
"shape": "S9j"
|
|
230368
230538
|
},
|
|
230369
230539
|
"Response": {},
|
|
230370
230540
|
"FailureMessage": {},
|
|
@@ -230374,13 +230544,13 @@ module.exports={
|
|
|
230374
230544
|
"FailureStage": {},
|
|
230375
230545
|
"FailureType": {},
|
|
230376
230546
|
"Details": {
|
|
230377
|
-
"shape": "
|
|
230547
|
+
"shape": "S9j"
|
|
230378
230548
|
}
|
|
230379
230549
|
}
|
|
230380
230550
|
},
|
|
230381
230551
|
"StepExecutionId": {},
|
|
230382
230552
|
"OverriddenParameters": {
|
|
230383
|
-
"shape": "
|
|
230553
|
+
"shape": "S9j"
|
|
230384
230554
|
},
|
|
230385
230555
|
"IsEnd": {
|
|
230386
230556
|
"type": "boolean"
|
|
@@ -230405,7 +230575,7 @@ module.exports={
|
|
|
230405
230575
|
}
|
|
230406
230576
|
}
|
|
230407
230577
|
},
|
|
230408
|
-
"
|
|
230578
|
+
"Sac": {
|
|
230409
230579
|
"type": "list",
|
|
230410
230580
|
"member": {
|
|
230411
230581
|
"type": "structure",
|
|
@@ -230418,7 +230588,7 @@ module.exports={
|
|
|
230418
230588
|
}
|
|
230419
230589
|
}
|
|
230420
230590
|
},
|
|
230421
|
-
"
|
|
230591
|
+
"Sak": {
|
|
230422
230592
|
"type": "structure",
|
|
230423
230593
|
"members": {
|
|
230424
230594
|
"Id": {},
|
|
@@ -230459,15 +230629,15 @@ module.exports={
|
|
|
230459
230629
|
"Repository": {}
|
|
230460
230630
|
}
|
|
230461
230631
|
},
|
|
230462
|
-
"
|
|
230632
|
+
"Sbf": {
|
|
230463
230633
|
"type": "list",
|
|
230464
230634
|
"member": {}
|
|
230465
230635
|
},
|
|
230466
|
-
"
|
|
230636
|
+
"Sc8": {
|
|
230467
230637
|
"type": "list",
|
|
230468
230638
|
"member": {}
|
|
230469
230639
|
},
|
|
230470
|
-
"
|
|
230640
|
+
"Scu": {
|
|
230471
230641
|
"type": "structure",
|
|
230472
230642
|
"required": [
|
|
230473
230643
|
"InstanceId",
|
|
@@ -230484,7 +230654,7 @@ module.exports={
|
|
|
230484
230654
|
"SnapshotId": {},
|
|
230485
230655
|
"InstallOverrideList": {},
|
|
230486
230656
|
"OwnerInformation": {
|
|
230487
|
-
"shape": "
|
|
230657
|
+
"shape": "Scx"
|
|
230488
230658
|
},
|
|
230489
230659
|
"InstalledCount": {
|
|
230490
230660
|
"type": "integer"
|
|
@@ -230532,11 +230702,11 @@ module.exports={
|
|
|
230532
230702
|
}
|
|
230533
230703
|
}
|
|
230534
230704
|
},
|
|
230535
|
-
"
|
|
230705
|
+
"Scx": {
|
|
230536
230706
|
"type": "string",
|
|
230537
230707
|
"sensitive": true
|
|
230538
230708
|
},
|
|
230539
|
-
"
|
|
230709
|
+
"Se0": {
|
|
230540
230710
|
"type": "list",
|
|
230541
230711
|
"member": {
|
|
230542
230712
|
"type": "structure",
|
|
@@ -230549,11 +230719,11 @@ module.exports={
|
|
|
230549
230719
|
}
|
|
230550
230720
|
}
|
|
230551
230721
|
},
|
|
230552
|
-
"
|
|
230722
|
+
"Sec": {
|
|
230553
230723
|
"type": "string",
|
|
230554
230724
|
"sensitive": true
|
|
230555
230725
|
},
|
|
230556
|
-
"
|
|
230726
|
+
"Sf3": {
|
|
230557
230727
|
"type": "map",
|
|
230558
230728
|
"key": {},
|
|
230559
230729
|
"value": {
|
|
@@ -230572,7 +230742,7 @@ module.exports={
|
|
|
230572
230742
|
},
|
|
230573
230743
|
"sensitive": true
|
|
230574
230744
|
},
|
|
230575
|
-
"
|
|
230745
|
+
"Sf9": {
|
|
230576
230746
|
"type": "structure",
|
|
230577
230747
|
"required": [
|
|
230578
230748
|
"S3BucketName",
|
|
@@ -230584,7 +230754,7 @@ module.exports={
|
|
|
230584
230754
|
"S3Region": {}
|
|
230585
230755
|
}
|
|
230586
230756
|
},
|
|
230587
|
-
"
|
|
230757
|
+
"Sg3": {
|
|
230588
230758
|
"type": "list",
|
|
230589
230759
|
"member": {
|
|
230590
230760
|
"type": "structure",
|
|
@@ -230601,7 +230771,7 @@ module.exports={
|
|
|
230601
230771
|
}
|
|
230602
230772
|
}
|
|
230603
230773
|
},
|
|
230604
|
-
"
|
|
230774
|
+
"Sgi": {
|
|
230605
230775
|
"type": "list",
|
|
230606
230776
|
"member": {
|
|
230607
230777
|
"type": "structure",
|
|
@@ -230612,7 +230782,7 @@ module.exports={
|
|
|
230612
230782
|
}
|
|
230613
230783
|
}
|
|
230614
230784
|
},
|
|
230615
|
-
"
|
|
230785
|
+
"Sgo": {
|
|
230616
230786
|
"type": "structure",
|
|
230617
230787
|
"members": {
|
|
230618
230788
|
"BaselineId": {},
|
|
@@ -230624,7 +230794,7 @@ module.exports={
|
|
|
230624
230794
|
}
|
|
230625
230795
|
}
|
|
230626
230796
|
},
|
|
230627
|
-
"
|
|
230797
|
+
"Si9": {
|
|
230628
230798
|
"type": "structure",
|
|
230629
230799
|
"members": {
|
|
230630
230800
|
"CloudWatchLogGroupName": {},
|
|
@@ -230633,7 +230803,7 @@ module.exports={
|
|
|
230633
230803
|
}
|
|
230634
230804
|
}
|
|
230635
230805
|
},
|
|
230636
|
-
"
|
|
230806
|
+
"Siv": {
|
|
230637
230807
|
"type": "list",
|
|
230638
230808
|
"member": {
|
|
230639
230809
|
"type": "structure",
|
|
@@ -230651,14 +230821,14 @@ module.exports={
|
|
|
230651
230821
|
}
|
|
230652
230822
|
}
|
|
230653
230823
|
},
|
|
230654
|
-
"
|
|
230824
|
+
"Sj1": {
|
|
230655
230825
|
"type": "list",
|
|
230656
230826
|
"member": {
|
|
230657
230827
|
"type": "structure",
|
|
230658
230828
|
"members": {
|
|
230659
230829
|
"Expression": {},
|
|
230660
230830
|
"Aggregators": {
|
|
230661
|
-
"shape": "
|
|
230831
|
+
"shape": "Sj1"
|
|
230662
230832
|
},
|
|
230663
230833
|
"Groups": {
|
|
230664
230834
|
"type": "list",
|
|
@@ -230671,7 +230841,7 @@ module.exports={
|
|
|
230671
230841
|
"members": {
|
|
230672
230842
|
"Name": {},
|
|
230673
230843
|
"Filters": {
|
|
230674
|
-
"shape": "
|
|
230844
|
+
"shape": "Siv"
|
|
230675
230845
|
}
|
|
230676
230846
|
}
|
|
230677
230847
|
}
|
|
@@ -230679,7 +230849,7 @@ module.exports={
|
|
|
230679
230849
|
}
|
|
230680
230850
|
}
|
|
230681
230851
|
},
|
|
230682
|
-
"
|
|
230852
|
+
"Sji": {
|
|
230683
230853
|
"type": "list",
|
|
230684
230854
|
"member": {
|
|
230685
230855
|
"type": "map",
|
|
@@ -230687,7 +230857,7 @@ module.exports={
|
|
|
230687
230857
|
"value": {}
|
|
230688
230858
|
}
|
|
230689
230859
|
},
|
|
230690
|
-
"
|
|
230860
|
+
"Sk9": {
|
|
230691
230861
|
"type": "structure",
|
|
230692
230862
|
"members": {
|
|
230693
230863
|
"RunCommand": {
|
|
@@ -230695,13 +230865,13 @@ module.exports={
|
|
|
230695
230865
|
"members": {
|
|
230696
230866
|
"Comment": {},
|
|
230697
230867
|
"CloudWatchOutputConfig": {
|
|
230698
|
-
"shape": "
|
|
230868
|
+
"shape": "Si9"
|
|
230699
230869
|
},
|
|
230700
230870
|
"DocumentHash": {},
|
|
230701
230871
|
"DocumentHashType": {},
|
|
230702
230872
|
"DocumentVersion": {},
|
|
230703
230873
|
"NotificationConfig": {
|
|
230704
|
-
"shape": "
|
|
230874
|
+
"shape": "Skb"
|
|
230705
230875
|
},
|
|
230706
230876
|
"OutputS3BucketName": {},
|
|
230707
230877
|
"OutputS3KeyPrefix": {},
|
|
@@ -230719,7 +230889,7 @@ module.exports={
|
|
|
230719
230889
|
"members": {
|
|
230720
230890
|
"DocumentVersion": {},
|
|
230721
230891
|
"Parameters": {
|
|
230722
|
-
"shape": "
|
|
230892
|
+
"shape": "S9j"
|
|
230723
230893
|
}
|
|
230724
230894
|
}
|
|
230725
230895
|
},
|
|
@@ -230746,7 +230916,7 @@ module.exports={
|
|
|
230746
230916
|
}
|
|
230747
230917
|
}
|
|
230748
230918
|
},
|
|
230749
|
-
"
|
|
230919
|
+
"Skb": {
|
|
230750
230920
|
"type": "structure",
|
|
230751
230921
|
"members": {
|
|
230752
230922
|
"NotificationArn": {},
|
|
@@ -230757,7 +230927,7 @@ module.exports={
|
|
|
230757
230927
|
"NotificationType": {}
|
|
230758
230928
|
}
|
|
230759
230929
|
},
|
|
230760
|
-
"
|
|
230930
|
+
"Skw": {
|
|
230761
230931
|
"type": "list",
|
|
230762
230932
|
"member": {
|
|
230763
230933
|
"type": "structure",
|
|
@@ -230775,7 +230945,7 @@ module.exports={
|
|
|
230775
230945
|
}
|
|
230776
230946
|
}
|
|
230777
230947
|
},
|
|
230778
|
-
"
|
|
230948
|
+
"Sl2": {
|
|
230779
230949
|
"type": "list",
|
|
230780
230950
|
"member": {
|
|
230781
230951
|
"type": "structure",
|
|
@@ -230789,21 +230959,21 @@ module.exports={
|
|
|
230789
230959
|
"value": {}
|
|
230790
230960
|
},
|
|
230791
230961
|
"Filters": {
|
|
230792
|
-
"shape": "
|
|
230962
|
+
"shape": "Skw"
|
|
230793
230963
|
},
|
|
230794
230964
|
"Aggregators": {
|
|
230795
|
-
"shape": "
|
|
230965
|
+
"shape": "Sl2"
|
|
230796
230966
|
}
|
|
230797
230967
|
}
|
|
230798
230968
|
}
|
|
230799
230969
|
},
|
|
230800
|
-
"
|
|
230970
|
+
"Slo": {
|
|
230801
230971
|
"type": "structure",
|
|
230802
230972
|
"members": {
|
|
230803
230973
|
"Name": {},
|
|
230804
230974
|
"Type": {},
|
|
230805
230975
|
"Value": {
|
|
230806
|
-
"shape": "
|
|
230976
|
+
"shape": "Slp"
|
|
230807
230977
|
},
|
|
230808
230978
|
"Version": {
|
|
230809
230979
|
"type": "long"
|
|
@@ -230817,21 +230987,21 @@ module.exports={
|
|
|
230817
230987
|
"DataType": {}
|
|
230818
230988
|
}
|
|
230819
230989
|
},
|
|
230820
|
-
"
|
|
230990
|
+
"Slp": {
|
|
230821
230991
|
"type": "string",
|
|
230822
230992
|
"sensitive": true
|
|
230823
230993
|
},
|
|
230824
|
-
"
|
|
230994
|
+
"Slv": {
|
|
230825
230995
|
"type": "list",
|
|
230826
230996
|
"member": {}
|
|
230827
230997
|
},
|
|
230828
|
-
"
|
|
230998
|
+
"Slz": {
|
|
230829
230999
|
"type": "list",
|
|
230830
231000
|
"member": {
|
|
230831
|
-
"shape": "
|
|
231001
|
+
"shape": "Slo"
|
|
230832
231002
|
}
|
|
230833
231003
|
},
|
|
230834
|
-
"
|
|
231004
|
+
"Smh": {
|
|
230835
231005
|
"type": "structure",
|
|
230836
231006
|
"members": {
|
|
230837
231007
|
"SettingId": {},
|
|
@@ -230844,7 +231014,7 @@ module.exports={
|
|
|
230844
231014
|
"Status": {}
|
|
230845
231015
|
}
|
|
230846
231016
|
},
|
|
230847
|
-
"
|
|
231017
|
+
"Smz": {
|
|
230848
231018
|
"type": "list",
|
|
230849
231019
|
"member": {
|
|
230850
231020
|
"type": "structure",
|
|
@@ -230858,7 +231028,7 @@ module.exports={
|
|
|
230858
231028
|
}
|
|
230859
231029
|
}
|
|
230860
231030
|
},
|
|
230861
|
-
"
|
|
231031
|
+
"Snf": {
|
|
230862
231032
|
"type": "structure",
|
|
230863
231033
|
"members": {
|
|
230864
231034
|
"CommandId": {},
|
|
@@ -230901,10 +231071,10 @@ module.exports={
|
|
|
230901
231071
|
},
|
|
230902
231072
|
"ServiceRole": {},
|
|
230903
231073
|
"NotificationConfig": {
|
|
230904
|
-
"shape": "
|
|
231074
|
+
"shape": "Skb"
|
|
230905
231075
|
},
|
|
230906
231076
|
"CloudWatchOutputConfig": {
|
|
230907
|
-
"shape": "
|
|
231077
|
+
"shape": "Si9"
|
|
230908
231078
|
},
|
|
230909
231079
|
"TimeoutSeconds": {
|
|
230910
231080
|
"type": "integer"
|
|
@@ -230917,7 +231087,7 @@ module.exports={
|
|
|
230917
231087
|
}
|
|
230918
231088
|
}
|
|
230919
231089
|
},
|
|
230920
|
-
"
|
|
231090
|
+
"Snm": {
|
|
230921
231091
|
"type": "list",
|
|
230922
231092
|
"member": {
|
|
230923
231093
|
"type": "structure",
|
|
@@ -230931,7 +231101,7 @@ module.exports={
|
|
|
230931
231101
|
}
|
|
230932
231102
|
}
|
|
230933
231103
|
},
|
|
230934
|
-
"
|
|
231104
|
+
"So4": {
|
|
230935
231105
|
"type": "structure",
|
|
230936
231106
|
"required": [
|
|
230937
231107
|
"ExecutionTime"
|
|
@@ -230944,23 +231114,23 @@ module.exports={
|
|
|
230944
231114
|
"ExecutionType": {}
|
|
230945
231115
|
}
|
|
230946
231116
|
},
|
|
230947
|
-
"
|
|
231117
|
+
"So7": {
|
|
230948
231118
|
"type": "map",
|
|
230949
231119
|
"key": {},
|
|
230950
231120
|
"value": {}
|
|
230951
231121
|
},
|
|
230952
|
-
"
|
|
231122
|
+
"Soc": {
|
|
230953
231123
|
"type": "structure",
|
|
230954
231124
|
"members": {
|
|
230955
231125
|
"CompliantCount": {
|
|
230956
231126
|
"type": "integer"
|
|
230957
231127
|
},
|
|
230958
231128
|
"SeveritySummary": {
|
|
230959
|
-
"shape": "
|
|
231129
|
+
"shape": "Soe"
|
|
230960
231130
|
}
|
|
230961
231131
|
}
|
|
230962
231132
|
},
|
|
230963
|
-
"
|
|
231133
|
+
"Soe": {
|
|
230964
231134
|
"type": "structure",
|
|
230965
231135
|
"members": {
|
|
230966
231136
|
"CriticalCount": {
|
|
@@ -230983,18 +231153,18 @@ module.exports={
|
|
|
230983
231153
|
}
|
|
230984
231154
|
}
|
|
230985
231155
|
},
|
|
230986
|
-
"
|
|
231156
|
+
"Sof": {
|
|
230987
231157
|
"type": "structure",
|
|
230988
231158
|
"members": {
|
|
230989
231159
|
"NonCompliantCount": {
|
|
230990
231160
|
"type": "integer"
|
|
230991
231161
|
},
|
|
230992
231162
|
"SeveritySummary": {
|
|
230993
|
-
"shape": "
|
|
231163
|
+
"shape": "Soe"
|
|
230994
231164
|
}
|
|
230995
231165
|
}
|
|
230996
231166
|
},
|
|
230997
|
-
"
|
|
231167
|
+
"Som": {
|
|
230998
231168
|
"type": "list",
|
|
230999
231169
|
"member": {
|
|
231000
231170
|
"type": "structure",
|
|
@@ -231004,7 +231174,7 @@ module.exports={
|
|
|
231004
231174
|
}
|
|
231005
231175
|
}
|
|
231006
231176
|
},
|
|
231007
|
-
"
|
|
231177
|
+
"Spk": {
|
|
231008
231178
|
"type": "structure",
|
|
231009
231179
|
"members": {
|
|
231010
231180
|
"Arn": {}
|
|
@@ -231210,6 +231380,12 @@ module.exports={
|
|
|
231210
231380
|
"limit_key": "MaxResults",
|
|
231211
231381
|
"output_token": "NextToken"
|
|
231212
231382
|
},
|
|
231383
|
+
"GetResourcePolicies": {
|
|
231384
|
+
"input_token": "NextToken",
|
|
231385
|
+
"limit_key": "MaxResults",
|
|
231386
|
+
"output_token": "NextToken",
|
|
231387
|
+
"result_key": "Policies"
|
|
231388
|
+
},
|
|
231213
231389
|
"ListAssociationVersions": {
|
|
231214
231390
|
"input_token": "NextToken",
|
|
231215
231391
|
"limit_key": "MaxResults",
|
|
@@ -240192,6 +240368,25 @@ module.exports={
|
|
|
240192
240368
|
"members": {}
|
|
240193
240369
|
}
|
|
240194
240370
|
},
|
|
240371
|
+
"DeleteResourcePolicy": {
|
|
240372
|
+
"http": {
|
|
240373
|
+
"requestUri": "/DeleteResourcePolicy"
|
|
240374
|
+
},
|
|
240375
|
+
"input": {
|
|
240376
|
+
"type": "structure",
|
|
240377
|
+
"required": [
|
|
240378
|
+
"PolicyName"
|
|
240379
|
+
],
|
|
240380
|
+
"members": {
|
|
240381
|
+
"PolicyName": {},
|
|
240382
|
+
"PolicyRevisionId": {}
|
|
240383
|
+
}
|
|
240384
|
+
},
|
|
240385
|
+
"output": {
|
|
240386
|
+
"type": "structure",
|
|
240387
|
+
"members": {}
|
|
240388
|
+
}
|
|
240389
|
+
},
|
|
240195
240390
|
"DeleteSamplingRule": {
|
|
240196
240391
|
"http": {
|
|
240197
240392
|
"requestUri": "/DeleteSamplingRule"
|
|
@@ -240224,7 +240419,7 @@ module.exports={
|
|
|
240224
240419
|
"type": "structure",
|
|
240225
240420
|
"members": {
|
|
240226
240421
|
"EncryptionConfig": {
|
|
240227
|
-
"shape": "
|
|
240422
|
+
"shape": "S1j"
|
|
240228
240423
|
}
|
|
240229
240424
|
}
|
|
240230
240425
|
}
|
|
@@ -240303,10 +240498,10 @@ module.exports={
|
|
|
240303
240498
|
"GroupARN": {},
|
|
240304
240499
|
"GroupName": {},
|
|
240305
240500
|
"RootCauseServiceId": {
|
|
240306
|
-
"shape": "
|
|
240501
|
+
"shape": "S1x"
|
|
240307
240502
|
},
|
|
240308
240503
|
"Categories": {
|
|
240309
|
-
"shape": "
|
|
240504
|
+
"shape": "S1z"
|
|
240310
240505
|
},
|
|
240311
240506
|
"State": {},
|
|
240312
240507
|
"StartTime": {
|
|
@@ -240317,13 +240512,13 @@ module.exports={
|
|
|
240317
240512
|
},
|
|
240318
240513
|
"Summary": {},
|
|
240319
240514
|
"ClientRequestImpactStatistics": {
|
|
240320
|
-
"shape": "
|
|
240515
|
+
"shape": "S23"
|
|
240321
240516
|
},
|
|
240322
240517
|
"RootCauseServiceRequestImpactStatistics": {
|
|
240323
|
-
"shape": "
|
|
240518
|
+
"shape": "S23"
|
|
240324
240519
|
},
|
|
240325
240520
|
"TopAnomalousServices": {
|
|
240326
|
-
"shape": "
|
|
240521
|
+
"shape": "S25"
|
|
240327
240522
|
}
|
|
240328
240523
|
}
|
|
240329
240524
|
}
|
|
@@ -240360,13 +240555,13 @@ module.exports={
|
|
|
240360
240555
|
"type": "timestamp"
|
|
240361
240556
|
},
|
|
240362
240557
|
"ClientRequestImpactStatistics": {
|
|
240363
|
-
"shape": "
|
|
240558
|
+
"shape": "S23"
|
|
240364
240559
|
},
|
|
240365
240560
|
"RootCauseServiceRequestImpactStatistics": {
|
|
240366
|
-
"shape": "
|
|
240561
|
+
"shape": "S23"
|
|
240367
240562
|
},
|
|
240368
240563
|
"TopAnomalousServices": {
|
|
240369
|
-
"shape": "
|
|
240564
|
+
"shape": "S25"
|
|
240370
240565
|
}
|
|
240371
240566
|
}
|
|
240372
240567
|
}
|
|
@@ -240424,7 +240619,7 @@ module.exports={
|
|
|
240424
240619
|
"Type": {},
|
|
240425
240620
|
"Name": {},
|
|
240426
240621
|
"Names": {
|
|
240427
|
-
"shape": "
|
|
240622
|
+
"shape": "S1y"
|
|
240428
240623
|
},
|
|
240429
240624
|
"AccountId": {},
|
|
240430
240625
|
"Edges": {
|
|
@@ -240486,10 +240681,10 @@ module.exports={
|
|
|
240486
240681
|
"GroupARN": {},
|
|
240487
240682
|
"GroupName": {},
|
|
240488
240683
|
"RootCauseServiceId": {
|
|
240489
|
-
"shape": "
|
|
240684
|
+
"shape": "S1x"
|
|
240490
240685
|
},
|
|
240491
240686
|
"Categories": {
|
|
240492
|
-
"shape": "
|
|
240687
|
+
"shape": "S1z"
|
|
240493
240688
|
},
|
|
240494
240689
|
"State": {},
|
|
240495
240690
|
"StartTime": {
|
|
@@ -240500,13 +240695,13 @@ module.exports={
|
|
|
240500
240695
|
},
|
|
240501
240696
|
"Summary": {},
|
|
240502
240697
|
"ClientRequestImpactStatistics": {
|
|
240503
|
-
"shape": "
|
|
240698
|
+
"shape": "S23"
|
|
240504
240699
|
},
|
|
240505
240700
|
"RootCauseServiceRequestImpactStatistics": {
|
|
240506
|
-
"shape": "
|
|
240701
|
+
"shape": "S23"
|
|
240507
240702
|
},
|
|
240508
240703
|
"TopAnomalousServices": {
|
|
240509
|
-
"shape": "
|
|
240704
|
+
"shape": "S25"
|
|
240510
240705
|
},
|
|
240511
240706
|
"LastUpdateTime": {
|
|
240512
240707
|
"type": "timestamp"
|
|
@@ -240693,7 +240888,7 @@ module.exports={
|
|
|
240693
240888
|
"type": "timestamp"
|
|
240694
240889
|
},
|
|
240695
240890
|
"Services": {
|
|
240696
|
-
"shape": "
|
|
240891
|
+
"shape": "S3e"
|
|
240697
240892
|
},
|
|
240698
240893
|
"ContainsOldGroupVersions": {
|
|
240699
240894
|
"type": "boolean"
|
|
@@ -240743,10 +240938,10 @@ module.exports={
|
|
|
240743
240938
|
"type": "timestamp"
|
|
240744
240939
|
},
|
|
240745
240940
|
"EdgeSummaryStatistics": {
|
|
240746
|
-
"shape": "
|
|
240941
|
+
"shape": "S3i"
|
|
240747
240942
|
},
|
|
240748
240943
|
"ServiceSummaryStatistics": {
|
|
240749
|
-
"shape": "
|
|
240944
|
+
"shape": "S3q"
|
|
240750
240945
|
},
|
|
240751
240946
|
"ServiceForecastStatistics": {
|
|
240752
240947
|
"type": "structure",
|
|
@@ -240760,7 +240955,7 @@ module.exports={
|
|
|
240760
240955
|
}
|
|
240761
240956
|
},
|
|
240762
240957
|
"ResponseTimeHistogram": {
|
|
240763
|
-
"shape": "
|
|
240958
|
+
"shape": "S3l"
|
|
240764
240959
|
}
|
|
240765
240960
|
}
|
|
240766
240961
|
}
|
|
@@ -240792,7 +240987,7 @@ module.exports={
|
|
|
240792
240987
|
"type": "structure",
|
|
240793
240988
|
"members": {
|
|
240794
240989
|
"Services": {
|
|
240795
|
-
"shape": "
|
|
240990
|
+
"shape": "S3e"
|
|
240796
240991
|
},
|
|
240797
240992
|
"NextToken": {}
|
|
240798
240993
|
}
|
|
@@ -240892,7 +241087,7 @@ module.exports={
|
|
|
240892
241087
|
}
|
|
240893
241088
|
},
|
|
240894
241089
|
"ServiceIds": {
|
|
240895
|
-
"shape": "
|
|
241090
|
+
"shape": "S4d"
|
|
240896
241091
|
}
|
|
240897
241092
|
}
|
|
240898
241093
|
}
|
|
@@ -240905,13 +241100,13 @@ module.exports={
|
|
|
240905
241100
|
"members": {
|
|
240906
241101
|
"UserName": {},
|
|
240907
241102
|
"ServiceIds": {
|
|
240908
|
-
"shape": "
|
|
241103
|
+
"shape": "S4d"
|
|
240909
241104
|
}
|
|
240910
241105
|
}
|
|
240911
241106
|
}
|
|
240912
241107
|
},
|
|
240913
241108
|
"ServiceIds": {
|
|
240914
|
-
"shape": "
|
|
241109
|
+
"shape": "S4d"
|
|
240915
241110
|
},
|
|
240916
241111
|
"ResourceARNs": {
|
|
240917
241112
|
"type": "list",
|
|
@@ -240941,7 +241136,7 @@ module.exports={
|
|
|
240941
241136
|
}
|
|
240942
241137
|
},
|
|
240943
241138
|
"EntryPoint": {
|
|
240944
|
-
"shape": "
|
|
241139
|
+
"shape": "S1x"
|
|
240945
241140
|
},
|
|
240946
241141
|
"FaultRootCauses": {
|
|
240947
241142
|
"type": "list",
|
|
@@ -240955,7 +241150,7 @@ module.exports={
|
|
|
240955
241150
|
"members": {
|
|
240956
241151
|
"Name": {},
|
|
240957
241152
|
"Names": {
|
|
240958
|
-
"shape": "
|
|
241153
|
+
"shape": "S1y"
|
|
240959
241154
|
},
|
|
240960
241155
|
"Type": {},
|
|
240961
241156
|
"AccountId": {},
|
|
@@ -240966,7 +241161,7 @@ module.exports={
|
|
|
240966
241161
|
"members": {
|
|
240967
241162
|
"Name": {},
|
|
240968
241163
|
"Exceptions": {
|
|
240969
|
-
"shape": "
|
|
241164
|
+
"shape": "S4s"
|
|
240970
241165
|
},
|
|
240971
241166
|
"Remote": {
|
|
240972
241167
|
"type": "boolean"
|
|
@@ -240998,7 +241193,7 @@ module.exports={
|
|
|
240998
241193
|
"members": {
|
|
240999
241194
|
"Name": {},
|
|
241000
241195
|
"Names": {
|
|
241001
|
-
"shape": "
|
|
241196
|
+
"shape": "S1y"
|
|
241002
241197
|
},
|
|
241003
241198
|
"Type": {},
|
|
241004
241199
|
"AccountId": {},
|
|
@@ -241009,7 +241204,7 @@ module.exports={
|
|
|
241009
241204
|
"members": {
|
|
241010
241205
|
"Name": {},
|
|
241011
241206
|
"Exceptions": {
|
|
241012
|
-
"shape": "
|
|
241207
|
+
"shape": "S4s"
|
|
241013
241208
|
},
|
|
241014
241209
|
"Remote": {
|
|
241015
241210
|
"type": "boolean"
|
|
@@ -241041,7 +241236,7 @@ module.exports={
|
|
|
241041
241236
|
"members": {
|
|
241042
241237
|
"Name": {},
|
|
241043
241238
|
"Names": {
|
|
241044
|
-
"shape": "
|
|
241239
|
+
"shape": "S1y"
|
|
241045
241240
|
},
|
|
241046
241241
|
"Type": {},
|
|
241047
241242
|
"AccountId": {},
|
|
@@ -241091,6 +241286,29 @@ module.exports={
|
|
|
241091
241286
|
}
|
|
241092
241287
|
}
|
|
241093
241288
|
},
|
|
241289
|
+
"ListResourcePolicies": {
|
|
241290
|
+
"http": {
|
|
241291
|
+
"requestUri": "/ListResourcePolicies"
|
|
241292
|
+
},
|
|
241293
|
+
"input": {
|
|
241294
|
+
"type": "structure",
|
|
241295
|
+
"members": {
|
|
241296
|
+
"NextToken": {}
|
|
241297
|
+
}
|
|
241298
|
+
},
|
|
241299
|
+
"output": {
|
|
241300
|
+
"type": "structure",
|
|
241301
|
+
"members": {
|
|
241302
|
+
"ResourcePolicies": {
|
|
241303
|
+
"type": "list",
|
|
241304
|
+
"member": {
|
|
241305
|
+
"shape": "S5a"
|
|
241306
|
+
}
|
|
241307
|
+
},
|
|
241308
|
+
"NextToken": {}
|
|
241309
|
+
}
|
|
241310
|
+
}
|
|
241311
|
+
},
|
|
241094
241312
|
"ListTagsForResource": {
|
|
241095
241313
|
"http": {
|
|
241096
241314
|
"requestUri": "/ListTagsForResource"
|
|
@@ -241133,7 +241351,35 @@ module.exports={
|
|
|
241133
241351
|
"type": "structure",
|
|
241134
241352
|
"members": {
|
|
241135
241353
|
"EncryptionConfig": {
|
|
241136
|
-
"shape": "
|
|
241354
|
+
"shape": "S1j"
|
|
241355
|
+
}
|
|
241356
|
+
}
|
|
241357
|
+
}
|
|
241358
|
+
},
|
|
241359
|
+
"PutResourcePolicy": {
|
|
241360
|
+
"http": {
|
|
241361
|
+
"requestUri": "/PutResourcePolicy"
|
|
241362
|
+
},
|
|
241363
|
+
"input": {
|
|
241364
|
+
"type": "structure",
|
|
241365
|
+
"required": [
|
|
241366
|
+
"PolicyName",
|
|
241367
|
+
"PolicyDocument"
|
|
241368
|
+
],
|
|
241369
|
+
"members": {
|
|
241370
|
+
"PolicyName": {},
|
|
241371
|
+
"PolicyDocument": {},
|
|
241372
|
+
"PolicyRevisionId": {},
|
|
241373
|
+
"BypassPolicyLockoutCheck": {
|
|
241374
|
+
"type": "boolean"
|
|
241375
|
+
}
|
|
241376
|
+
}
|
|
241377
|
+
},
|
|
241378
|
+
"output": {
|
|
241379
|
+
"type": "structure",
|
|
241380
|
+
"members": {
|
|
241381
|
+
"ResourcePolicy": {
|
|
241382
|
+
"shape": "S5a"
|
|
241137
241383
|
}
|
|
241138
241384
|
}
|
|
241139
241385
|
}
|
|
@@ -241456,7 +241702,7 @@ module.exports={
|
|
|
241456
241702
|
}
|
|
241457
241703
|
}
|
|
241458
241704
|
},
|
|
241459
|
-
"
|
|
241705
|
+
"S1j": {
|
|
241460
241706
|
"type": "structure",
|
|
241461
241707
|
"members": {
|
|
241462
241708
|
"KeyId": {},
|
|
@@ -241464,26 +241710,26 @@ module.exports={
|
|
|
241464
241710
|
"Type": {}
|
|
241465
241711
|
}
|
|
241466
241712
|
},
|
|
241467
|
-
"
|
|
241713
|
+
"S1x": {
|
|
241468
241714
|
"type": "structure",
|
|
241469
241715
|
"members": {
|
|
241470
241716
|
"Name": {},
|
|
241471
241717
|
"Names": {
|
|
241472
|
-
"shape": "
|
|
241718
|
+
"shape": "S1y"
|
|
241473
241719
|
},
|
|
241474
241720
|
"AccountId": {},
|
|
241475
241721
|
"Type": {}
|
|
241476
241722
|
}
|
|
241477
241723
|
},
|
|
241478
|
-
"
|
|
241724
|
+
"S1y": {
|
|
241479
241725
|
"type": "list",
|
|
241480
241726
|
"member": {}
|
|
241481
241727
|
},
|
|
241482
|
-
"
|
|
241728
|
+
"S1z": {
|
|
241483
241729
|
"type": "list",
|
|
241484
241730
|
"member": {}
|
|
241485
241731
|
},
|
|
241486
|
-
"
|
|
241732
|
+
"S23": {
|
|
241487
241733
|
"type": "structure",
|
|
241488
241734
|
"members": {
|
|
241489
241735
|
"FaultCount": {
|
|
@@ -241497,18 +241743,18 @@ module.exports={
|
|
|
241497
241743
|
}
|
|
241498
241744
|
}
|
|
241499
241745
|
},
|
|
241500
|
-
"
|
|
241746
|
+
"S25": {
|
|
241501
241747
|
"type": "list",
|
|
241502
241748
|
"member": {
|
|
241503
241749
|
"type": "structure",
|
|
241504
241750
|
"members": {
|
|
241505
241751
|
"ServiceId": {
|
|
241506
|
-
"shape": "
|
|
241752
|
+
"shape": "S1x"
|
|
241507
241753
|
}
|
|
241508
241754
|
}
|
|
241509
241755
|
}
|
|
241510
241756
|
},
|
|
241511
|
-
"
|
|
241757
|
+
"S3e": {
|
|
241512
241758
|
"type": "list",
|
|
241513
241759
|
"member": {
|
|
241514
241760
|
"type": "structure",
|
|
@@ -241518,7 +241764,7 @@ module.exports={
|
|
|
241518
241764
|
},
|
|
241519
241765
|
"Name": {},
|
|
241520
241766
|
"Names": {
|
|
241521
|
-
"shape": "
|
|
241767
|
+
"shape": "S1y"
|
|
241522
241768
|
},
|
|
241523
241769
|
"Root": {
|
|
241524
241770
|
"type": "boolean"
|
|
@@ -241547,10 +241793,10 @@ module.exports={
|
|
|
241547
241793
|
"type": "timestamp"
|
|
241548
241794
|
},
|
|
241549
241795
|
"SummaryStatistics": {
|
|
241550
|
-
"shape": "
|
|
241796
|
+
"shape": "S3i"
|
|
241551
241797
|
},
|
|
241552
241798
|
"ResponseTimeHistogram": {
|
|
241553
|
-
"shape": "
|
|
241799
|
+
"shape": "S3l"
|
|
241554
241800
|
},
|
|
241555
241801
|
"Aliases": {
|
|
241556
241802
|
"type": "list",
|
|
@@ -241568,34 +241814,34 @@ module.exports={
|
|
|
241568
241814
|
},
|
|
241569
241815
|
"EdgeType": {},
|
|
241570
241816
|
"ReceivedEventAgeHistogram": {
|
|
241571
|
-
"shape": "
|
|
241817
|
+
"shape": "S3l"
|
|
241572
241818
|
}
|
|
241573
241819
|
}
|
|
241574
241820
|
}
|
|
241575
241821
|
},
|
|
241576
241822
|
"SummaryStatistics": {
|
|
241577
|
-
"shape": "
|
|
241823
|
+
"shape": "S3q"
|
|
241578
241824
|
},
|
|
241579
241825
|
"DurationHistogram": {
|
|
241580
|
-
"shape": "
|
|
241826
|
+
"shape": "S3l"
|
|
241581
241827
|
},
|
|
241582
241828
|
"ResponseTimeHistogram": {
|
|
241583
|
-
"shape": "
|
|
241829
|
+
"shape": "S3l"
|
|
241584
241830
|
}
|
|
241585
241831
|
}
|
|
241586
241832
|
}
|
|
241587
241833
|
},
|
|
241588
|
-
"
|
|
241834
|
+
"S3i": {
|
|
241589
241835
|
"type": "structure",
|
|
241590
241836
|
"members": {
|
|
241591
241837
|
"OkCount": {
|
|
241592
241838
|
"type": "long"
|
|
241593
241839
|
},
|
|
241594
241840
|
"ErrorStatistics": {
|
|
241595
|
-
"shape": "
|
|
241841
|
+
"shape": "S3j"
|
|
241596
241842
|
},
|
|
241597
241843
|
"FaultStatistics": {
|
|
241598
|
-
"shape": "
|
|
241844
|
+
"shape": "S3k"
|
|
241599
241845
|
},
|
|
241600
241846
|
"TotalCount": {
|
|
241601
241847
|
"type": "long"
|
|
@@ -241605,7 +241851,7 @@ module.exports={
|
|
|
241605
241851
|
}
|
|
241606
241852
|
}
|
|
241607
241853
|
},
|
|
241608
|
-
"
|
|
241854
|
+
"S3j": {
|
|
241609
241855
|
"type": "structure",
|
|
241610
241856
|
"members": {
|
|
241611
241857
|
"ThrottleCount": {
|
|
@@ -241619,7 +241865,7 @@ module.exports={
|
|
|
241619
241865
|
}
|
|
241620
241866
|
}
|
|
241621
241867
|
},
|
|
241622
|
-
"
|
|
241868
|
+
"S3k": {
|
|
241623
241869
|
"type": "structure",
|
|
241624
241870
|
"members": {
|
|
241625
241871
|
"OtherCount": {
|
|
@@ -241630,7 +241876,7 @@ module.exports={
|
|
|
241630
241876
|
}
|
|
241631
241877
|
}
|
|
241632
241878
|
},
|
|
241633
|
-
"
|
|
241879
|
+
"S3l": {
|
|
241634
241880
|
"type": "list",
|
|
241635
241881
|
"member": {
|
|
241636
241882
|
"type": "structure",
|
|
@@ -241644,17 +241890,17 @@ module.exports={
|
|
|
241644
241890
|
}
|
|
241645
241891
|
}
|
|
241646
241892
|
},
|
|
241647
|
-
"
|
|
241893
|
+
"S3q": {
|
|
241648
241894
|
"type": "structure",
|
|
241649
241895
|
"members": {
|
|
241650
241896
|
"OkCount": {
|
|
241651
241897
|
"type": "long"
|
|
241652
241898
|
},
|
|
241653
241899
|
"ErrorStatistics": {
|
|
241654
|
-
"shape": "
|
|
241900
|
+
"shape": "S3j"
|
|
241655
241901
|
},
|
|
241656
241902
|
"FaultStatistics": {
|
|
241657
|
-
"shape": "
|
|
241903
|
+
"shape": "S3k"
|
|
241658
241904
|
},
|
|
241659
241905
|
"TotalCount": {
|
|
241660
241906
|
"type": "long"
|
|
@@ -241664,13 +241910,13 @@ module.exports={
|
|
|
241664
241910
|
}
|
|
241665
241911
|
}
|
|
241666
241912
|
},
|
|
241667
|
-
"
|
|
241913
|
+
"S4d": {
|
|
241668
241914
|
"type": "list",
|
|
241669
241915
|
"member": {
|
|
241670
|
-
"shape": "
|
|
241916
|
+
"shape": "S1x"
|
|
241671
241917
|
}
|
|
241672
241918
|
},
|
|
241673
|
-
"
|
|
241919
|
+
"S4s": {
|
|
241674
241920
|
"type": "list",
|
|
241675
241921
|
"member": {
|
|
241676
241922
|
"type": "structure",
|
|
@@ -241679,6 +241925,17 @@ module.exports={
|
|
|
241679
241925
|
"Message": {}
|
|
241680
241926
|
}
|
|
241681
241927
|
}
|
|
241928
|
+
},
|
|
241929
|
+
"S5a": {
|
|
241930
|
+
"type": "structure",
|
|
241931
|
+
"members": {
|
|
241932
|
+
"PolicyName": {},
|
|
241933
|
+
"PolicyDocument": {},
|
|
241934
|
+
"PolicyRevisionId": {},
|
|
241935
|
+
"LastUpdatedTime": {
|
|
241936
|
+
"type": "timestamp"
|
|
241937
|
+
}
|
|
241938
|
+
}
|
|
241682
241939
|
}
|
|
241683
241940
|
}
|
|
241684
241941
|
}
|
|
@@ -241687,6 +241944,9 @@ module.exports={
|
|
|
241687
241944
|
"pagination": {
|
|
241688
241945
|
"BatchGetTraces": {
|
|
241689
241946
|
"input_token": "NextToken",
|
|
241947
|
+
"non_aggregate_keys": [
|
|
241948
|
+
"UnprocessedTraceIds"
|
|
241949
|
+
],
|
|
241690
241950
|
"output_token": "NextToken",
|
|
241691
241951
|
"result_key": "Traces"
|
|
241692
241952
|
},
|
|
@@ -241717,11 +241977,19 @@ module.exports={
|
|
|
241717
241977
|
},
|
|
241718
241978
|
"GetServiceGraph": {
|
|
241719
241979
|
"input_token": "NextToken",
|
|
241980
|
+
"non_aggregate_keys": [
|
|
241981
|
+
"StartTime",
|
|
241982
|
+
"EndTime",
|
|
241983
|
+
"ContainsOldGroupVersions"
|
|
241984
|
+
],
|
|
241720
241985
|
"output_token": "NextToken",
|
|
241721
241986
|
"result_key": "Services"
|
|
241722
241987
|
},
|
|
241723
241988
|
"GetTimeSeriesServiceStatistics": {
|
|
241724
241989
|
"input_token": "NextToken",
|
|
241990
|
+
"non_aggregate_keys": [
|
|
241991
|
+
"ContainsOldGroupVersions"
|
|
241992
|
+
],
|
|
241725
241993
|
"output_token": "NextToken",
|
|
241726
241994
|
"result_key": "TimeSeriesServiceStatistics"
|
|
241727
241995
|
},
|
|
@@ -241732,8 +242000,22 @@ module.exports={
|
|
|
241732
242000
|
},
|
|
241733
242001
|
"GetTraceSummaries": {
|
|
241734
242002
|
"input_token": "NextToken",
|
|
242003
|
+
"non_aggregate_keys": [
|
|
242004
|
+
"TracesProcessedCount",
|
|
242005
|
+
"ApproximateTime"
|
|
242006
|
+
],
|
|
241735
242007
|
"output_token": "NextToken",
|
|
241736
242008
|
"result_key": "TraceSummaries"
|
|
242009
|
+
},
|
|
242010
|
+
"ListResourcePolicies": {
|
|
242011
|
+
"input_token": "NextToken",
|
|
242012
|
+
"output_token": "NextToken",
|
|
242013
|
+
"result_key": "ResourcePolicies"
|
|
242014
|
+
},
|
|
242015
|
+
"ListTagsForResource": {
|
|
242016
|
+
"input_token": "NextToken",
|
|
242017
|
+
"output_token": "NextToken",
|
|
242018
|
+
"result_key": "Tags"
|
|
241737
242019
|
}
|
|
241738
242020
|
}
|
|
241739
242021
|
}
|
|
@@ -245652,7 +245934,7 @@ AWS.util.update(AWS, {
|
|
|
245652
245934
|
/**
|
|
245653
245935
|
* @constant
|
|
245654
245936
|
*/
|
|
245655
|
-
VERSION: '2.
|
|
245937
|
+
VERSION: '2.1256.0',
|
|
245656
245938
|
|
|
245657
245939
|
/**
|
|
245658
245940
|
* @api private
|
|
@@ -267655,7 +267937,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
267655
267937
|
}());
|
|
267656
267938
|
exports.LRUCache = LRUCache;
|
|
267657
267939
|
},{}],461:[function(require,module,exports){
|
|
267658
|
-
// AWS SDK for JavaScript v2.
|
|
267940
|
+
// AWS SDK for JavaScript v2.1256.0
|
|
267659
267941
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
267660
267942
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
267661
267943
|
require('./browser_loader');
|