cdk-docker-image-deployment 0.0.74 → 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.
Files changed (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
  9. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
  10. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
  11. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
  12. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
  13. package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
  14. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
  15. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
  16. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
  17. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  18. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
  19. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
  20. package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
  21. package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
  22. package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
  23. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
  25. package/node_modules/aws-sdk/clients/connect.d.ts +46 -4
  26. package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
  27. package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
  28. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
  29. package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
  30. package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
  31. package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
  32. package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
  33. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
  34. package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +679 -400
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1255.0
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": "Sez"
64744
+ "shape": "Sf3"
64713
64745
  }
64714
64746
  }
64715
64747
  },
64716
64748
  "SearchCriteria": {
64717
- "shape": "Sf3"
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": "Sez"
64788
+ "shape": "Sf3"
64757
64789
  }
64758
64790
  }
64759
64791
  },
64760
64792
  "SearchCriteria": {
64761
- "shape": "Sfd"
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": "Sfi"
64829
+ "shape": "Sfm"
64798
64830
  },
64799
64831
  "SearchFilter": {
64800
64832
  "type": "structure",
64801
64833
  "members": {
64802
64834
  "TagFilter": {
64803
- "shape": "Sez"
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": "Sez"
64883
+ "shape": "Sf3"
64852
64884
  }
64853
64885
  }
64854
64886
  },
64855
64887
  "SearchCriteria": {
64856
- "shape": "Sfq"
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": "Sgu"
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": "Sgu"
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": "Sig"
66163
+ "shape": "Sik"
66132
66164
  },
66133
66165
  "LevelTwo": {
66134
- "shape": "Sig"
66166
+ "shape": "Sik"
66135
66167
  },
66136
66168
  "LevelThree": {
66137
- "shape": "Sig"
66169
+ "shape": "Sik"
66138
66170
  },
66139
66171
  "LevelFour": {
66140
- "shape": "Sig"
66172
+ "shape": "Sik"
66141
66173
  },
66142
66174
  "LevelFive": {
66143
- "shape": "Sig"
66175
+ "shape": "Sik"
66144
66176
  }
66145
66177
  }
66146
66178
  },
@@ -66791,58 +66823,58 @@ module.exports={
66791
66823
  }
66792
66824
  }
66793
66825
  },
66794
- "Sez": {
66826
+ "Sf3": {
66795
66827
  "type": "structure",
66796
66828
  "members": {
66797
66829
  "OrConditions": {
66798
66830
  "type": "list",
66799
66831
  "member": {
66800
- "shape": "Sf1"
66832
+ "shape": "Sf5"
66801
66833
  }
66802
66834
  },
66803
66835
  "AndConditions": {
66804
- "shape": "Sf1"
66836
+ "shape": "Sf5"
66805
66837
  },
66806
66838
  "TagCondition": {
66807
- "shape": "Sf2"
66839
+ "shape": "Sf6"
66808
66840
  }
66809
66841
  }
66810
66842
  },
66811
- "Sf1": {
66843
+ "Sf5": {
66812
66844
  "type": "list",
66813
66845
  "member": {
66814
- "shape": "Sf2"
66846
+ "shape": "Sf6"
66815
66847
  }
66816
66848
  },
66817
- "Sf2": {
66849
+ "Sf6": {
66818
66850
  "type": "structure",
66819
66851
  "members": {
66820
66852
  "TagKey": {},
66821
66853
  "TagValue": {}
66822
66854
  }
66823
66855
  },
66824
- "Sf3": {
66856
+ "Sf7": {
66825
66857
  "type": "structure",
66826
66858
  "members": {
66827
66859
  "OrConditions": {
66828
- "shape": "Sf4"
66860
+ "shape": "Sf8"
66829
66861
  },
66830
66862
  "AndConditions": {
66831
- "shape": "Sf4"
66863
+ "shape": "Sf8"
66832
66864
  },
66833
66865
  "StringCondition": {
66834
- "shape": "Sf5"
66866
+ "shape": "Sf9"
66835
66867
  },
66836
66868
  "QueueTypeCondition": {}
66837
66869
  }
66838
66870
  },
66839
- "Sf4": {
66871
+ "Sf8": {
66840
66872
  "type": "list",
66841
66873
  "member": {
66842
- "shape": "Sf3"
66874
+ "shape": "Sf7"
66843
66875
  }
66844
66876
  },
66845
- "Sf5": {
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
- "Sfd": {
66885
+ "Sfh": {
66854
66886
  "type": "structure",
66855
66887
  "members": {
66856
66888
  "OrConditions": {
66857
- "shape": "Sfe"
66889
+ "shape": "Sfi"
66858
66890
  },
66859
66891
  "AndConditions": {
66860
- "shape": "Sfe"
66892
+ "shape": "Sfi"
66861
66893
  },
66862
66894
  "StringCondition": {
66863
- "shape": "Sf5"
66895
+ "shape": "Sf9"
66864
66896
  }
66865
66897
  }
66866
66898
  },
66867
- "Sfe": {
66899
+ "Sfi": {
66868
66900
  "type": "list",
66869
66901
  "member": {
66870
- "shape": "Sfd"
66902
+ "shape": "Sfh"
66871
66903
  }
66872
66904
  },
66873
- "Sfi": {
66905
+ "Sfm": {
66874
66906
  "type": "structure",
66875
66907
  "members": {
66876
66908
  "OrConditions": {
66877
- "shape": "Sfj"
66909
+ "shape": "Sfn"
66878
66910
  },
66879
66911
  "AndConditions": {
66880
- "shape": "Sfj"
66912
+ "shape": "Sfn"
66881
66913
  },
66882
66914
  "StringCondition": {
66883
- "shape": "Sf5"
66915
+ "shape": "Sf9"
66884
66916
  }
66885
66917
  }
66886
66918
  },
66887
- "Sfj": {
66919
+ "Sfn": {
66888
66920
  "type": "list",
66889
66921
  "member": {
66890
- "shape": "Sfi"
66922
+ "shape": "Sfm"
66891
66923
  }
66892
66924
  },
66893
- "Sfq": {
66925
+ "Sfu": {
66894
66926
  "type": "structure",
66895
66927
  "members": {
66896
66928
  "OrConditions": {
66897
- "shape": "Sfr"
66929
+ "shape": "Sfv"
66898
66930
  },
66899
66931
  "AndConditions": {
66900
- "shape": "Sfr"
66932
+ "shape": "Sfv"
66901
66933
  },
66902
66934
  "StringCondition": {
66903
- "shape": "Sf5"
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
- "Sfr": {
66946
+ "Sfv": {
66915
66947
  "type": "list",
66916
66948
  "member": {
66917
- "shape": "Sfq"
66949
+ "shape": "Sfu"
66918
66950
  }
66919
66951
  },
66920
- "Sgu": {
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
- "Sig": {
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": "S3i",
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": "S3m"
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": "S3n",
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": "S3s"
114211
+ "shape": "S3u"
114177
114212
  },
114178
114213
  "GlobalNodeGroupsToRetain": {
114179
- "shape": "S3s"
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": "S3v"
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": "S3i",
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": "S3n",
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": "S4o"
114534
+ "shape": "S4q"
114500
114535
  },
114501
114536
  "CacheNodeTypeSpecificParameters": {
114502
- "shape": "S4r"
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": "S4o"
114618
+ "shape": "S4q"
114584
114619
  },
114585
114620
  "CacheNodeTypeSpecificParameters": {
114586
- "shape": "S4r"
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": "S5i",
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": "S5j"
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": "S5q"
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": "S5q"
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": "S3n"
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": "S3i"
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": "S6x"
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": "S3v"
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": "S74"
115241
+ "shape": "S76"
115207
115242
  },
115208
115243
  "ScaleDownModifications": {
115209
- "shape": "S74"
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": "S7a"
115332
+ "shape": "S7c"
115298
115333
  }
115299
115334
  }
115300
115335
  },
115301
115336
  "output": {
115302
- "shape": "S7c",
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": "S6x"
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": "S3i",
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": "S3m"
115543
+ "shape": "S3o"
115506
115544
  },
115507
115545
  "UserIdsToRemove": {
115508
- "shape": "S3m"
115546
+ "shape": "S3o"
115509
115547
  }
115510
115548
  }
115511
115549
  },
115512
115550
  "output": {
115513
- "shape": "S3n",
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": "S5i"
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": "S7a"
115662
+ "shape": "S7c"
115625
115663
  }
115626
115664
  }
115627
115665
  },
115628
115666
  "output": {
115629
- "shape": "S7c",
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
- "S3m": {
116465
+ "S3o": {
116419
116466
  "type": "list",
116420
116467
  "member": {}
116421
116468
  },
116422
- "S3n": {
116469
+ "S3p": {
116423
116470
  "type": "structure",
116424
116471
  "members": {
116425
116472
  "UserGroupId": {},
116426
116473
  "Status": {},
116427
116474
  "Engine": {},
116428
116475
  "UserIds": {
116429
- "shape": "S3o"
116476
+ "shape": "S3q"
116430
116477
  },
116431
116478
  "MinimumEngineVersion": {},
116432
116479
  "PendingChanges": {
116433
116480
  "type": "structure",
116434
116481
  "members": {
116435
116482
  "UserIdsToRemove": {
116436
- "shape": "S3o"
116483
+ "shape": "S3q"
116437
116484
  },
116438
116485
  "UserIdsToAdd": {
116439
- "shape": "S3o"
116486
+ "shape": "S3q"
116440
116487
  }
116441
116488
  }
116442
116489
  },
@@ -116447,17 +116494,17 @@ module.exports={
116447
116494
  "ARN": {}
116448
116495
  }
116449
116496
  },
116450
- "S3o": {
116497
+ "S3q": {
116451
116498
  "type": "list",
116452
116499
  "member": {}
116453
116500
  },
116454
- "S3s": {
116501
+ "S3u": {
116455
116502
  "type": "list",
116456
116503
  "member": {
116457
116504
  "locationName": "GlobalNodeGroupId"
116458
116505
  }
116459
116506
  },
116460
- "S3v": {
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
- "S4o": {
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
- "S4r": {
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
- "S5i": {
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": "S5j"
116605
+ "shape": "S5l"
116559
116606
  },
116560
116607
  "ReservationARN": {}
116561
116608
  },
116562
116609
  "wrapper": true
116563
116610
  },
116564
- "S5j": {
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
- "S5q": {
116625
+ "S5s": {
116579
116626
  "type": "list",
116580
116627
  "member": {}
116581
116628
  },
116582
- "S6x": {
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
- "S74": {
116642
+ "S76": {
116596
116643
  "type": "list",
116597
116644
  "member": {}
116598
116645
  },
116599
- "S7a": {
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
- "S7c": {
116657
+ "S7e": {
116611
116658
  "type": "structure",
116612
116659
  "members": {
116613
116660
  "CacheParameterGroupName": {}
@@ -181309,7 +181356,10 @@ module.exports={
181309
181356
  ],
181310
181357
  "members": {
181311
181358
  "trackingId": {},
181312
- "userId": {},
181359
+ "userId": {
181360
+ "type": "string",
181361
+ "sensitive": true
181362
+ },
181313
181363
  "sessionId": {},
181314
181364
  "eventList": {
181315
181365
  "type": "list",
@@ -181325,9 +181375,13 @@ module.exports={
181325
181375
  "eventValue": {
181326
181376
  "type": "float"
181327
181377
  },
181328
- "itemId": {},
181378
+ "itemId": {
181379
+ "shape": "S7"
181380
+ },
181329
181381
  "properties": {
181330
- "jsonvalue": true
181382
+ "jsonvalue": true,
181383
+ "type": "string",
181384
+ "sensitive": true
181331
181385
  },
181332
181386
  "sentAt": {
181333
181387
  "type": "timestamp"
@@ -181335,9 +181389,21 @@ module.exports={
181335
181389
  "recommendationId": {},
181336
181390
  "impression": {
181337
181391
  "type": "list",
181338
- "member": {}
181392
+ "member": {
181393
+ "shape": "S7"
181394
+ }
181395
+ },
181396
+ "metricAttribution": {
181397
+ "type": "structure",
181398
+ "required": [
181399
+ "eventAttributionSource"
181400
+ ],
181401
+ "members": {
181402
+ "eventAttributionSource": {}
181403
+ }
181339
181404
  }
181340
- }
181405
+ },
181406
+ "sensitive": true
181341
181407
  }
181342
181408
  }
181343
181409
  }
@@ -181365,7 +181431,9 @@ module.exports={
181365
181431
  "members": {
181366
181432
  "itemId": {},
181367
181433
  "properties": {
181368
- "jsonvalue": true
181434
+ "jsonvalue": true,
181435
+ "type": "string",
181436
+ "sensitive": true
181369
181437
  }
181370
181438
  }
181371
181439
  }
@@ -181395,7 +181463,9 @@ module.exports={
181395
181463
  "members": {
181396
181464
  "userId": {},
181397
181465
  "properties": {
181398
- "jsonvalue": true
181466
+ "jsonvalue": true,
181467
+ "type": "string",
181468
+ "sensitive": true
181399
181469
  }
181400
181470
  }
181401
181471
  }
@@ -181404,7 +181474,12 @@ module.exports={
181404
181474
  }
181405
181475
  }
181406
181476
  },
181407
- "shapes": {}
181477
+ "shapes": {
181478
+ "S7": {
181479
+ "type": "string",
181480
+ "sensitive": true
181481
+ }
181482
+ }
181408
181483
  }
181409
181484
  },{}],178:[function(require,module,exports){
181410
181485
  arguments[4][39][0].apply(exports,arguments)
@@ -191199,6 +191274,7 @@ module.exports={
191199
191274
  "shape": "S2b"
191200
191275
  },
191201
191276
  "NetworkType": {},
191277
+ "DBSystemId": {},
191202
191278
  "SourceRegion": {}
191203
191279
  }
191204
191280
  },
@@ -195569,7 +195645,8 @@ module.exports={
195569
195645
  },
195570
195646
  "TagList": {
195571
195647
  "shape": "Sb"
195572
- }
195648
+ },
195649
+ "DBSystemId": {}
195573
195650
  },
195574
195651
  "wrapper": true
195575
195652
  },
@@ -195847,7 +195924,8 @@ module.exports={
195847
195924
  },
195848
195925
  "SupportsBabelfish": {
195849
195926
  "type": "boolean"
195850
- }
195927
+ },
195928
+ "CustomDBEngineVersionManifest": {}
195851
195929
  }
195852
195930
  },
195853
195931
  "S1y": {
@@ -196093,7 +196171,16 @@ module.exports={
196093
196171
  "IAMDatabaseAuthenticationEnabled": {
196094
196172
  "type": "boolean"
196095
196173
  },
196096
- "EngineVersion": {}
196174
+ "EngineVersion": {},
196175
+ "BackupRetentionPeriod": {
196176
+ "type": "integer"
196177
+ },
196178
+ "AllocatedStorage": {
196179
+ "type": "integer"
196180
+ },
196181
+ "Iops": {
196182
+ "type": "integer"
196183
+ }
196097
196184
  }
196098
196185
  },
196099
196186
  "DBClusterInstanceClass": {},
@@ -196129,7 +196216,8 @@ module.exports={
196129
196216
  }
196130
196217
  }
196131
196218
  },
196132
- "NetworkType": {}
196219
+ "NetworkType": {},
196220
+ "DBSystemId": {}
196133
196221
  },
196134
196222
  "wrapper": true
196135
196223
  },
@@ -196425,7 +196513,8 @@ module.exports={
196425
196513
  "ActivityStreamPolicyStatus": {},
196426
196514
  "StorageThroughput": {
196427
196515
  "type": "integer"
196428
- }
196516
+ },
196517
+ "DBSystemId": {}
196429
196518
  },
196430
196519
  "wrapper": true
196431
196520
  },
@@ -224795,13 +224884,15 @@ module.exports={
224795
224884
  },
224796
224885
  "PlannedEndTime": {
224797
224886
  "type": "timestamp"
224798
- }
224887
+ },
224888
+ "AccountId": {}
224799
224889
  }
224800
224890
  },
224801
224891
  "output": {
224802
224892
  "type": "structure",
224803
224893
  "members": {
224804
- "OpsItemId": {}
224894
+ "OpsItemId": {},
224895
+ "OpsItemArn": {}
224805
224896
  }
224806
224897
  }
224807
224898
  },
@@ -224814,7 +224905,7 @@ module.exports={
224814
224905
  "members": {
224815
224906
  "ResourceId": {},
224816
224907
  "Metadata": {
224817
- "shape": "S56"
224908
+ "shape": "S58"
224818
224909
  },
224819
224910
  "Tags": {
224820
224911
  "shape": "S4"
@@ -224838,25 +224929,25 @@ module.exports={
224838
224929
  "OperatingSystem": {},
224839
224930
  "Name": {},
224840
224931
  "GlobalFilters": {
224841
- "shape": "S5f"
224932
+ "shape": "S5h"
224842
224933
  },
224843
224934
  "ApprovalRules": {
224844
- "shape": "S5l"
224935
+ "shape": "S5n"
224845
224936
  },
224846
224937
  "ApprovedPatches": {
224847
- "shape": "S5r"
224938
+ "shape": "S5t"
224848
224939
  },
224849
224940
  "ApprovedPatchesComplianceLevel": {},
224850
224941
  "ApprovedPatchesEnableNonSecurity": {
224851
224942
  "type": "boolean"
224852
224943
  },
224853
224944
  "RejectedPatches": {
224854
- "shape": "S5r"
224945
+ "shape": "S5t"
224855
224946
  },
224856
224947
  "RejectedPatchesAction": {},
224857
224948
  "Description": {},
224858
224949
  "Sources": {
224859
- "shape": "S5v"
224950
+ "shape": "S5x"
224860
224951
  },
224861
224952
  "ClientToken": {
224862
224953
  "idempotencyToken": true
@@ -224882,11 +224973,11 @@ module.exports={
224882
224973
  "members": {
224883
224974
  "SyncName": {},
224884
224975
  "S3Destination": {
224885
- "shape": "S65"
224976
+ "shape": "S67"
224886
224977
  },
224887
224978
  "SyncType": {},
224888
224979
  "SyncSource": {
224889
- "shape": "S6e"
224980
+ "shape": "S6g"
224890
224981
  }
224891
224982
  }
224892
224983
  },
@@ -224967,7 +225058,7 @@ module.exports={
224967
225058
  "DeletionId": {},
224968
225059
  "TypeName": {},
224969
225060
  "DeletionSummary": {
224970
- "shape": "S72"
225061
+ "shape": "S74"
224971
225062
  }
224972
225063
  }
224973
225064
  }
@@ -225027,7 +225118,7 @@ module.exports={
225027
225118
  ],
225028
225119
  "members": {
225029
225120
  "Names": {
225030
- "shape": "S7h"
225121
+ "shape": "S7j"
225031
225122
  }
225032
225123
  }
225033
225124
  },
@@ -225035,10 +225126,10 @@ module.exports={
225035
225126
  "type": "structure",
225036
225127
  "members": {
225037
225128
  "DeletedParameters": {
225038
- "shape": "S7h"
225129
+ "shape": "S7j"
225039
225130
  },
225040
225131
  "InvalidParameters": {
225041
- "shape": "S7h"
225132
+ "shape": "S7j"
225042
225133
  }
225043
225134
  }
225044
225135
  }
@@ -225076,6 +225167,25 @@ module.exports={
225076
225167
  "members": {}
225077
225168
  }
225078
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
+ },
225079
225189
  "DeregisterManagedInstance": {
225080
225190
  "input": {
225081
225191
  "type": "structure",
@@ -225406,7 +225516,7 @@ module.exports={
225406
225516
  "ExecutedBy": {},
225407
225517
  "LogFile": {},
225408
225518
  "Outputs": {
225409
- "shape": "S9c"
225519
+ "shape": "S9j"
225410
225520
  },
225411
225521
  "Mode": {},
225412
225522
  "ParentAutomationExecutionId": {},
@@ -225421,7 +225531,7 @@ module.exports={
225421
225531
  "shape": "S25"
225422
225532
  },
225423
225533
  "ResolvedTargets": {
225424
- "shape": "S9h"
225534
+ "shape": "S9o"
225425
225535
  },
225426
225536
  "MaxConcurrency": {},
225427
225537
  "MaxErrors": {},
@@ -225438,7 +225548,7 @@ module.exports={
225438
225548
  "type": "timestamp"
225439
225549
  },
225440
225550
  "Runbooks": {
225441
- "shape": "S9l"
225551
+ "shape": "S9s"
225442
225552
  },
225443
225553
  "OpsItemId": {},
225444
225554
  "AssociationId": {},
@@ -225488,7 +225598,7 @@ module.exports={
225488
225598
  "type": "structure",
225489
225599
  "members": {
225490
225600
  "StepExecutions": {
225491
- "shape": "S9v"
225601
+ "shape": "Sa2"
225492
225602
  },
225493
225603
  "NextToken": {}
225494
225604
  }
@@ -225499,7 +225609,7 @@ module.exports={
225499
225609
  "type": "structure",
225500
225610
  "members": {
225501
225611
  "Filters": {
225502
- "shape": "Sa5"
225612
+ "shape": "Sac"
225503
225613
  },
225504
225614
  "MaxResults": {
225505
225615
  "type": "integer"
@@ -225513,7 +225623,7 @@ module.exports={
225513
225623
  "Patches": {
225514
225624
  "type": "list",
225515
225625
  "member": {
225516
- "shape": "Sad"
225626
+ "shape": "Sak"
225517
225627
  }
225518
225628
  },
225519
225629
  "NextToken": {}
@@ -225561,7 +225671,7 @@ module.exports={
225561
225671
  "type": "structure",
225562
225672
  "members": {
225563
225673
  "AccountIds": {
225564
- "shape": "Sb8"
225674
+ "shape": "Sbf"
225565
225675
  },
225566
225676
  "AccountSharingInfoList": {
225567
225677
  "type": "list",
@@ -225633,7 +225743,7 @@ module.exports={
225633
225743
  "type": "structure",
225634
225744
  "members": {
225635
225745
  "Patch": {
225636
- "shape": "Sad"
225746
+ "shape": "Sak"
225637
225747
  },
225638
225748
  "PatchStatus": {
225639
225749
  "type": "structure",
@@ -225720,7 +225830,7 @@ module.exports={
225720
225830
  "members": {
225721
225831
  "key": {},
225722
225832
  "valueSet": {
225723
- "shape": "Sc1"
225833
+ "shape": "Sc8"
225724
225834
  }
225725
225835
  }
225726
225836
  }
@@ -225736,7 +225846,7 @@ module.exports={
225736
225846
  "members": {
225737
225847
  "Key": {},
225738
225848
  "Values": {
225739
- "shape": "Sc1"
225849
+ "shape": "Sc8"
225740
225850
  }
225741
225851
  }
225742
225852
  }
@@ -225827,7 +225937,7 @@ module.exports={
225827
225937
  "InstancePatchStates": {
225828
225938
  "type": "list",
225829
225939
  "member": {
225830
- "shape": "Scn"
225940
+ "shape": "Scu"
225831
225941
  }
225832
225942
  },
225833
225943
  "NextToken": {}
@@ -225873,7 +225983,7 @@ module.exports={
225873
225983
  "InstancePatchStates": {
225874
225984
  "type": "list",
225875
225985
  "member": {
225876
- "shape": "Scn"
225986
+ "shape": "Scu"
225877
225987
  }
225878
225988
  },
225879
225989
  "NextToken": {}
@@ -225889,7 +225999,7 @@ module.exports={
225889
225999
  "members": {
225890
226000
  "InstanceId": {},
225891
226001
  "Filters": {
225892
- "shape": "Sa5"
226002
+ "shape": "Sac"
225893
226003
  },
225894
226004
  "NextToken": {},
225895
226005
  "MaxResults": {
@@ -225956,7 +226066,7 @@ module.exports={
225956
226066
  "LastStatus": {},
225957
226067
  "LastStatusMessage": {},
225958
226068
  "DeletionSummary": {
225959
- "shape": "S72"
226069
+ "shape": "S74"
225960
226070
  },
225961
226071
  "LastStatusUpdateTime": {
225962
226072
  "type": "timestamp"
@@ -225979,7 +226089,7 @@ module.exports={
225979
226089
  "WindowExecutionId": {},
225980
226090
  "TaskId": {},
225981
226091
  "Filters": {
225982
- "shape": "Sdt"
226092
+ "shape": "Se0"
225983
226093
  },
225984
226094
  "MaxResults": {
225985
226095
  "type": "integer"
@@ -226001,7 +226111,7 @@ module.exports={
226001
226111
  "ExecutionId": {},
226002
226112
  "TaskType": {},
226003
226113
  "Parameters": {
226004
- "shape": "Se5"
226114
+ "shape": "Sec"
226005
226115
  },
226006
226116
  "Status": {},
226007
226117
  "StatusDetails": {},
@@ -226012,7 +226122,7 @@ module.exports={
226012
226122
  "type": "timestamp"
226013
226123
  },
226014
226124
  "OwnerInformation": {
226015
- "shape": "Scq"
226125
+ "shape": "Scx"
226016
226126
  },
226017
226127
  "WindowTargetId": {}
226018
226128
  }
@@ -226031,7 +226141,7 @@ module.exports={
226031
226141
  "members": {
226032
226142
  "WindowExecutionId": {},
226033
226143
  "Filters": {
226034
- "shape": "Sdt"
226144
+ "shape": "Se0"
226035
226145
  },
226036
226146
  "MaxResults": {
226037
226147
  "type": "integer"
@@ -226081,7 +226191,7 @@ module.exports={
226081
226191
  "members": {
226082
226192
  "WindowId": {},
226083
226193
  "Filters": {
226084
- "shape": "Sdt"
226194
+ "shape": "Se0"
226085
226195
  },
226086
226196
  "MaxResults": {
226087
226197
  "type": "integer"
@@ -226124,7 +226234,7 @@ module.exports={
226124
226234
  },
226125
226235
  "ResourceType": {},
226126
226236
  "Filters": {
226127
- "shape": "Sa5"
226237
+ "shape": "Sac"
226128
226238
  },
226129
226239
  "MaxResults": {
226130
226240
  "type": "integer"
@@ -226159,7 +226269,7 @@ module.exports={
226159
226269
  "members": {
226160
226270
  "WindowId": {},
226161
226271
  "Filters": {
226162
- "shape": "Sdt"
226272
+ "shape": "Se0"
226163
226273
  },
226164
226274
  "MaxResults": {
226165
226275
  "type": "integer"
@@ -226182,7 +226292,7 @@ module.exports={
226182
226292
  "shape": "S18"
226183
226293
  },
226184
226294
  "OwnerInformation": {
226185
- "shape": "Scq"
226295
+ "shape": "Scx"
226186
226296
  },
226187
226297
  "Name": {},
226188
226298
  "Description": {
@@ -226204,7 +226314,7 @@ module.exports={
226204
226314
  "members": {
226205
226315
  "WindowId": {},
226206
226316
  "Filters": {
226207
- "shape": "Sdt"
226317
+ "shape": "Se0"
226208
226318
  },
226209
226319
  "MaxResults": {
226210
226320
  "type": "integer"
@@ -226228,13 +226338,13 @@ module.exports={
226228
226338
  "shape": "S18"
226229
226339
  },
226230
226340
  "TaskParameters": {
226231
- "shape": "Sew"
226341
+ "shape": "Sf3"
226232
226342
  },
226233
226343
  "Priority": {
226234
226344
  "type": "integer"
226235
226345
  },
226236
226346
  "LoggingInfo": {
226237
- "shape": "Sf2"
226347
+ "shape": "Sf9"
226238
226348
  },
226239
226349
  "ServiceRoleArn": {},
226240
226350
  "MaxConcurrency": {},
@@ -226259,7 +226369,7 @@ module.exports={
226259
226369
  "type": "structure",
226260
226370
  "members": {
226261
226371
  "Filters": {
226262
- "shape": "Sdt"
226372
+ "shape": "Se0"
226263
226373
  },
226264
226374
  "MaxResults": {
226265
226375
  "type": "integer"
@@ -226438,7 +226548,7 @@ module.exports={
226438
226548
  }
226439
226549
  },
226440
226550
  "ParameterFilters": {
226441
- "shape": "Sfw"
226551
+ "shape": "Sg3"
226442
226552
  },
226443
226553
  "MaxResults": {
226444
226554
  "type": "integer"
@@ -226468,7 +226578,7 @@ module.exports={
226468
226578
  },
226469
226579
  "Tier": {},
226470
226580
  "Policies": {
226471
- "shape": "Sgb"
226581
+ "shape": "Sgi"
226472
226582
  },
226473
226583
  "DataType": {}
226474
226584
  }
@@ -226483,7 +226593,7 @@ module.exports={
226483
226593
  "type": "structure",
226484
226594
  "members": {
226485
226595
  "Filters": {
226486
- "shape": "Sa5"
226596
+ "shape": "Sac"
226487
226597
  },
226488
226598
  "MaxResults": {
226489
226599
  "type": "integer"
@@ -226497,7 +226607,7 @@ module.exports={
226497
226607
  "BaselineIdentities": {
226498
226608
  "type": "list",
226499
226609
  "member": {
226500
- "shape": "Sgh"
226610
+ "shape": "Sgo"
226501
226611
  }
226502
226612
  },
226503
226613
  "NextToken": {}
@@ -226564,7 +226674,7 @@ module.exports={
226564
226674
  "type": "integer"
226565
226675
  },
226566
226676
  "Filters": {
226567
- "shape": "Sa5"
226677
+ "shape": "Sac"
226568
226678
  },
226569
226679
  "NextToken": {}
226570
226680
  }
@@ -226579,7 +226689,7 @@ module.exports={
226579
226689
  "members": {
226580
226690
  "PatchGroup": {},
226581
226691
  "BaselineIdentity": {
226582
- "shape": "Sgh"
226692
+ "shape": "Sgo"
226583
226693
  }
226584
226694
  }
226585
226695
  }
@@ -226728,16 +226838,16 @@ module.exports={
226728
226838
  },
226729
226839
  "AutomationExecutionStatus": {},
226730
226840
  "StepExecutions": {
226731
- "shape": "S9v"
226841
+ "shape": "Sa2"
226732
226842
  },
226733
226843
  "StepExecutionsTruncated": {
226734
226844
  "type": "boolean"
226735
226845
  },
226736
226846
  "Parameters": {
226737
- "shape": "S9c"
226847
+ "shape": "S9j"
226738
226848
  },
226739
226849
  "Outputs": {
226740
- "shape": "S9c"
226850
+ "shape": "S9j"
226741
226851
  },
226742
226852
  "FailureMessage": {},
226743
226853
  "Mode": {},
@@ -226753,7 +226863,7 @@ module.exports={
226753
226863
  "shape": "S25"
226754
226864
  },
226755
226865
  "ResolvedTargets": {
226756
- "shape": "S9h"
226866
+ "shape": "S9o"
226757
226867
  },
226758
226868
  "MaxConcurrency": {},
226759
226869
  "MaxErrors": {},
@@ -226792,7 +226902,7 @@ module.exports={
226792
226902
  "type": "timestamp"
226793
226903
  },
226794
226904
  "Runbooks": {
226795
- "shape": "S9l"
226905
+ "shape": "S9s"
226796
226906
  },
226797
226907
  "OpsItemId": {},
226798
226908
  "AssociationId": {},
@@ -226859,7 +226969,7 @@ module.exports={
226859
226969
  "StandardErrorContent": {},
226860
226970
  "StandardErrorUrl": {},
226861
226971
  "CloudWatchOutputConfig": {
226862
- "shape": "Si2"
226972
+ "shape": "Si9"
226863
226973
  }
226864
226974
  }
226865
226975
  }
@@ -226912,24 +227022,24 @@ module.exports={
226912
227022
  "members": {
226913
227023
  "OperatingSystem": {},
226914
227024
  "GlobalFilters": {
226915
- "shape": "S5f"
227025
+ "shape": "S5h"
226916
227026
  },
226917
227027
  "ApprovalRules": {
226918
- "shape": "S5l"
227028
+ "shape": "S5n"
226919
227029
  },
226920
227030
  "ApprovedPatches": {
226921
- "shape": "S5r"
227031
+ "shape": "S5t"
226922
227032
  },
226923
227033
  "ApprovedPatchesComplianceLevel": {},
226924
227034
  "RejectedPatches": {
226925
- "shape": "S5r"
227035
+ "shape": "S5t"
226926
227036
  },
226927
227037
  "RejectedPatchesAction": {},
226928
227038
  "ApprovedPatchesEnableNonSecurity": {
226929
227039
  "type": "boolean"
226930
227040
  },
226931
227041
  "Sources": {
226932
- "shape": "S5v"
227042
+ "shape": "S5x"
226933
227043
  }
226934
227044
  }
226935
227045
  }
@@ -227000,10 +227110,10 @@ module.exports={
227000
227110
  "type": "structure",
227001
227111
  "members": {
227002
227112
  "Filters": {
227003
- "shape": "Sio"
227113
+ "shape": "Siv"
227004
227114
  },
227005
227115
  "Aggregators": {
227006
- "shape": "Siu"
227116
+ "shape": "Sj1"
227007
227117
  },
227008
227118
  "ResultAttributes": {
227009
227119
  "type": "list",
@@ -227048,7 +227158,7 @@ module.exports={
227048
227158
  "CaptureTime": {},
227049
227159
  "ContentHash": {},
227050
227160
  "Content": {
227051
- "shape": "Sjb"
227161
+ "shape": "Sji"
227052
227162
  }
227053
227163
  }
227054
227164
  }
@@ -227212,7 +227322,7 @@ module.exports={
227212
227322
  "TaskParameters": {
227213
227323
  "type": "list",
227214
227324
  "member": {
227215
- "shape": "Sew"
227325
+ "shape": "Sf3"
227216
227326
  },
227217
227327
  "sensitive": true
227218
227328
  },
@@ -227261,7 +227371,7 @@ module.exports={
227261
227371
  "ExecutionId": {},
227262
227372
  "TaskType": {},
227263
227373
  "Parameters": {
227264
- "shape": "Se5"
227374
+ "shape": "Sec"
227265
227375
  },
227266
227376
  "Status": {},
227267
227377
  "StatusDetails": {},
@@ -227272,7 +227382,7 @@ module.exports={
227272
227382
  "type": "timestamp"
227273
227383
  },
227274
227384
  "OwnerInformation": {
227275
- "shape": "Scq"
227385
+ "shape": "Scx"
227276
227386
  },
227277
227387
  "WindowTargetId": {}
227278
227388
  }
@@ -227302,10 +227412,10 @@ module.exports={
227302
227412
  "ServiceRoleArn": {},
227303
227413
  "TaskType": {},
227304
227414
  "TaskParameters": {
227305
- "shape": "Sew"
227415
+ "shape": "Sf3"
227306
227416
  },
227307
227417
  "TaskInvocationParameters": {
227308
- "shape": "Sk2"
227418
+ "shape": "Sk9"
227309
227419
  },
227310
227420
  "Priority": {
227311
227421
  "type": "integer"
@@ -227313,7 +227423,7 @@ module.exports={
227313
227423
  "MaxConcurrency": {},
227314
227424
  "MaxErrors": {},
227315
227425
  "LoggingInfo": {
227316
- "shape": "Sf2"
227426
+ "shape": "Sf9"
227317
227427
  },
227318
227428
  "Name": {},
227319
227429
  "Description": {
@@ -227333,7 +227443,8 @@ module.exports={
227333
227443
  "OpsItemId"
227334
227444
  ],
227335
227445
  "members": {
227336
- "OpsItemId": {}
227446
+ "OpsItemId": {},
227447
+ "OpsItemArn": {}
227337
227448
  }
227338
227449
  },
227339
227450
  "output": {
@@ -227382,7 +227493,8 @@ module.exports={
227382
227493
  },
227383
227494
  "PlannedEndTime": {
227384
227495
  "type": "timestamp"
227385
- }
227496
+ },
227497
+ "OpsItemArn": {}
227386
227498
  }
227387
227499
  }
227388
227500
  }
@@ -227407,7 +227519,7 @@ module.exports={
227407
227519
  "members": {
227408
227520
  "ResourceId": {},
227409
227521
  "Metadata": {
227410
- "shape": "S56"
227522
+ "shape": "S58"
227411
227523
  },
227412
227524
  "NextToken": {}
227413
227525
  }
@@ -227419,10 +227531,10 @@ module.exports={
227419
227531
  "members": {
227420
227532
  "SyncName": {},
227421
227533
  "Filters": {
227422
- "shape": "Skp"
227534
+ "shape": "Skw"
227423
227535
  },
227424
227536
  "Aggregators": {
227425
- "shape": "Skv"
227537
+ "shape": "Sl2"
227426
227538
  },
227427
227539
  "ResultAttributes": {
227428
227540
  "type": "list",
@@ -227493,7 +227605,7 @@ module.exports={
227493
227605
  "type": "structure",
227494
227606
  "members": {
227495
227607
  "Parameter": {
227496
- "shape": "Slh"
227608
+ "shape": "Slo"
227497
227609
  }
227498
227610
  }
227499
227611
  }
@@ -227532,18 +227644,18 @@ module.exports={
227532
227644
  "LastModifiedUser": {},
227533
227645
  "Description": {},
227534
227646
  "Value": {
227535
- "shape": "Sli"
227647
+ "shape": "Slp"
227536
227648
  },
227537
227649
  "AllowedPattern": {},
227538
227650
  "Version": {
227539
227651
  "type": "long"
227540
227652
  },
227541
227653
  "Labels": {
227542
- "shape": "Slo"
227654
+ "shape": "Slv"
227543
227655
  },
227544
227656
  "Tier": {},
227545
227657
  "Policies": {
227546
- "shape": "Sgb"
227658
+ "shape": "Sgi"
227547
227659
  },
227548
227660
  "DataType": {}
227549
227661
  }
@@ -227561,7 +227673,7 @@ module.exports={
227561
227673
  ],
227562
227674
  "members": {
227563
227675
  "Names": {
227564
- "shape": "S7h"
227676
+ "shape": "S7j"
227565
227677
  },
227566
227678
  "WithDecryption": {
227567
227679
  "type": "boolean"
@@ -227572,10 +227684,10 @@ module.exports={
227572
227684
  "type": "structure",
227573
227685
  "members": {
227574
227686
  "Parameters": {
227575
- "shape": "Sls"
227687
+ "shape": "Slz"
227576
227688
  },
227577
227689
  "InvalidParameters": {
227578
- "shape": "S7h"
227690
+ "shape": "S7j"
227579
227691
  }
227580
227692
  }
227581
227693
  }
@@ -227592,7 +227704,7 @@ module.exports={
227592
227704
  "type": "boolean"
227593
227705
  },
227594
227706
  "ParameterFilters": {
227595
- "shape": "Sfw"
227707
+ "shape": "Sg3"
227596
227708
  },
227597
227709
  "WithDecryption": {
227598
227710
  "type": "boolean"
@@ -227607,7 +227719,7 @@ module.exports={
227607
227719
  "type": "structure",
227608
227720
  "members": {
227609
227721
  "Parameters": {
227610
- "shape": "Sls"
227722
+ "shape": "Slz"
227611
227723
  },
227612
227724
  "NextToken": {}
227613
227725
  }
@@ -227630,20 +227742,20 @@ module.exports={
227630
227742
  "Name": {},
227631
227743
  "OperatingSystem": {},
227632
227744
  "GlobalFilters": {
227633
- "shape": "S5f"
227745
+ "shape": "S5h"
227634
227746
  },
227635
227747
  "ApprovalRules": {
227636
- "shape": "S5l"
227748
+ "shape": "S5n"
227637
227749
  },
227638
227750
  "ApprovedPatches": {
227639
- "shape": "S5r"
227751
+ "shape": "S5t"
227640
227752
  },
227641
227753
  "ApprovedPatchesComplianceLevel": {},
227642
227754
  "ApprovedPatchesEnableNonSecurity": {
227643
227755
  "type": "boolean"
227644
227756
  },
227645
227757
  "RejectedPatches": {
227646
- "shape": "S5r"
227758
+ "shape": "S5t"
227647
227759
  },
227648
227760
  "RejectedPatchesAction": {},
227649
227761
  "PatchGroups": {
@@ -227658,7 +227770,7 @@ module.exports={
227658
227770
  },
227659
227771
  "Description": {},
227660
227772
  "Sources": {
227661
- "shape": "S5v"
227773
+ "shape": "S5x"
227662
227774
  }
227663
227775
  }
227664
227776
  }
@@ -227683,6 +227795,38 @@ module.exports={
227683
227795
  }
227684
227796
  }
227685
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
+ },
227686
227830
  "GetServiceSetting": {
227687
227831
  "input": {
227688
227832
  "type": "structure",
@@ -227697,7 +227841,7 @@ module.exports={
227697
227841
  "type": "structure",
227698
227842
  "members": {
227699
227843
  "ServiceSetting": {
227700
- "shape": "Sm4"
227844
+ "shape": "Smh"
227701
227845
  }
227702
227846
  }
227703
227847
  }
@@ -227715,7 +227859,7 @@ module.exports={
227715
227859
  "type": "long"
227716
227860
  },
227717
227861
  "Labels": {
227718
- "shape": "Slo"
227862
+ "shape": "Slv"
227719
227863
  }
227720
227864
  }
227721
227865
  },
@@ -227723,7 +227867,7 @@ module.exports={
227723
227867
  "type": "structure",
227724
227868
  "members": {
227725
227869
  "InvalidLabels": {
227726
- "shape": "Slo"
227870
+ "shape": "Slv"
227727
227871
  },
227728
227872
  "ParameterVersion": {
227729
227873
  "type": "long"
@@ -227869,7 +228013,7 @@ module.exports={
227869
228013
  },
227870
228014
  "NextToken": {},
227871
228015
  "Filters": {
227872
- "shape": "Smm"
228016
+ "shape": "Smz"
227873
228017
  },
227874
228018
  "Details": {
227875
228019
  "type": "boolean"
@@ -227926,10 +228070,10 @@ module.exports={
227926
228070
  },
227927
228071
  "ServiceRole": {},
227928
228072
  "NotificationConfig": {
227929
- "shape": "Sk4"
228073
+ "shape": "Skb"
227930
228074
  },
227931
228075
  "CloudWatchOutputConfig": {
227932
- "shape": "Si2"
228076
+ "shape": "Si9"
227933
228077
  }
227934
228078
  }
227935
228079
  }
@@ -227949,7 +228093,7 @@ module.exports={
227949
228093
  },
227950
228094
  "NextToken": {},
227951
228095
  "Filters": {
227952
- "shape": "Smm"
228096
+ "shape": "Smz"
227953
228097
  }
227954
228098
  }
227955
228099
  },
@@ -227959,7 +228103,7 @@ module.exports={
227959
228103
  "Commands": {
227960
228104
  "type": "list",
227961
228105
  "member": {
227962
- "shape": "Sn2"
228106
+ "shape": "Snf"
227963
228107
  }
227964
228108
  },
227965
228109
  "NextToken": {}
@@ -227971,7 +228115,7 @@ module.exports={
227971
228115
  "type": "structure",
227972
228116
  "members": {
227973
228117
  "Filters": {
227974
- "shape": "Sn9"
228118
+ "shape": "Snm"
227975
228119
  },
227976
228120
  "ResourceIds": {
227977
228121
  "type": "list",
@@ -228003,10 +228147,10 @@ module.exports={
228003
228147
  "Status": {},
228004
228148
  "Severity": {},
228005
228149
  "ExecutionSummary": {
228006
- "shape": "Snr"
228150
+ "shape": "So4"
228007
228151
  },
228008
228152
  "Details": {
228009
- "shape": "Snu"
228153
+ "shape": "So7"
228010
228154
  }
228011
228155
  }
228012
228156
  }
@@ -228020,7 +228164,7 @@ module.exports={
228020
228164
  "type": "structure",
228021
228165
  "members": {
228022
228166
  "Filters": {
228023
- "shape": "Sn9"
228167
+ "shape": "Snm"
228024
228168
  },
228025
228169
  "NextToken": {},
228026
228170
  "MaxResults": {
@@ -228038,10 +228182,10 @@ module.exports={
228038
228182
  "members": {
228039
228183
  "ComplianceType": {},
228040
228184
  "CompliantSummary": {
228041
- "shape": "Snz"
228185
+ "shape": "Soc"
228042
228186
  },
228043
228187
  "NonCompliantSummary": {
228044
- "shape": "So2"
228188
+ "shape": "Sof"
228045
228189
  }
228046
228190
  }
228047
228191
  }
@@ -228089,7 +228233,7 @@ module.exports={
228089
228233
  },
228090
228234
  "ReviewStatus": {},
228091
228235
  "Comment": {
228092
- "shape": "So9"
228236
+ "shape": "Som"
228093
228237
  },
228094
228238
  "Reviewer": {}
228095
228239
  }
@@ -228230,7 +228374,7 @@ module.exports={
228230
228374
  "InstanceId": {},
228231
228375
  "TypeName": {},
228232
228376
  "Filters": {
228233
- "shape": "Sio"
228377
+ "shape": "Siv"
228234
228378
  },
228235
228379
  "NextToken": {},
228236
228380
  "MaxResults": {
@@ -228246,7 +228390,7 @@ module.exports={
228246
228390
  "SchemaVersion": {},
228247
228391
  "CaptureTime": {},
228248
228392
  "Entries": {
228249
- "shape": "Sjb"
228393
+ "shape": "Sji"
228250
228394
  },
228251
228395
  "NextToken": {}
228252
228396
  }
@@ -228296,7 +228440,7 @@ module.exports={
228296
228440
  "DetailType": {},
228297
228441
  "Detail": {},
228298
228442
  "CreatedBy": {
228299
- "shape": "Sp7"
228443
+ "shape": "Spk"
228300
228444
  },
228301
228445
  "CreatedTime": {
228302
228446
  "type": "timestamp"
@@ -228352,13 +228496,13 @@ module.exports={
228352
228496
  "AssociationType": {},
228353
228497
  "ResourceUri": {},
228354
228498
  "CreatedBy": {
228355
- "shape": "Sp7"
228499
+ "shape": "Spk"
228356
228500
  },
228357
228501
  "CreatedTime": {
228358
228502
  "type": "timestamp"
228359
228503
  },
228360
228504
  "LastModifiedBy": {
228361
- "shape": "Sp7"
228505
+ "shape": "Spk"
228362
228506
  },
228363
228507
  "LastModifiedTime": {
228364
228508
  "type": "timestamp"
@@ -228425,7 +228569,7 @@ module.exports={
228425
228569
  "type": "structure",
228426
228570
  "members": {
228427
228571
  "Filters": {
228428
- "shape": "Sn9"
228572
+ "shape": "Snm"
228429
228573
  },
228430
228574
  "NextToken": {},
228431
228575
  "MaxResults": {
@@ -228447,13 +228591,13 @@ module.exports={
228447
228591
  "Status": {},
228448
228592
  "OverallSeverity": {},
228449
228593
  "ExecutionSummary": {
228450
- "shape": "Snr"
228594
+ "shape": "So4"
228451
228595
  },
228452
228596
  "CompliantSummary": {
228453
- "shape": "Snz"
228597
+ "shape": "Soc"
228454
228598
  },
228455
228599
  "NonCompliantSummary": {
228456
- "shape": "So2"
228600
+ "shape": "Sof"
228457
228601
  }
228458
228602
  }
228459
228603
  }
@@ -228488,10 +228632,10 @@ module.exports={
228488
228632
  "members": {
228489
228633
  "SourceType": {},
228490
228634
  "AwsOrganizationsSource": {
228491
- "shape": "S6g"
228635
+ "shape": "S6i"
228492
228636
  },
228493
228637
  "SourceRegions": {
228494
- "shape": "S6l"
228638
+ "shape": "S6n"
228495
228639
  },
228496
228640
  "IncludeFutureRegions": {
228497
228641
  "type": "boolean"
@@ -228503,7 +228647,7 @@ module.exports={
228503
228647
  }
228504
228648
  },
228505
228649
  "S3Destination": {
228506
- "shape": "S65"
228650
+ "shape": "S67"
228507
228651
  },
228508
228652
  "LastSyncTime": {
228509
228653
  "type": "timestamp"
@@ -228558,10 +228702,10 @@ module.exports={
228558
228702
  "Name": {},
228559
228703
  "PermissionType": {},
228560
228704
  "AccountIdsToAdd": {
228561
- "shape": "Sb8"
228705
+ "shape": "Sbf"
228562
228706
  },
228563
228707
  "AccountIdsToRemove": {
228564
- "shape": "Sb8"
228708
+ "shape": "Sbf"
228565
228709
  },
228566
228710
  "SharedDocumentVersion": {}
228567
228711
  }
@@ -228586,7 +228730,7 @@ module.exports={
228586
228730
  "ResourceType": {},
228587
228731
  "ComplianceType": {},
228588
228732
  "ExecutionSummary": {
228589
- "shape": "Snr"
228733
+ "shape": "So4"
228590
228734
  },
228591
228735
  "Items": {
228592
228736
  "type": "list",
@@ -228602,7 +228746,7 @@ module.exports={
228602
228746
  "Severity": {},
228603
228747
  "Status": {},
228604
228748
  "Details": {
228605
- "shape": "Snu"
228749
+ "shape": "So7"
228606
228750
  }
228607
228751
  }
228608
228752
  }
@@ -228640,7 +228784,7 @@ module.exports={
228640
228784
  "CaptureTime": {},
228641
228785
  "ContentHash": {},
228642
228786
  "Content": {
228643
- "shape": "Sjb"
228787
+ "shape": "Sji"
228644
228788
  },
228645
228789
  "Context": {
228646
228790
  "type": "map",
@@ -228670,7 +228814,7 @@ module.exports={
228670
228814
  "Name": {},
228671
228815
  "Description": {},
228672
228816
  "Value": {
228673
- "shape": "Sli"
228817
+ "shape": "Slp"
228674
228818
  },
228675
228819
  "Type": {},
228676
228820
  "KeyId": {},
@@ -228696,6 +228840,28 @@ module.exports={
228696
228840
  }
228697
228841
  }
228698
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
+ },
228699
228865
  "RegisterDefaultPatchBaseline": {
228700
228866
  "input": {
228701
228867
  "type": "structure",
@@ -228748,7 +228914,7 @@ module.exports={
228748
228914
  "shape": "S18"
228749
228915
  },
228750
228916
  "OwnerInformation": {
228751
- "shape": "Scq"
228917
+ "shape": "Scx"
228752
228918
  },
228753
228919
  "Name": {},
228754
228920
  "Description": {
@@ -228783,10 +228949,10 @@ module.exports={
228783
228949
  "ServiceRoleArn": {},
228784
228950
  "TaskType": {},
228785
228951
  "TaskParameters": {
228786
- "shape": "Sew"
228952
+ "shape": "Sf3"
228787
228953
  },
228788
228954
  "TaskInvocationParameters": {
228789
- "shape": "Sk2"
228955
+ "shape": "Sk9"
228790
228956
  },
228791
228957
  "Priority": {
228792
228958
  "type": "integer"
@@ -228794,7 +228960,7 @@ module.exports={
228794
228960
  "MaxConcurrency": {},
228795
228961
  "MaxErrors": {},
228796
228962
  "LoggingInfo": {
228797
- "shape": "Sf2"
228963
+ "shape": "Sf9"
228798
228964
  },
228799
228965
  "Name": {},
228800
228966
  "Description": {
@@ -228852,7 +229018,7 @@ module.exports={
228852
229018
  "type": "structure",
228853
229019
  "members": {
228854
229020
  "ServiceSetting": {
228855
- "shape": "Sm4"
229021
+ "shape": "Smh"
228856
229022
  }
228857
229023
  }
228858
229024
  }
@@ -228887,7 +229053,7 @@ module.exports={
228887
229053
  "AutomationExecutionId": {},
228888
229054
  "SignalType": {},
228889
229055
  "Payload": {
228890
- "shape": "S9c"
229056
+ "shape": "S9j"
228891
229057
  }
228892
229058
  }
228893
229059
  },
@@ -228927,10 +229093,10 @@ module.exports={
228927
229093
  "MaxErrors": {},
228928
229094
  "ServiceRoleArn": {},
228929
229095
  "NotificationConfig": {
228930
- "shape": "Sk4"
229096
+ "shape": "Skb"
228931
229097
  },
228932
229098
  "CloudWatchOutputConfig": {
228933
- "shape": "Si2"
229099
+ "shape": "Si9"
228934
229100
  },
228935
229101
  "AlarmConfiguration": {
228936
229102
  "shape": "S1z"
@@ -228941,7 +229107,7 @@ module.exports={
228941
229107
  "type": "structure",
228942
229108
  "members": {
228943
229109
  "Command": {
228944
- "shape": "Sn2"
229110
+ "shape": "Snf"
228945
229111
  }
228946
229112
  }
228947
229113
  }
@@ -228974,7 +229140,7 @@ module.exports={
228974
229140
  "DocumentName": {},
228975
229141
  "DocumentVersion": {},
228976
229142
  "Parameters": {
228977
- "shape": "S9c"
229143
+ "shape": "S9j"
228978
229144
  },
228979
229145
  "ClientToken": {},
228980
229146
  "Mode": {},
@@ -229019,7 +229185,7 @@ module.exports={
229019
229185
  "DocumentName": {},
229020
229186
  "DocumentVersion": {},
229021
229187
  "Parameters": {
229022
- "shape": "S9c"
229188
+ "shape": "S9j"
229023
229189
  },
229024
229190
  "ChangeRequestName": {},
229025
229191
  "ClientToken": {},
@@ -229027,7 +229193,7 @@ module.exports={
229027
229193
  "type": "boolean"
229028
229194
  },
229029
229195
  "Runbooks": {
229030
- "shape": "S9l"
229196
+ "shape": "S9s"
229031
229197
  },
229032
229198
  "Tags": {
229033
229199
  "shape": "S4"
@@ -229121,7 +229287,7 @@ module.exports={
229121
229287
  "type": "long"
229122
229288
  },
229123
229289
  "Labels": {
229124
- "shape": "Slo"
229290
+ "shape": "Slv"
229125
229291
  }
229126
229292
  }
229127
229293
  },
@@ -229129,10 +229295,10 @@ module.exports={
229129
229295
  "type": "structure",
229130
229296
  "members": {
229131
229297
  "RemovedLabels": {
229132
- "shape": "Slo"
229298
+ "shape": "Slv"
229133
229299
  },
229134
229300
  "InvalidLabels": {
229135
- "shape": "Slo"
229301
+ "shape": "Slv"
229136
229302
  }
229137
229303
  }
229138
229304
  }
@@ -229291,7 +229457,7 @@ module.exports={
229291
229457
  "members": {
229292
229458
  "Action": {},
229293
229459
  "Comment": {
229294
- "shape": "So9"
229460
+ "shape": "Som"
229295
229461
  }
229296
229462
  }
229297
229463
  }
@@ -229382,7 +229548,7 @@ module.exports={
229382
229548
  "shape": "S18"
229383
229549
  },
229384
229550
  "OwnerInformation": {
229385
- "shape": "Scq"
229551
+ "shape": "Scx"
229386
229552
  },
229387
229553
  "Name": {},
229388
229554
  "Description": {
@@ -229402,7 +229568,7 @@ module.exports={
229402
229568
  "shape": "S18"
229403
229569
  },
229404
229570
  "OwnerInformation": {
229405
- "shape": "Scq"
229571
+ "shape": "Scx"
229406
229572
  },
229407
229573
  "Name": {},
229408
229574
  "Description": {
@@ -229427,10 +229593,10 @@ module.exports={
229427
229593
  "TaskArn": {},
229428
229594
  "ServiceRoleArn": {},
229429
229595
  "TaskParameters": {
229430
- "shape": "Sew"
229596
+ "shape": "Sf3"
229431
229597
  },
229432
229598
  "TaskInvocationParameters": {
229433
- "shape": "Sk2"
229599
+ "shape": "Sk9"
229434
229600
  },
229435
229601
  "Priority": {
229436
229602
  "type": "integer"
@@ -229438,7 +229604,7 @@ module.exports={
229438
229604
  "MaxConcurrency": {},
229439
229605
  "MaxErrors": {},
229440
229606
  "LoggingInfo": {
229441
- "shape": "Sf2"
229607
+ "shape": "Sf9"
229442
229608
  },
229443
229609
  "Name": {},
229444
229610
  "Description": {
@@ -229464,10 +229630,10 @@ module.exports={
229464
229630
  "TaskArn": {},
229465
229631
  "ServiceRoleArn": {},
229466
229632
  "TaskParameters": {
229467
- "shape": "Sew"
229633
+ "shape": "Sf3"
229468
229634
  },
229469
229635
  "TaskInvocationParameters": {
229470
- "shape": "Sk2"
229636
+ "shape": "Sk9"
229471
229637
  },
229472
229638
  "Priority": {
229473
229639
  "type": "integer"
@@ -229475,7 +229641,7 @@ module.exports={
229475
229641
  "MaxConcurrency": {},
229476
229642
  "MaxErrors": {},
229477
229643
  "LoggingInfo": {
229478
- "shape": "Sf2"
229644
+ "shape": "Sf9"
229479
229645
  },
229480
229646
  "Name": {},
229481
229647
  "Description": {
@@ -229545,7 +229711,8 @@ module.exports={
229545
229711
  },
229546
229712
  "PlannedEndTime": {
229547
229713
  "type": "timestamp"
229548
- }
229714
+ },
229715
+ "OpsItemArn": {}
229549
229716
  }
229550
229717
  },
229551
229718
  "output": {
@@ -229562,7 +229729,7 @@ module.exports={
229562
229729
  "members": {
229563
229730
  "OpsMetadataArn": {},
229564
229731
  "MetadataToUpdate": {
229565
- "shape": "S56"
229732
+ "shape": "S58"
229566
229733
  },
229567
229734
  "KeysToDelete": {
229568
229735
  "type": "list",
@@ -229587,25 +229754,25 @@ module.exports={
229587
229754
  "BaselineId": {},
229588
229755
  "Name": {},
229589
229756
  "GlobalFilters": {
229590
- "shape": "S5f"
229757
+ "shape": "S5h"
229591
229758
  },
229592
229759
  "ApprovalRules": {
229593
- "shape": "S5l"
229760
+ "shape": "S5n"
229594
229761
  },
229595
229762
  "ApprovedPatches": {
229596
- "shape": "S5r"
229763
+ "shape": "S5t"
229597
229764
  },
229598
229765
  "ApprovedPatchesComplianceLevel": {},
229599
229766
  "ApprovedPatchesEnableNonSecurity": {
229600
229767
  "type": "boolean"
229601
229768
  },
229602
229769
  "RejectedPatches": {
229603
- "shape": "S5r"
229770
+ "shape": "S5t"
229604
229771
  },
229605
229772
  "RejectedPatchesAction": {},
229606
229773
  "Description": {},
229607
229774
  "Sources": {
229608
- "shape": "S5v"
229775
+ "shape": "S5x"
229609
229776
  },
229610
229777
  "Replace": {
229611
229778
  "type": "boolean"
@@ -229619,20 +229786,20 @@ module.exports={
229619
229786
  "Name": {},
229620
229787
  "OperatingSystem": {},
229621
229788
  "GlobalFilters": {
229622
- "shape": "S5f"
229789
+ "shape": "S5h"
229623
229790
  },
229624
229791
  "ApprovalRules": {
229625
- "shape": "S5l"
229792
+ "shape": "S5n"
229626
229793
  },
229627
229794
  "ApprovedPatches": {
229628
- "shape": "S5r"
229795
+ "shape": "S5t"
229629
229796
  },
229630
229797
  "ApprovedPatchesComplianceLevel": {},
229631
229798
  "ApprovedPatchesEnableNonSecurity": {
229632
229799
  "type": "boolean"
229633
229800
  },
229634
229801
  "RejectedPatches": {
229635
- "shape": "S5r"
229802
+ "shape": "S5t"
229636
229803
  },
229637
229804
  "RejectedPatchesAction": {},
229638
229805
  "CreatedDate": {
@@ -229643,7 +229810,7 @@ module.exports={
229643
229810
  },
229644
229811
  "Description": {},
229645
229812
  "Sources": {
229646
- "shape": "S5v"
229813
+ "shape": "S5x"
229647
229814
  }
229648
229815
  }
229649
229816
  }
@@ -229660,7 +229827,7 @@ module.exports={
229660
229827
  "SyncName": {},
229661
229828
  "SyncType": {},
229662
229829
  "SyncSource": {
229663
- "shape": "S6e"
229830
+ "shape": "S6g"
229664
229831
  }
229665
229832
  }
229666
229833
  },
@@ -230105,7 +230272,7 @@ module.exports={
230105
230272
  }
230106
230273
  }
230107
230274
  },
230108
- "S56": {
230275
+ "S58": {
230109
230276
  "type": "map",
230110
230277
  "key": {},
230111
230278
  "value": {
@@ -230115,7 +230282,7 @@ module.exports={
230115
230282
  }
230116
230283
  }
230117
230284
  },
230118
- "S5f": {
230285
+ "S5h": {
230119
230286
  "type": "structure",
230120
230287
  "required": [
230121
230288
  "PatchFilters"
@@ -230140,7 +230307,7 @@ module.exports={
230140
230307
  }
230141
230308
  }
230142
230309
  },
230143
- "S5l": {
230310
+ "S5n": {
230144
230311
  "type": "structure",
230145
230312
  "required": [
230146
230313
  "PatchRules"
@@ -230155,7 +230322,7 @@ module.exports={
230155
230322
  ],
230156
230323
  "members": {
230157
230324
  "PatchFilterGroup": {
230158
- "shape": "S5f"
230325
+ "shape": "S5h"
230159
230326
  },
230160
230327
  "ComplianceLevel": {},
230161
230328
  "ApproveAfterDays": {
@@ -230170,11 +230337,11 @@ module.exports={
230170
230337
  }
230171
230338
  }
230172
230339
  },
230173
- "S5r": {
230340
+ "S5t": {
230174
230341
  "type": "list",
230175
230342
  "member": {}
230176
230343
  },
230177
- "S5v": {
230344
+ "S5x": {
230178
230345
  "type": "list",
230179
230346
  "member": {
230180
230347
  "type": "structure",
@@ -230196,7 +230363,7 @@ module.exports={
230196
230363
  }
230197
230364
  }
230198
230365
  },
230199
- "S65": {
230366
+ "S67": {
230200
230367
  "type": "structure",
230201
230368
  "required": [
230202
230369
  "BucketName",
@@ -230217,7 +230384,7 @@ module.exports={
230217
230384
  }
230218
230385
  }
230219
230386
  },
230220
- "S6e": {
230387
+ "S6g": {
230221
230388
  "type": "structure",
230222
230389
  "required": [
230223
230390
  "SourceType",
@@ -230226,10 +230393,10 @@ module.exports={
230226
230393
  "members": {
230227
230394
  "SourceType": {},
230228
230395
  "AwsOrganizationsSource": {
230229
- "shape": "S6g"
230396
+ "shape": "S6i"
230230
230397
  },
230231
230398
  "SourceRegions": {
230232
- "shape": "S6l"
230399
+ "shape": "S6n"
230233
230400
  },
230234
230401
  "IncludeFutureRegions": {
230235
230402
  "type": "boolean"
@@ -230239,7 +230406,7 @@ module.exports={
230239
230406
  }
230240
230407
  }
230241
230408
  },
230242
- "S6g": {
230409
+ "S6i": {
230243
230410
  "type": "structure",
230244
230411
  "required": [
230245
230412
  "OrganizationSourceType"
@@ -230257,11 +230424,11 @@ module.exports={
230257
230424
  }
230258
230425
  }
230259
230426
  },
230260
- "S6l": {
230427
+ "S6n": {
230261
230428
  "type": "list",
230262
230429
  "member": {}
230263
230430
  },
230264
- "S72": {
230431
+ "S74": {
230265
230432
  "type": "structure",
230266
230433
  "members": {
230267
230434
  "TotalCount": {
@@ -230287,11 +230454,11 @@ module.exports={
230287
230454
  }
230288
230455
  }
230289
230456
  },
230290
- "S7h": {
230457
+ "S7j": {
230291
230458
  "type": "list",
230292
230459
  "member": {}
230293
230460
  },
230294
- "S9c": {
230461
+ "S9j": {
230295
230462
  "type": "map",
230296
230463
  "key": {},
230297
230464
  "value": {
@@ -230299,7 +230466,7 @@ module.exports={
230299
230466
  "member": {}
230300
230467
  }
230301
230468
  },
230302
- "S9h": {
230469
+ "S9o": {
230303
230470
  "type": "structure",
230304
230471
  "members": {
230305
230472
  "ParameterValues": {
@@ -230311,7 +230478,7 @@ module.exports={
230311
230478
  }
230312
230479
  }
230313
230480
  },
230314
- "S9l": {
230481
+ "S9s": {
230315
230482
  "type": "list",
230316
230483
  "member": {
230317
230484
  "type": "structure",
@@ -230322,7 +230489,7 @@ module.exports={
230322
230489
  "DocumentName": {},
230323
230490
  "DocumentVersion": {},
230324
230491
  "Parameters": {
230325
- "shape": "S9c"
230492
+ "shape": "S9j"
230326
230493
  },
230327
230494
  "TargetParameterName": {},
230328
230495
  "Targets": {
@@ -230339,7 +230506,7 @@ module.exports={
230339
230506
  }
230340
230507
  }
230341
230508
  },
230342
- "S9v": {
230509
+ "Sa2": {
230343
230510
  "type": "list",
230344
230511
  "member": {
230345
230512
  "type": "structure",
@@ -230367,7 +230534,7 @@ module.exports={
230367
230534
  "value": {}
230368
230535
  },
230369
230536
  "Outputs": {
230370
- "shape": "S9c"
230537
+ "shape": "S9j"
230371
230538
  },
230372
230539
  "Response": {},
230373
230540
  "FailureMessage": {},
@@ -230377,13 +230544,13 @@ module.exports={
230377
230544
  "FailureStage": {},
230378
230545
  "FailureType": {},
230379
230546
  "Details": {
230380
- "shape": "S9c"
230547
+ "shape": "S9j"
230381
230548
  }
230382
230549
  }
230383
230550
  },
230384
230551
  "StepExecutionId": {},
230385
230552
  "OverriddenParameters": {
230386
- "shape": "S9c"
230553
+ "shape": "S9j"
230387
230554
  },
230388
230555
  "IsEnd": {
230389
230556
  "type": "boolean"
@@ -230408,7 +230575,7 @@ module.exports={
230408
230575
  }
230409
230576
  }
230410
230577
  },
230411
- "Sa5": {
230578
+ "Sac": {
230412
230579
  "type": "list",
230413
230580
  "member": {
230414
230581
  "type": "structure",
@@ -230421,7 +230588,7 @@ module.exports={
230421
230588
  }
230422
230589
  }
230423
230590
  },
230424
- "Sad": {
230591
+ "Sak": {
230425
230592
  "type": "structure",
230426
230593
  "members": {
230427
230594
  "Id": {},
@@ -230462,15 +230629,15 @@ module.exports={
230462
230629
  "Repository": {}
230463
230630
  }
230464
230631
  },
230465
- "Sb8": {
230632
+ "Sbf": {
230466
230633
  "type": "list",
230467
230634
  "member": {}
230468
230635
  },
230469
- "Sc1": {
230636
+ "Sc8": {
230470
230637
  "type": "list",
230471
230638
  "member": {}
230472
230639
  },
230473
- "Scn": {
230640
+ "Scu": {
230474
230641
  "type": "structure",
230475
230642
  "required": [
230476
230643
  "InstanceId",
@@ -230487,7 +230654,7 @@ module.exports={
230487
230654
  "SnapshotId": {},
230488
230655
  "InstallOverrideList": {},
230489
230656
  "OwnerInformation": {
230490
- "shape": "Scq"
230657
+ "shape": "Scx"
230491
230658
  },
230492
230659
  "InstalledCount": {
230493
230660
  "type": "integer"
@@ -230535,11 +230702,11 @@ module.exports={
230535
230702
  }
230536
230703
  }
230537
230704
  },
230538
- "Scq": {
230705
+ "Scx": {
230539
230706
  "type": "string",
230540
230707
  "sensitive": true
230541
230708
  },
230542
- "Sdt": {
230709
+ "Se0": {
230543
230710
  "type": "list",
230544
230711
  "member": {
230545
230712
  "type": "structure",
@@ -230552,11 +230719,11 @@ module.exports={
230552
230719
  }
230553
230720
  }
230554
230721
  },
230555
- "Se5": {
230722
+ "Sec": {
230556
230723
  "type": "string",
230557
230724
  "sensitive": true
230558
230725
  },
230559
- "Sew": {
230726
+ "Sf3": {
230560
230727
  "type": "map",
230561
230728
  "key": {},
230562
230729
  "value": {
@@ -230575,7 +230742,7 @@ module.exports={
230575
230742
  },
230576
230743
  "sensitive": true
230577
230744
  },
230578
- "Sf2": {
230745
+ "Sf9": {
230579
230746
  "type": "structure",
230580
230747
  "required": [
230581
230748
  "S3BucketName",
@@ -230587,7 +230754,7 @@ module.exports={
230587
230754
  "S3Region": {}
230588
230755
  }
230589
230756
  },
230590
- "Sfw": {
230757
+ "Sg3": {
230591
230758
  "type": "list",
230592
230759
  "member": {
230593
230760
  "type": "structure",
@@ -230604,7 +230771,7 @@ module.exports={
230604
230771
  }
230605
230772
  }
230606
230773
  },
230607
- "Sgb": {
230774
+ "Sgi": {
230608
230775
  "type": "list",
230609
230776
  "member": {
230610
230777
  "type": "structure",
@@ -230615,7 +230782,7 @@ module.exports={
230615
230782
  }
230616
230783
  }
230617
230784
  },
230618
- "Sgh": {
230785
+ "Sgo": {
230619
230786
  "type": "structure",
230620
230787
  "members": {
230621
230788
  "BaselineId": {},
@@ -230627,7 +230794,7 @@ module.exports={
230627
230794
  }
230628
230795
  }
230629
230796
  },
230630
- "Si2": {
230797
+ "Si9": {
230631
230798
  "type": "structure",
230632
230799
  "members": {
230633
230800
  "CloudWatchLogGroupName": {},
@@ -230636,7 +230803,7 @@ module.exports={
230636
230803
  }
230637
230804
  }
230638
230805
  },
230639
- "Sio": {
230806
+ "Siv": {
230640
230807
  "type": "list",
230641
230808
  "member": {
230642
230809
  "type": "structure",
@@ -230654,14 +230821,14 @@ module.exports={
230654
230821
  }
230655
230822
  }
230656
230823
  },
230657
- "Siu": {
230824
+ "Sj1": {
230658
230825
  "type": "list",
230659
230826
  "member": {
230660
230827
  "type": "structure",
230661
230828
  "members": {
230662
230829
  "Expression": {},
230663
230830
  "Aggregators": {
230664
- "shape": "Siu"
230831
+ "shape": "Sj1"
230665
230832
  },
230666
230833
  "Groups": {
230667
230834
  "type": "list",
@@ -230674,7 +230841,7 @@ module.exports={
230674
230841
  "members": {
230675
230842
  "Name": {},
230676
230843
  "Filters": {
230677
- "shape": "Sio"
230844
+ "shape": "Siv"
230678
230845
  }
230679
230846
  }
230680
230847
  }
@@ -230682,7 +230849,7 @@ module.exports={
230682
230849
  }
230683
230850
  }
230684
230851
  },
230685
- "Sjb": {
230852
+ "Sji": {
230686
230853
  "type": "list",
230687
230854
  "member": {
230688
230855
  "type": "map",
@@ -230690,7 +230857,7 @@ module.exports={
230690
230857
  "value": {}
230691
230858
  }
230692
230859
  },
230693
- "Sk2": {
230860
+ "Sk9": {
230694
230861
  "type": "structure",
230695
230862
  "members": {
230696
230863
  "RunCommand": {
@@ -230698,13 +230865,13 @@ module.exports={
230698
230865
  "members": {
230699
230866
  "Comment": {},
230700
230867
  "CloudWatchOutputConfig": {
230701
- "shape": "Si2"
230868
+ "shape": "Si9"
230702
230869
  },
230703
230870
  "DocumentHash": {},
230704
230871
  "DocumentHashType": {},
230705
230872
  "DocumentVersion": {},
230706
230873
  "NotificationConfig": {
230707
- "shape": "Sk4"
230874
+ "shape": "Skb"
230708
230875
  },
230709
230876
  "OutputS3BucketName": {},
230710
230877
  "OutputS3KeyPrefix": {},
@@ -230722,7 +230889,7 @@ module.exports={
230722
230889
  "members": {
230723
230890
  "DocumentVersion": {},
230724
230891
  "Parameters": {
230725
- "shape": "S9c"
230892
+ "shape": "S9j"
230726
230893
  }
230727
230894
  }
230728
230895
  },
@@ -230749,7 +230916,7 @@ module.exports={
230749
230916
  }
230750
230917
  }
230751
230918
  },
230752
- "Sk4": {
230919
+ "Skb": {
230753
230920
  "type": "structure",
230754
230921
  "members": {
230755
230922
  "NotificationArn": {},
@@ -230760,7 +230927,7 @@ module.exports={
230760
230927
  "NotificationType": {}
230761
230928
  }
230762
230929
  },
230763
- "Skp": {
230930
+ "Skw": {
230764
230931
  "type": "list",
230765
230932
  "member": {
230766
230933
  "type": "structure",
@@ -230778,7 +230945,7 @@ module.exports={
230778
230945
  }
230779
230946
  }
230780
230947
  },
230781
- "Skv": {
230948
+ "Sl2": {
230782
230949
  "type": "list",
230783
230950
  "member": {
230784
230951
  "type": "structure",
@@ -230792,21 +230959,21 @@ module.exports={
230792
230959
  "value": {}
230793
230960
  },
230794
230961
  "Filters": {
230795
- "shape": "Skp"
230962
+ "shape": "Skw"
230796
230963
  },
230797
230964
  "Aggregators": {
230798
- "shape": "Skv"
230965
+ "shape": "Sl2"
230799
230966
  }
230800
230967
  }
230801
230968
  }
230802
230969
  },
230803
- "Slh": {
230970
+ "Slo": {
230804
230971
  "type": "structure",
230805
230972
  "members": {
230806
230973
  "Name": {},
230807
230974
  "Type": {},
230808
230975
  "Value": {
230809
- "shape": "Sli"
230976
+ "shape": "Slp"
230810
230977
  },
230811
230978
  "Version": {
230812
230979
  "type": "long"
@@ -230820,21 +230987,21 @@ module.exports={
230820
230987
  "DataType": {}
230821
230988
  }
230822
230989
  },
230823
- "Sli": {
230990
+ "Slp": {
230824
230991
  "type": "string",
230825
230992
  "sensitive": true
230826
230993
  },
230827
- "Slo": {
230994
+ "Slv": {
230828
230995
  "type": "list",
230829
230996
  "member": {}
230830
230997
  },
230831
- "Sls": {
230998
+ "Slz": {
230832
230999
  "type": "list",
230833
231000
  "member": {
230834
- "shape": "Slh"
231001
+ "shape": "Slo"
230835
231002
  }
230836
231003
  },
230837
- "Sm4": {
231004
+ "Smh": {
230838
231005
  "type": "structure",
230839
231006
  "members": {
230840
231007
  "SettingId": {},
@@ -230847,7 +231014,7 @@ module.exports={
230847
231014
  "Status": {}
230848
231015
  }
230849
231016
  },
230850
- "Smm": {
231017
+ "Smz": {
230851
231018
  "type": "list",
230852
231019
  "member": {
230853
231020
  "type": "structure",
@@ -230861,7 +231028,7 @@ module.exports={
230861
231028
  }
230862
231029
  }
230863
231030
  },
230864
- "Sn2": {
231031
+ "Snf": {
230865
231032
  "type": "structure",
230866
231033
  "members": {
230867
231034
  "CommandId": {},
@@ -230904,10 +231071,10 @@ module.exports={
230904
231071
  },
230905
231072
  "ServiceRole": {},
230906
231073
  "NotificationConfig": {
230907
- "shape": "Sk4"
231074
+ "shape": "Skb"
230908
231075
  },
230909
231076
  "CloudWatchOutputConfig": {
230910
- "shape": "Si2"
231077
+ "shape": "Si9"
230911
231078
  },
230912
231079
  "TimeoutSeconds": {
230913
231080
  "type": "integer"
@@ -230920,7 +231087,7 @@ module.exports={
230920
231087
  }
230921
231088
  }
230922
231089
  },
230923
- "Sn9": {
231090
+ "Snm": {
230924
231091
  "type": "list",
230925
231092
  "member": {
230926
231093
  "type": "structure",
@@ -230934,7 +231101,7 @@ module.exports={
230934
231101
  }
230935
231102
  }
230936
231103
  },
230937
- "Snr": {
231104
+ "So4": {
230938
231105
  "type": "structure",
230939
231106
  "required": [
230940
231107
  "ExecutionTime"
@@ -230947,23 +231114,23 @@ module.exports={
230947
231114
  "ExecutionType": {}
230948
231115
  }
230949
231116
  },
230950
- "Snu": {
231117
+ "So7": {
230951
231118
  "type": "map",
230952
231119
  "key": {},
230953
231120
  "value": {}
230954
231121
  },
230955
- "Snz": {
231122
+ "Soc": {
230956
231123
  "type": "structure",
230957
231124
  "members": {
230958
231125
  "CompliantCount": {
230959
231126
  "type": "integer"
230960
231127
  },
230961
231128
  "SeveritySummary": {
230962
- "shape": "So1"
231129
+ "shape": "Soe"
230963
231130
  }
230964
231131
  }
230965
231132
  },
230966
- "So1": {
231133
+ "Soe": {
230967
231134
  "type": "structure",
230968
231135
  "members": {
230969
231136
  "CriticalCount": {
@@ -230986,18 +231153,18 @@ module.exports={
230986
231153
  }
230987
231154
  }
230988
231155
  },
230989
- "So2": {
231156
+ "Sof": {
230990
231157
  "type": "structure",
230991
231158
  "members": {
230992
231159
  "NonCompliantCount": {
230993
231160
  "type": "integer"
230994
231161
  },
230995
231162
  "SeveritySummary": {
230996
- "shape": "So1"
231163
+ "shape": "Soe"
230997
231164
  }
230998
231165
  }
230999
231166
  },
231000
- "So9": {
231167
+ "Som": {
231001
231168
  "type": "list",
231002
231169
  "member": {
231003
231170
  "type": "structure",
@@ -231007,7 +231174,7 @@ module.exports={
231007
231174
  }
231008
231175
  }
231009
231176
  },
231010
- "Sp7": {
231177
+ "Spk": {
231011
231178
  "type": "structure",
231012
231179
  "members": {
231013
231180
  "Arn": {}
@@ -231213,6 +231380,12 @@ module.exports={
231213
231380
  "limit_key": "MaxResults",
231214
231381
  "output_token": "NextToken"
231215
231382
  },
231383
+ "GetResourcePolicies": {
231384
+ "input_token": "NextToken",
231385
+ "limit_key": "MaxResults",
231386
+ "output_token": "NextToken",
231387
+ "result_key": "Policies"
231388
+ },
231216
231389
  "ListAssociationVersions": {
231217
231390
  "input_token": "NextToken",
231218
231391
  "limit_key": "MaxResults",
@@ -240195,6 +240368,25 @@ module.exports={
240195
240368
  "members": {}
240196
240369
  }
240197
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
+ },
240198
240390
  "DeleteSamplingRule": {
240199
240391
  "http": {
240200
240392
  "requestUri": "/DeleteSamplingRule"
@@ -240227,7 +240419,7 @@ module.exports={
240227
240419
  "type": "structure",
240228
240420
  "members": {
240229
240421
  "EncryptionConfig": {
240230
- "shape": "S1f"
240422
+ "shape": "S1j"
240231
240423
  }
240232
240424
  }
240233
240425
  }
@@ -240306,10 +240498,10 @@ module.exports={
240306
240498
  "GroupARN": {},
240307
240499
  "GroupName": {},
240308
240500
  "RootCauseServiceId": {
240309
- "shape": "S1t"
240501
+ "shape": "S1x"
240310
240502
  },
240311
240503
  "Categories": {
240312
- "shape": "S1v"
240504
+ "shape": "S1z"
240313
240505
  },
240314
240506
  "State": {},
240315
240507
  "StartTime": {
@@ -240320,13 +240512,13 @@ module.exports={
240320
240512
  },
240321
240513
  "Summary": {},
240322
240514
  "ClientRequestImpactStatistics": {
240323
- "shape": "S1z"
240515
+ "shape": "S23"
240324
240516
  },
240325
240517
  "RootCauseServiceRequestImpactStatistics": {
240326
- "shape": "S1z"
240518
+ "shape": "S23"
240327
240519
  },
240328
240520
  "TopAnomalousServices": {
240329
- "shape": "S21"
240521
+ "shape": "S25"
240330
240522
  }
240331
240523
  }
240332
240524
  }
@@ -240363,13 +240555,13 @@ module.exports={
240363
240555
  "type": "timestamp"
240364
240556
  },
240365
240557
  "ClientRequestImpactStatistics": {
240366
- "shape": "S1z"
240558
+ "shape": "S23"
240367
240559
  },
240368
240560
  "RootCauseServiceRequestImpactStatistics": {
240369
- "shape": "S1z"
240561
+ "shape": "S23"
240370
240562
  },
240371
240563
  "TopAnomalousServices": {
240372
- "shape": "S21"
240564
+ "shape": "S25"
240373
240565
  }
240374
240566
  }
240375
240567
  }
@@ -240427,7 +240619,7 @@ module.exports={
240427
240619
  "Type": {},
240428
240620
  "Name": {},
240429
240621
  "Names": {
240430
- "shape": "S1u"
240622
+ "shape": "S1y"
240431
240623
  },
240432
240624
  "AccountId": {},
240433
240625
  "Edges": {
@@ -240489,10 +240681,10 @@ module.exports={
240489
240681
  "GroupARN": {},
240490
240682
  "GroupName": {},
240491
240683
  "RootCauseServiceId": {
240492
- "shape": "S1t"
240684
+ "shape": "S1x"
240493
240685
  },
240494
240686
  "Categories": {
240495
- "shape": "S1v"
240687
+ "shape": "S1z"
240496
240688
  },
240497
240689
  "State": {},
240498
240690
  "StartTime": {
@@ -240503,13 +240695,13 @@ module.exports={
240503
240695
  },
240504
240696
  "Summary": {},
240505
240697
  "ClientRequestImpactStatistics": {
240506
- "shape": "S1z"
240698
+ "shape": "S23"
240507
240699
  },
240508
240700
  "RootCauseServiceRequestImpactStatistics": {
240509
- "shape": "S1z"
240701
+ "shape": "S23"
240510
240702
  },
240511
240703
  "TopAnomalousServices": {
240512
- "shape": "S21"
240704
+ "shape": "S25"
240513
240705
  },
240514
240706
  "LastUpdateTime": {
240515
240707
  "type": "timestamp"
@@ -240696,7 +240888,7 @@ module.exports={
240696
240888
  "type": "timestamp"
240697
240889
  },
240698
240890
  "Services": {
240699
- "shape": "S3a"
240891
+ "shape": "S3e"
240700
240892
  },
240701
240893
  "ContainsOldGroupVersions": {
240702
240894
  "type": "boolean"
@@ -240746,10 +240938,10 @@ module.exports={
240746
240938
  "type": "timestamp"
240747
240939
  },
240748
240940
  "EdgeSummaryStatistics": {
240749
- "shape": "S3e"
240941
+ "shape": "S3i"
240750
240942
  },
240751
240943
  "ServiceSummaryStatistics": {
240752
- "shape": "S3m"
240944
+ "shape": "S3q"
240753
240945
  },
240754
240946
  "ServiceForecastStatistics": {
240755
240947
  "type": "structure",
@@ -240763,7 +240955,7 @@ module.exports={
240763
240955
  }
240764
240956
  },
240765
240957
  "ResponseTimeHistogram": {
240766
- "shape": "S3h"
240958
+ "shape": "S3l"
240767
240959
  }
240768
240960
  }
240769
240961
  }
@@ -240795,7 +240987,7 @@ module.exports={
240795
240987
  "type": "structure",
240796
240988
  "members": {
240797
240989
  "Services": {
240798
- "shape": "S3a"
240990
+ "shape": "S3e"
240799
240991
  },
240800
240992
  "NextToken": {}
240801
240993
  }
@@ -240895,7 +241087,7 @@ module.exports={
240895
241087
  }
240896
241088
  },
240897
241089
  "ServiceIds": {
240898
- "shape": "S49"
241090
+ "shape": "S4d"
240899
241091
  }
240900
241092
  }
240901
241093
  }
@@ -240908,13 +241100,13 @@ module.exports={
240908
241100
  "members": {
240909
241101
  "UserName": {},
240910
241102
  "ServiceIds": {
240911
- "shape": "S49"
241103
+ "shape": "S4d"
240912
241104
  }
240913
241105
  }
240914
241106
  }
240915
241107
  },
240916
241108
  "ServiceIds": {
240917
- "shape": "S49"
241109
+ "shape": "S4d"
240918
241110
  },
240919
241111
  "ResourceARNs": {
240920
241112
  "type": "list",
@@ -240944,7 +241136,7 @@ module.exports={
240944
241136
  }
240945
241137
  },
240946
241138
  "EntryPoint": {
240947
- "shape": "S1t"
241139
+ "shape": "S1x"
240948
241140
  },
240949
241141
  "FaultRootCauses": {
240950
241142
  "type": "list",
@@ -240958,7 +241150,7 @@ module.exports={
240958
241150
  "members": {
240959
241151
  "Name": {},
240960
241152
  "Names": {
240961
- "shape": "S1u"
241153
+ "shape": "S1y"
240962
241154
  },
240963
241155
  "Type": {},
240964
241156
  "AccountId": {},
@@ -240969,7 +241161,7 @@ module.exports={
240969
241161
  "members": {
240970
241162
  "Name": {},
240971
241163
  "Exceptions": {
240972
- "shape": "S4o"
241164
+ "shape": "S4s"
240973
241165
  },
240974
241166
  "Remote": {
240975
241167
  "type": "boolean"
@@ -241001,7 +241193,7 @@ module.exports={
241001
241193
  "members": {
241002
241194
  "Name": {},
241003
241195
  "Names": {
241004
- "shape": "S1u"
241196
+ "shape": "S1y"
241005
241197
  },
241006
241198
  "Type": {},
241007
241199
  "AccountId": {},
@@ -241012,7 +241204,7 @@ module.exports={
241012
241204
  "members": {
241013
241205
  "Name": {},
241014
241206
  "Exceptions": {
241015
- "shape": "S4o"
241207
+ "shape": "S4s"
241016
241208
  },
241017
241209
  "Remote": {
241018
241210
  "type": "boolean"
@@ -241044,7 +241236,7 @@ module.exports={
241044
241236
  "members": {
241045
241237
  "Name": {},
241046
241238
  "Names": {
241047
- "shape": "S1u"
241239
+ "shape": "S1y"
241048
241240
  },
241049
241241
  "Type": {},
241050
241242
  "AccountId": {},
@@ -241094,6 +241286,29 @@ module.exports={
241094
241286
  }
241095
241287
  }
241096
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
+ },
241097
241312
  "ListTagsForResource": {
241098
241313
  "http": {
241099
241314
  "requestUri": "/ListTagsForResource"
@@ -241136,7 +241351,35 @@ module.exports={
241136
241351
  "type": "structure",
241137
241352
  "members": {
241138
241353
  "EncryptionConfig": {
241139
- "shape": "S1f"
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"
241140
241383
  }
241141
241384
  }
241142
241385
  }
@@ -241459,7 +241702,7 @@ module.exports={
241459
241702
  }
241460
241703
  }
241461
241704
  },
241462
- "S1f": {
241705
+ "S1j": {
241463
241706
  "type": "structure",
241464
241707
  "members": {
241465
241708
  "KeyId": {},
@@ -241467,26 +241710,26 @@ module.exports={
241467
241710
  "Type": {}
241468
241711
  }
241469
241712
  },
241470
- "S1t": {
241713
+ "S1x": {
241471
241714
  "type": "structure",
241472
241715
  "members": {
241473
241716
  "Name": {},
241474
241717
  "Names": {
241475
- "shape": "S1u"
241718
+ "shape": "S1y"
241476
241719
  },
241477
241720
  "AccountId": {},
241478
241721
  "Type": {}
241479
241722
  }
241480
241723
  },
241481
- "S1u": {
241724
+ "S1y": {
241482
241725
  "type": "list",
241483
241726
  "member": {}
241484
241727
  },
241485
- "S1v": {
241728
+ "S1z": {
241486
241729
  "type": "list",
241487
241730
  "member": {}
241488
241731
  },
241489
- "S1z": {
241732
+ "S23": {
241490
241733
  "type": "structure",
241491
241734
  "members": {
241492
241735
  "FaultCount": {
@@ -241500,18 +241743,18 @@ module.exports={
241500
241743
  }
241501
241744
  }
241502
241745
  },
241503
- "S21": {
241746
+ "S25": {
241504
241747
  "type": "list",
241505
241748
  "member": {
241506
241749
  "type": "structure",
241507
241750
  "members": {
241508
241751
  "ServiceId": {
241509
- "shape": "S1t"
241752
+ "shape": "S1x"
241510
241753
  }
241511
241754
  }
241512
241755
  }
241513
241756
  },
241514
- "S3a": {
241757
+ "S3e": {
241515
241758
  "type": "list",
241516
241759
  "member": {
241517
241760
  "type": "structure",
@@ -241521,7 +241764,7 @@ module.exports={
241521
241764
  },
241522
241765
  "Name": {},
241523
241766
  "Names": {
241524
- "shape": "S1u"
241767
+ "shape": "S1y"
241525
241768
  },
241526
241769
  "Root": {
241527
241770
  "type": "boolean"
@@ -241550,10 +241793,10 @@ module.exports={
241550
241793
  "type": "timestamp"
241551
241794
  },
241552
241795
  "SummaryStatistics": {
241553
- "shape": "S3e"
241796
+ "shape": "S3i"
241554
241797
  },
241555
241798
  "ResponseTimeHistogram": {
241556
- "shape": "S3h"
241799
+ "shape": "S3l"
241557
241800
  },
241558
241801
  "Aliases": {
241559
241802
  "type": "list",
@@ -241571,34 +241814,34 @@ module.exports={
241571
241814
  },
241572
241815
  "EdgeType": {},
241573
241816
  "ReceivedEventAgeHistogram": {
241574
- "shape": "S3h"
241817
+ "shape": "S3l"
241575
241818
  }
241576
241819
  }
241577
241820
  }
241578
241821
  },
241579
241822
  "SummaryStatistics": {
241580
- "shape": "S3m"
241823
+ "shape": "S3q"
241581
241824
  },
241582
241825
  "DurationHistogram": {
241583
- "shape": "S3h"
241826
+ "shape": "S3l"
241584
241827
  },
241585
241828
  "ResponseTimeHistogram": {
241586
- "shape": "S3h"
241829
+ "shape": "S3l"
241587
241830
  }
241588
241831
  }
241589
241832
  }
241590
241833
  },
241591
- "S3e": {
241834
+ "S3i": {
241592
241835
  "type": "structure",
241593
241836
  "members": {
241594
241837
  "OkCount": {
241595
241838
  "type": "long"
241596
241839
  },
241597
241840
  "ErrorStatistics": {
241598
- "shape": "S3f"
241841
+ "shape": "S3j"
241599
241842
  },
241600
241843
  "FaultStatistics": {
241601
- "shape": "S3g"
241844
+ "shape": "S3k"
241602
241845
  },
241603
241846
  "TotalCount": {
241604
241847
  "type": "long"
@@ -241608,7 +241851,7 @@ module.exports={
241608
241851
  }
241609
241852
  }
241610
241853
  },
241611
- "S3f": {
241854
+ "S3j": {
241612
241855
  "type": "structure",
241613
241856
  "members": {
241614
241857
  "ThrottleCount": {
@@ -241622,7 +241865,7 @@ module.exports={
241622
241865
  }
241623
241866
  }
241624
241867
  },
241625
- "S3g": {
241868
+ "S3k": {
241626
241869
  "type": "structure",
241627
241870
  "members": {
241628
241871
  "OtherCount": {
@@ -241633,7 +241876,7 @@ module.exports={
241633
241876
  }
241634
241877
  }
241635
241878
  },
241636
- "S3h": {
241879
+ "S3l": {
241637
241880
  "type": "list",
241638
241881
  "member": {
241639
241882
  "type": "structure",
@@ -241647,17 +241890,17 @@ module.exports={
241647
241890
  }
241648
241891
  }
241649
241892
  },
241650
- "S3m": {
241893
+ "S3q": {
241651
241894
  "type": "structure",
241652
241895
  "members": {
241653
241896
  "OkCount": {
241654
241897
  "type": "long"
241655
241898
  },
241656
241899
  "ErrorStatistics": {
241657
- "shape": "S3f"
241900
+ "shape": "S3j"
241658
241901
  },
241659
241902
  "FaultStatistics": {
241660
- "shape": "S3g"
241903
+ "shape": "S3k"
241661
241904
  },
241662
241905
  "TotalCount": {
241663
241906
  "type": "long"
@@ -241667,13 +241910,13 @@ module.exports={
241667
241910
  }
241668
241911
  }
241669
241912
  },
241670
- "S49": {
241913
+ "S4d": {
241671
241914
  "type": "list",
241672
241915
  "member": {
241673
- "shape": "S1t"
241916
+ "shape": "S1x"
241674
241917
  }
241675
241918
  },
241676
- "S4o": {
241919
+ "S4s": {
241677
241920
  "type": "list",
241678
241921
  "member": {
241679
241922
  "type": "structure",
@@ -241682,6 +241925,17 @@ module.exports={
241682
241925
  "Message": {}
241683
241926
  }
241684
241927
  }
241928
+ },
241929
+ "S5a": {
241930
+ "type": "structure",
241931
+ "members": {
241932
+ "PolicyName": {},
241933
+ "PolicyDocument": {},
241934
+ "PolicyRevisionId": {},
241935
+ "LastUpdatedTime": {
241936
+ "type": "timestamp"
241937
+ }
241938
+ }
241685
241939
  }
241686
241940
  }
241687
241941
  }
@@ -241690,6 +241944,9 @@ module.exports={
241690
241944
  "pagination": {
241691
241945
  "BatchGetTraces": {
241692
241946
  "input_token": "NextToken",
241947
+ "non_aggregate_keys": [
241948
+ "UnprocessedTraceIds"
241949
+ ],
241693
241950
  "output_token": "NextToken",
241694
241951
  "result_key": "Traces"
241695
241952
  },
@@ -241720,11 +241977,19 @@ module.exports={
241720
241977
  },
241721
241978
  "GetServiceGraph": {
241722
241979
  "input_token": "NextToken",
241980
+ "non_aggregate_keys": [
241981
+ "StartTime",
241982
+ "EndTime",
241983
+ "ContainsOldGroupVersions"
241984
+ ],
241723
241985
  "output_token": "NextToken",
241724
241986
  "result_key": "Services"
241725
241987
  },
241726
241988
  "GetTimeSeriesServiceStatistics": {
241727
241989
  "input_token": "NextToken",
241990
+ "non_aggregate_keys": [
241991
+ "ContainsOldGroupVersions"
241992
+ ],
241728
241993
  "output_token": "NextToken",
241729
241994
  "result_key": "TimeSeriesServiceStatistics"
241730
241995
  },
@@ -241735,8 +242000,22 @@ module.exports={
241735
242000
  },
241736
242001
  "GetTraceSummaries": {
241737
242002
  "input_token": "NextToken",
242003
+ "non_aggregate_keys": [
242004
+ "TracesProcessedCount",
242005
+ "ApproximateTime"
242006
+ ],
241738
242007
  "output_token": "NextToken",
241739
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"
241740
242019
  }
241741
242020
  }
241742
242021
  }
@@ -245655,7 +245934,7 @@ AWS.util.update(AWS, {
245655
245934
  /**
245656
245935
  * @constant
245657
245936
  */
245658
- VERSION: '2.1255.0',
245937
+ VERSION: '2.1256.0',
245659
245938
 
245660
245939
  /**
245661
245940
  * @api private
@@ -267658,7 +267937,7 @@ var LRUCache = /** @class */ (function () {
267658
267937
  }());
267659
267938
  exports.LRUCache = LRUCache;
267660
267939
  },{}],461:[function(require,module,exports){
267661
- // AWS SDK for JavaScript v2.1255.0
267940
+ // AWS SDK for JavaScript v2.1256.0
267662
267941
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
267663
267942
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
267664
267943
  require('./browser_loader');