cdk-lambda-subminute 2.0.278 → 2.0.280

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 (37) hide show
  1. package/.gitattributes +0 -1
  2. package/.jsii +3 -3
  3. package/lib/cdk-lambda-subminute.js +3 -3
  4. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +28 -5
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +115 -56
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  9. package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +26 -25
  10. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +30 -16
  11. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +184 -167
  12. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +168 -58
  13. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +877 -862
  15. package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.min.json +62 -27
  16. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +53 -53
  17. package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +12 -24
  18. package/node_modules/aws-sdk/apis/transfer-2018-11-05.waiters2.json +33 -41
  19. package/node_modules/aws-sdk/clients/appstream.d.ts +46 -6
  20. package/node_modules/aws-sdk/clients/connectcases.d.ts +5 -5
  21. package/node_modules/aws-sdk/clients/ec2.d.ts +68 -0
  22. package/node_modules/aws-sdk/clients/groundstation.d.ts +5 -0
  23. package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
  24. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +31 -11
  25. package/node_modules/aws-sdk/clients/opensearch.d.ts +47 -22
  26. package/node_modules/aws-sdk/clients/redshift.d.ts +143 -0
  27. package/node_modules/aws-sdk/clients/sagemaker.d.ts +36 -14
  28. package/node_modules/aws-sdk/clients/sns.d.ts +4 -4
  29. package/node_modules/aws-sdk/clients/ssmsap.d.ts +75 -4
  30. package/node_modules/aws-sdk/clients/transfer.d.ts +3 -3
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +298 -117
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +68 -68
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +3 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1480.0
1
+ // AWS SDK for JavaScript v2.1482.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){
@@ -101877,6 +101877,65 @@ module.exports={
101877
101877
  }
101878
101878
  }
101879
101879
  },
101880
+ "GetSecurityGroupsForVpc": {
101881
+ "input": {
101882
+ "type": "structure",
101883
+ "required": [
101884
+ "VpcId"
101885
+ ],
101886
+ "members": {
101887
+ "VpcId": {},
101888
+ "NextToken": {},
101889
+ "MaxResults": {
101890
+ "type": "integer"
101891
+ },
101892
+ "Filters": {
101893
+ "shape": "Szq",
101894
+ "locationName": "Filter"
101895
+ },
101896
+ "DryRun": {
101897
+ "type": "boolean"
101898
+ }
101899
+ }
101900
+ },
101901
+ "output": {
101902
+ "type": "structure",
101903
+ "members": {
101904
+ "NextToken": {
101905
+ "locationName": "nextToken"
101906
+ },
101907
+ "SecurityGroupForVpcs": {
101908
+ "locationName": "securityGroupForVpcSet",
101909
+ "type": "list",
101910
+ "member": {
101911
+ "locationName": "item",
101912
+ "type": "structure",
101913
+ "members": {
101914
+ "Description": {
101915
+ "locationName": "description"
101916
+ },
101917
+ "GroupName": {
101918
+ "locationName": "groupName"
101919
+ },
101920
+ "OwnerId": {
101921
+ "locationName": "ownerId"
101922
+ },
101923
+ "GroupId": {
101924
+ "locationName": "groupId"
101925
+ },
101926
+ "Tags": {
101927
+ "shape": "S6",
101928
+ "locationName": "tagSet"
101929
+ },
101930
+ "PrimaryVpcId": {
101931
+ "locationName": "primaryVpcId"
101932
+ }
101933
+ }
101934
+ }
101935
+ }
101936
+ }
101937
+ }
101938
+ },
101880
101939
  "GetSerialConsoleAccessStatus": {
101881
101940
  "input": {
101882
101941
  "type": "structure",
@@ -101999,11 +102058,11 @@ module.exports={
101999
102058
  "type": "structure",
102000
102059
  "members": {
102001
102060
  "SubnetIpv4CidrReservations": {
102002
- "shape": "S205",
102061
+ "shape": "S20a",
102003
102062
  "locationName": "subnetIpv4CidrReservationSet"
102004
102063
  },
102005
102064
  "SubnetIpv6CidrReservations": {
102006
- "shape": "S205",
102065
+ "shape": "S20a",
102007
102066
  "locationName": "subnetIpv6CidrReservationSet"
102008
102067
  },
102009
102068
  "NextToken": {
@@ -102580,7 +102639,7 @@ module.exports={
102580
102639
  "members": {
102581
102640
  "Architecture": {},
102582
102641
  "ClientData": {
102583
- "shape": "S21h"
102642
+ "shape": "S21m"
102584
102643
  },
102585
102644
  "ClientToken": {},
102586
102645
  "Description": {},
@@ -102599,7 +102658,7 @@ module.exports={
102599
102658
  "shape": "S183"
102600
102659
  },
102601
102660
  "UserBucket": {
102602
- "shape": "S21k"
102661
+ "shape": "S21p"
102603
102662
  }
102604
102663
  }
102605
102664
  }
@@ -102709,10 +102768,10 @@ module.exports={
102709
102768
  "members": {
102710
102769
  "Description": {},
102711
102770
  "Image": {
102712
- "shape": "S21r"
102771
+ "shape": "S21w"
102713
102772
  },
102714
102773
  "Volume": {
102715
- "shape": "S21s"
102774
+ "shape": "S21x"
102716
102775
  }
102717
102776
  }
102718
102777
  }
@@ -102835,7 +102894,7 @@ module.exports={
102835
102894
  "type": "structure",
102836
102895
  "members": {
102837
102896
  "ClientData": {
102838
- "shape": "S21h"
102897
+ "shape": "S21m"
102839
102898
  },
102840
102899
  "ClientToken": {},
102841
102900
  "Description": {},
@@ -102848,7 +102907,7 @@ module.exports={
102848
102907
  "shape": "S183"
102849
102908
  },
102850
102909
  "UserBucket": {
102851
- "shape": "S21k"
102910
+ "shape": "S21p"
102852
102911
  }
102853
102912
  }
102854
102913
  },
@@ -102906,11 +102965,11 @@ module.exports={
102906
102965
  "type": "boolean"
102907
102966
  },
102908
102967
  "Image": {
102909
- "shape": "S21r",
102968
+ "shape": "S21w",
102910
102969
  "locationName": "image"
102911
102970
  },
102912
102971
  "Volume": {
102913
- "shape": "S21s",
102972
+ "shape": "S21x",
102914
102973
  "locationName": "volume"
102915
102974
  }
102916
102975
  }
@@ -103299,25 +103358,25 @@ module.exports={
103299
103358
  "Attribute": {},
103300
103359
  "OperationType": {},
103301
103360
  "UserIds": {
103302
- "shape": "S22x",
103361
+ "shape": "S232",
103303
103362
  "locationName": "UserId"
103304
103363
  },
103305
103364
  "UserGroups": {
103306
- "shape": "S22y",
103365
+ "shape": "S233",
103307
103366
  "locationName": "UserGroup"
103308
103367
  },
103309
103368
  "ProductCodes": {
103310
- "shape": "S22z",
103369
+ "shape": "S234",
103311
103370
  "locationName": "ProductCode"
103312
103371
  },
103313
103372
  "LoadPermission": {
103314
103373
  "type": "structure",
103315
103374
  "members": {
103316
103375
  "Add": {
103317
- "shape": "S231"
103376
+ "shape": "S236"
103318
103377
  },
103319
103378
  "Remove": {
103320
- "shape": "S231"
103379
+ "shape": "S236"
103321
103380
  }
103322
103381
  }
103323
103382
  },
@@ -103363,7 +103422,7 @@ module.exports={
103363
103422
  "locationName": "successful"
103364
103423
  },
103365
103424
  "Unsuccessful": {
103366
- "shape": "S236",
103425
+ "shape": "S23b",
103367
103426
  "locationName": "unsuccessful"
103368
103427
  }
103369
103428
  }
@@ -103431,15 +103490,15 @@ module.exports={
103431
103490
  },
103432
103491
  "OperationType": {},
103433
103492
  "ProductCodes": {
103434
- "shape": "S22z",
103493
+ "shape": "S234",
103435
103494
  "locationName": "ProductCode"
103436
103495
  },
103437
103496
  "UserGroups": {
103438
- "shape": "S22y",
103497
+ "shape": "S233",
103439
103498
  "locationName": "UserGroup"
103440
103499
  },
103441
103500
  "UserIds": {
103442
- "shape": "S22x",
103501
+ "shape": "S232",
103443
103502
  "locationName": "UserId"
103444
103503
  },
103445
103504
  "Value": {},
@@ -103584,7 +103643,7 @@ module.exports={
103584
103643
  "members": {
103585
103644
  "InstanceId": {},
103586
103645
  "CapacityReservationSpecification": {
103587
- "shape": "S23j"
103646
+ "shape": "S23o"
103588
103647
  },
103589
103648
  "DryRun": {
103590
103649
  "type": "boolean"
@@ -103844,7 +103903,7 @@ module.exports={
103844
103903
  "locationName": "AddOperatingRegion"
103845
103904
  },
103846
103905
  "RemoveOperatingRegions": {
103847
- "shape": "S248",
103906
+ "shape": "S24d",
103848
103907
  "locationName": "RemoveOperatingRegion"
103849
103908
  }
103850
103909
  }
@@ -103957,7 +104016,7 @@ module.exports={
103957
104016
  "locationName": "AddOperatingRegion"
103958
104017
  },
103959
104018
  "RemoveOperatingRegions": {
103960
- "shape": "S248",
104019
+ "shape": "S24d",
103961
104020
  "locationName": "RemoveOperatingRegion"
103962
104021
  }
103963
104022
  }
@@ -104288,7 +104347,7 @@ module.exports={
104288
104347
  "OperationType": {},
104289
104348
  "SnapshotId": {},
104290
104349
  "UserIds": {
104291
- "shape": "S22x",
104350
+ "shape": "S232",
104292
104351
  "locationName": "UserId"
104293
104352
  },
104294
104353
  "DryRun": {
@@ -105237,13 +105296,13 @@ module.exports={
105237
105296
  ],
105238
105297
  "members": {
105239
105298
  "AccepterPeeringConnectionOptions": {
105240
- "shape": "S26w"
105299
+ "shape": "S271"
105241
105300
  },
105242
105301
  "DryRun": {
105243
105302
  "type": "boolean"
105244
105303
  },
105245
105304
  "RequesterPeeringConnectionOptions": {
105246
- "shape": "S26w"
105305
+ "shape": "S271"
105247
105306
  },
105248
105307
  "VpcPeeringConnectionId": {}
105249
105308
  }
@@ -105252,11 +105311,11 @@ module.exports={
105252
105311
  "type": "structure",
105253
105312
  "members": {
105254
105313
  "AccepterPeeringConnectionOptions": {
105255
- "shape": "S26y",
105314
+ "shape": "S273",
105256
105315
  "locationName": "accepterPeeringConnectionOptions"
105257
105316
  },
105258
105317
  "RequesterPeeringConnectionOptions": {
105259
- "shape": "S26y",
105318
+ "shape": "S273",
105260
105319
  "locationName": "requesterPeeringConnectionOptions"
105261
105320
  }
105262
105321
  }
@@ -105480,7 +105539,7 @@ module.exports={
105480
105539
  "type": "structure",
105481
105540
  "members": {
105482
105541
  "InstanceMonitorings": {
105483
- "shape": "S27d",
105542
+ "shape": "S27i",
105484
105543
  "locationName": "instancesSet"
105485
105544
  }
105486
105545
  }
@@ -106145,7 +106204,7 @@ module.exports={
106145
106204
  "locationName": "successful"
106146
106205
  },
106147
106206
  "Unsuccessful": {
106148
- "shape": "S236",
106207
+ "shape": "S23b",
106149
106208
  "locationName": "unsuccessful"
106150
106209
  }
106151
106210
  }
@@ -107214,7 +107273,7 @@ module.exports={
107214
107273
  }
107215
107274
  },
107216
107275
  "CapacityReservationSpecification": {
107217
- "shape": "S23j"
107276
+ "shape": "S23o"
107218
107277
  },
107219
107278
  "HibernationOptions": {
107220
107279
  "type": "structure",
@@ -107380,7 +107439,7 @@ module.exports={
107380
107439
  "type": "integer"
107381
107440
  },
107382
107441
  "Groups": {
107383
- "shape": "S2b2",
107442
+ "shape": "S2b7",
107384
107443
  "locationName": "Group"
107385
107444
  },
107386
107445
  "Ipv6AddressCount": {
@@ -107429,7 +107488,7 @@ module.exports={
107429
107488
  },
107430
107489
  "RamdiskId": {},
107431
107490
  "SecurityGroupIds": {
107432
- "shape": "S2b2",
107491
+ "shape": "S2b7",
107433
107492
  "locationName": "SecurityGroupId"
107434
107493
  },
107435
107494
  "SubnetId": {},
@@ -107643,7 +107702,7 @@ module.exports={
107643
107702
  "type": "structure",
107644
107703
  "members": {
107645
107704
  "StartingInstances": {
107646
- "shape": "S2bq",
107705
+ "shape": "S2bv",
107647
107706
  "locationName": "instancesSet"
107648
107707
  }
107649
107708
  }
@@ -107770,7 +107829,7 @@ module.exports={
107770
107829
  "type": "structure",
107771
107830
  "members": {
107772
107831
  "StoppingInstances": {
107773
- "shape": "S2bq",
107832
+ "shape": "S2bv",
107774
107833
  "locationName": "instancesSet"
107775
107834
  }
107776
107835
  }
@@ -107845,7 +107904,7 @@ module.exports={
107845
107904
  "type": "structure",
107846
107905
  "members": {
107847
107906
  "TerminatingInstances": {
107848
- "shape": "S2bq",
107907
+ "shape": "S2bv",
107849
107908
  "locationName": "instancesSet"
107850
107909
  }
107851
107910
  }
@@ -107964,7 +108023,7 @@ module.exports={
107964
108023
  "type": "structure",
107965
108024
  "members": {
107966
108025
  "InstanceMonitorings": {
107967
- "shape": "S27d",
108026
+ "shape": "S27i",
107968
108027
  "locationName": "instancesSet"
107969
108028
  }
107970
108029
  }
@@ -107983,7 +108042,7 @@ module.exports={
107983
108042
  "shape": "S6q"
107984
108043
  },
107985
108044
  "SecurityGroupRuleDescriptions": {
107986
- "shape": "S2ce",
108045
+ "shape": "S2cj",
107987
108046
  "locationName": "SecurityGroupRuleDescription"
107988
108047
  }
107989
108048
  }
@@ -108011,7 +108070,7 @@ module.exports={
108011
108070
  "shape": "S6q"
108012
108071
  },
108013
108072
  "SecurityGroupRuleDescriptions": {
108014
- "shape": "S2ce",
108073
+ "shape": "S2cj",
108015
108074
  "locationName": "SecurityGroupRuleDescription"
108016
108075
  }
108017
108076
  }
@@ -117742,14 +117801,14 @@ module.exports={
117742
117801
  }
117743
117802
  }
117744
117803
  },
117745
- "S205": {
117804
+ "S20a": {
117746
117805
  "type": "list",
117747
117806
  "member": {
117748
117807
  "shape": "Snn",
117749
117808
  "locationName": "item"
117750
117809
  }
117751
117810
  },
117752
- "S21h": {
117811
+ "S21m": {
117753
117812
  "type": "structure",
117754
117813
  "members": {
117755
117814
  "Comment": {},
@@ -117764,14 +117823,14 @@ module.exports={
117764
117823
  }
117765
117824
  }
117766
117825
  },
117767
- "S21k": {
117826
+ "S21p": {
117768
117827
  "type": "structure",
117769
117828
  "members": {
117770
117829
  "S3Bucket": {},
117771
117830
  "S3Key": {}
117772
117831
  }
117773
117832
  },
117774
- "S21r": {
117833
+ "S21w": {
117775
117834
  "type": "structure",
117776
117835
  "required": [
117777
117836
  "Bytes",
@@ -117792,7 +117851,7 @@ module.exports={
117792
117851
  }
117793
117852
  }
117794
117853
  },
117795
- "S21s": {
117854
+ "S21x": {
117796
117855
  "type": "structure",
117797
117856
  "required": [
117798
117857
  "Size"
@@ -117804,25 +117863,25 @@ module.exports={
117804
117863
  }
117805
117864
  }
117806
117865
  },
117807
- "S22x": {
117866
+ "S232": {
117808
117867
  "type": "list",
117809
117868
  "member": {
117810
117869
  "locationName": "UserId"
117811
117870
  }
117812
117871
  },
117813
- "S22y": {
117872
+ "S233": {
117814
117873
  "type": "list",
117815
117874
  "member": {
117816
117875
  "locationName": "UserGroup"
117817
117876
  }
117818
117877
  },
117819
- "S22z": {
117878
+ "S234": {
117820
117879
  "type": "list",
117821
117880
  "member": {
117822
117881
  "locationName": "ProductCode"
117823
117882
  }
117824
117883
  },
117825
- "S231": {
117884
+ "S236": {
117826
117885
  "type": "list",
117827
117886
  "member": {
117828
117887
  "locationName": "item",
@@ -117833,14 +117892,14 @@ module.exports={
117833
117892
  }
117834
117893
  }
117835
117894
  },
117836
- "S236": {
117895
+ "S23b": {
117837
117896
  "type": "list",
117838
117897
  "member": {
117839
117898
  "shape": "S1h",
117840
117899
  "locationName": "item"
117841
117900
  }
117842
117901
  },
117843
- "S23j": {
117902
+ "S23o": {
117844
117903
  "type": "structure",
117845
117904
  "members": {
117846
117905
  "CapacityReservationPreference": {},
@@ -117849,7 +117908,7 @@ module.exports={
117849
117908
  }
117850
117909
  }
117851
117910
  },
117852
- "S248": {
117911
+ "S24d": {
117853
117912
  "type": "list",
117854
117913
  "member": {
117855
117914
  "type": "structure",
@@ -117858,7 +117917,7 @@ module.exports={
117858
117917
  }
117859
117918
  }
117860
117919
  },
117861
- "S26w": {
117920
+ "S271": {
117862
117921
  "type": "structure",
117863
117922
  "members": {
117864
117923
  "AllowDnsResolutionFromRemoteVpc": {
@@ -117872,7 +117931,7 @@ module.exports={
117872
117931
  }
117873
117932
  }
117874
117933
  },
117875
- "S26y": {
117934
+ "S273": {
117876
117935
  "type": "structure",
117877
117936
  "members": {
117878
117937
  "AllowDnsResolutionFromRemoteVpc": {
@@ -117889,7 +117948,7 @@ module.exports={
117889
117948
  }
117890
117949
  }
117891
117950
  },
117892
- "S27d": {
117951
+ "S27i": {
117893
117952
  "type": "list",
117894
117953
  "member": {
117895
117954
  "locationName": "item",
@@ -117905,13 +117964,13 @@ module.exports={
117905
117964
  }
117906
117965
  }
117907
117966
  },
117908
- "S2b2": {
117967
+ "S2b7": {
117909
117968
  "type": "list",
117910
117969
  "member": {
117911
117970
  "locationName": "SecurityGroupId"
117912
117971
  }
117913
117972
  },
117914
- "S2bq": {
117973
+ "S2bv": {
117915
117974
  "type": "list",
117916
117975
  "member": {
117917
117976
  "locationName": "item",
@@ -117931,7 +117990,7 @@ module.exports={
117931
117990
  }
117932
117991
  }
117933
117992
  },
117934
- "S2ce": {
117993
+ "S2cj": {
117935
117994
  "type": "list",
117936
117995
  "member": {
117937
117996
  "locationName": "item",
@@ -118732,6 +118791,12 @@ module.exports={
118732
118791
  "output_token": "NextToken",
118733
118792
  "result_key": "AnalysisFindings"
118734
118793
  },
118794
+ "GetSecurityGroupsForVpc": {
118795
+ "input_token": "NextToken",
118796
+ "limit_key": "MaxResults",
118797
+ "output_token": "NextToken",
118798
+ "result_key": "SecurityGroupForVpcs"
118799
+ },
118735
118800
  "GetSpotPlacementScores": {
118736
118801
  "input_token": "NextToken",
118737
118802
  "limit_key": "MaxResults",
@@ -213460,6 +213525,17 @@ module.exports={
213460
213525
  "resultWrapper": "DeletePartnerResult"
213461
213526
  }
213462
213527
  },
213528
+ "DeleteResourcePolicy": {
213529
+ "input": {
213530
+ "type": "structure",
213531
+ "required": [
213532
+ "ResourceArn"
213533
+ ],
213534
+ "members": {
213535
+ "ResourceArn": {}
213536
+ }
213537
+ }
213538
+ },
213463
213539
  "DeleteScheduledAction": {
213464
213540
  "input": {
213465
213541
  "type": "structure",
@@ -213503,7 +213579,7 @@ module.exports={
213503
213579
  "members": {
213504
213580
  "ResourceName": {},
213505
213581
  "TagKeys": {
213506
- "shape": "S53"
213582
+ "shape": "S54"
213507
213583
  }
213508
213584
  }
213509
213585
  }
@@ -213639,10 +213715,10 @@ module.exports={
213639
213715
  },
213640
213716
  "Marker": {},
213641
213717
  "TagKeys": {
213642
- "shape": "S53"
213718
+ "shape": "S54"
213643
213719
  },
213644
213720
  "TagValues": {
213645
- "shape": "S5n"
213721
+ "shape": "S5o"
213646
213722
  }
213647
213723
  }
213648
213724
  },
@@ -213681,7 +213757,7 @@ module.exports={
213681
213757
  "type": "structure",
213682
213758
  "members": {
213683
213759
  "Parameters": {
213684
- "shape": "S5s"
213760
+ "shape": "S5t"
213685
213761
  },
213686
213762
  "Marker": {}
213687
213763
  }
@@ -213697,10 +213773,10 @@ module.exports={
213697
213773
  },
213698
213774
  "Marker": {},
213699
213775
  "TagKeys": {
213700
- "shape": "S53"
213776
+ "shape": "S54"
213701
213777
  },
213702
213778
  "TagValues": {
213703
- "shape": "S5n"
213779
+ "shape": "S5o"
213704
213780
  }
213705
213781
  }
213706
213782
  },
@@ -213739,10 +213815,10 @@ module.exports={
213739
213815
  "Marker": {},
213740
213816
  "OwnerAccount": {},
213741
213817
  "TagKeys": {
213742
- "shape": "S53"
213818
+ "shape": "S54"
213743
213819
  },
213744
213820
  "TagValues": {
213745
- "shape": "S5n"
213821
+ "shape": "S5o"
213746
213822
  },
213747
213823
  "ClusterExists": {
213748
213824
  "type": "boolean"
@@ -213788,10 +213864,10 @@ module.exports={
213788
213864
  },
213789
213865
  "Marker": {},
213790
213866
  "TagKeys": {
213791
- "shape": "S53"
213867
+ "shape": "S54"
213792
213868
  },
213793
213869
  "TagValues": {
213794
- "shape": "S5n"
213870
+ "shape": "S5o"
213795
213871
  }
213796
213872
  }
213797
213873
  },
@@ -213903,10 +213979,10 @@ module.exports={
213903
213979
  },
213904
213980
  "Marker": {},
213905
213981
  "TagKeys": {
213906
- "shape": "S53"
213982
+ "shape": "S54"
213907
213983
  },
213908
213984
  "TagValues": {
213909
- "shape": "S5n"
213985
+ "shape": "S5o"
213910
213986
  }
213911
213987
  }
213912
213988
  },
@@ -213986,7 +214062,7 @@ module.exports={
213986
214062
  "type": "structure",
213987
214063
  "members": {
213988
214064
  "DataShares": {
213989
- "shape": "S6v"
214065
+ "shape": "S6w"
213990
214066
  },
213991
214067
  "Marker": {}
213992
214068
  }
@@ -214009,7 +214085,7 @@ module.exports={
214009
214085
  "type": "structure",
214010
214086
  "members": {
214011
214087
  "DataShares": {
214012
- "shape": "S6v"
214088
+ "shape": "S6w"
214013
214089
  },
214014
214090
  "Marker": {}
214015
214091
  }
@@ -214032,7 +214108,7 @@ module.exports={
214032
214108
  "type": "structure",
214033
214109
  "members": {
214034
214110
  "DataShares": {
214035
- "shape": "S6v"
214111
+ "shape": "S6w"
214036
214112
  },
214037
214113
  "Marker": {}
214038
214114
  }
@@ -214062,7 +214138,7 @@ module.exports={
214062
214138
  "ParameterGroupFamily": {},
214063
214139
  "Marker": {},
214064
214140
  "Parameters": {
214065
- "shape": "S5s"
214141
+ "shape": "S5t"
214066
214142
  }
214067
214143
  },
214068
214144
  "wrapper": true
@@ -214178,10 +214254,10 @@ module.exports={
214178
214254
  },
214179
214255
  "Marker": {},
214180
214256
  "TagKeys": {
214181
- "shape": "S53"
214257
+ "shape": "S54"
214182
214258
  },
214183
214259
  "TagValues": {
214184
- "shape": "S5n"
214260
+ "shape": "S5o"
214185
214261
  }
214186
214262
  }
214187
214263
  },
@@ -214259,10 +214335,10 @@ module.exports={
214259
214335
  },
214260
214336
  "Marker": {},
214261
214337
  "TagKeys": {
214262
- "shape": "S53"
214338
+ "shape": "S54"
214263
214339
  },
214264
214340
  "TagValues": {
214265
- "shape": "S5n"
214341
+ "shape": "S5o"
214266
214342
  }
214267
214343
  }
214268
214344
  },
@@ -214291,10 +214367,10 @@ module.exports={
214291
214367
  },
214292
214368
  "Marker": {},
214293
214369
  "TagKeys": {
214294
- "shape": "S53"
214370
+ "shape": "S54"
214295
214371
  },
214296
214372
  "TagValues": {
214297
- "shape": "S5n"
214373
+ "shape": "S5o"
214298
214374
  }
214299
214375
  }
214300
214376
  },
@@ -214313,6 +214389,56 @@ module.exports={
214313
214389
  }
214314
214390
  }
214315
214391
  },
214392
+ "DescribeInboundIntegrations": {
214393
+ "input": {
214394
+ "type": "structure",
214395
+ "members": {
214396
+ "IntegrationArn": {},
214397
+ "TargetArn": {},
214398
+ "MaxRecords": {
214399
+ "type": "integer"
214400
+ },
214401
+ "Marker": {}
214402
+ }
214403
+ },
214404
+ "output": {
214405
+ "resultWrapper": "DescribeInboundIntegrationsResult",
214406
+ "type": "structure",
214407
+ "members": {
214408
+ "Marker": {},
214409
+ "InboundIntegrations": {
214410
+ "type": "list",
214411
+ "member": {
214412
+ "locationName": "InboundIntegration",
214413
+ "type": "structure",
214414
+ "members": {
214415
+ "IntegrationArn": {},
214416
+ "SourceArn": {},
214417
+ "TargetArn": {},
214418
+ "Status": {},
214419
+ "Errors": {
214420
+ "type": "list",
214421
+ "member": {
214422
+ "locationName": "IntegrationError",
214423
+ "type": "structure",
214424
+ "required": [
214425
+ "ErrorCode"
214426
+ ],
214427
+ "members": {
214428
+ "ErrorCode": {},
214429
+ "ErrorMessage": {}
214430
+ }
214431
+ }
214432
+ },
214433
+ "CreateTime": {
214434
+ "type": "timestamp"
214435
+ }
214436
+ }
214437
+ }
214438
+ }
214439
+ }
214440
+ }
214441
+ },
214316
214442
  "DescribeLoggingStatus": {
214317
214443
  "input": {
214318
214444
  "type": "structure",
@@ -214324,7 +214450,7 @@ module.exports={
214324
214450
  }
214325
214451
  },
214326
214452
  "output": {
214327
- "shape": "S7w",
214453
+ "shape": "S84",
214328
214454
  "resultWrapper": "DescribeLoggingStatusResult"
214329
214455
  }
214330
214456
  },
@@ -214350,7 +214476,7 @@ module.exports={
214350
214476
  "Name": {},
214351
214477
  "Operator": {},
214352
214478
  "Values": {
214353
- "shape": "S85",
214479
+ "shape": "S8d",
214354
214480
  "locationName": "Value"
214355
214481
  }
214356
214482
  }
@@ -214511,7 +214637,7 @@ module.exports={
214511
214637
  "members": {
214512
214638
  "Marker": {},
214513
214639
  "ReservedNodeOfferings": {
214514
- "shape": "S8q"
214640
+ "shape": "S8y"
214515
214641
  }
214516
214642
  }
214517
214643
  }
@@ -214584,7 +214710,7 @@ module.exports={
214584
214710
  "members": {
214585
214711
  "Name": {},
214586
214712
  "Values": {
214587
- "shape": "S85"
214713
+ "shape": "S8d"
214588
214714
  }
214589
214715
  }
214590
214716
  }
@@ -214620,10 +214746,10 @@ module.exports={
214620
214746
  },
214621
214747
  "Marker": {},
214622
214748
  "TagKeys": {
214623
- "shape": "S53"
214749
+ "shape": "S54"
214624
214750
  },
214625
214751
  "TagValues": {
214626
- "shape": "S5n"
214752
+ "shape": "S5o"
214627
214753
  }
214628
214754
  }
214629
214755
  },
@@ -214649,10 +214775,10 @@ module.exports={
214649
214775
  "ClusterIdentifier": {},
214650
214776
  "ScheduleIdentifier": {},
214651
214777
  "TagKeys": {
214652
- "shape": "S53"
214778
+ "shape": "S54"
214653
214779
  },
214654
214780
  "TagValues": {
214655
- "shape": "S5n"
214781
+ "shape": "S5o"
214656
214782
  },
214657
214783
  "Marker": {},
214658
214784
  "MaxRecords": {
@@ -214708,7 +214834,7 @@ module.exports={
214708
214834
  "TableRestoreStatusDetails": {
214709
214835
  "type": "list",
214710
214836
  "member": {
214711
- "shape": "S9d",
214837
+ "shape": "S9l",
214712
214838
  "locationName": "TableRestoreStatus"
214713
214839
  }
214714
214840
  },
@@ -214727,10 +214853,10 @@ module.exports={
214727
214853
  },
214728
214854
  "Marker": {},
214729
214855
  "TagKeys": {
214730
- "shape": "S53"
214856
+ "shape": "S54"
214731
214857
  },
214732
214858
  "TagValues": {
214733
- "shape": "S5n"
214859
+ "shape": "S5o"
214734
214860
  }
214735
214861
  }
214736
214862
  },
@@ -214768,10 +214894,10 @@ module.exports={
214768
214894
  },
214769
214895
  "Marker": {},
214770
214896
  "TagKeys": {
214771
- "shape": "S53"
214897
+ "shape": "S54"
214772
214898
  },
214773
214899
  "TagValues": {
214774
- "shape": "S5n"
214900
+ "shape": "S5o"
214775
214901
  }
214776
214902
  }
214777
214903
  },
@@ -214800,7 +214926,7 @@ module.exports={
214800
214926
  }
214801
214927
  },
214802
214928
  "output": {
214803
- "shape": "S7w",
214929
+ "shape": "S84",
214804
214930
  "resultWrapper": "DisableLoggingResult"
214805
214931
  }
214806
214932
  },
@@ -214856,12 +214982,12 @@ module.exports={
214856
214982
  "S3KeyPrefix": {},
214857
214983
  "LogDestinationType": {},
214858
214984
  "LogExports": {
214859
- "shape": "S7y"
214985
+ "shape": "S86"
214860
214986
  }
214861
214987
  }
214862
214988
  },
214863
214989
  "output": {
214864
- "shape": "S7w",
214990
+ "shape": "S84",
214865
214991
  "resultWrapper": "EnableLoggingResult"
214866
214992
  }
214867
214993
  },
@@ -214996,7 +215122,7 @@ module.exports={
214996
215122
  "type": "integer"
214997
215123
  },
214998
215124
  "TargetReservedNodeOffering": {
214999
- "shape": "S8r"
215125
+ "shape": "S8z"
215000
215126
  }
215001
215127
  },
215002
215128
  "wrapper": true
@@ -215025,7 +215151,27 @@ module.exports={
215025
215151
  "members": {
215026
215152
  "Marker": {},
215027
215153
  "ReservedNodeOfferings": {
215028
- "shape": "S8q"
215154
+ "shape": "S8y"
215155
+ }
215156
+ }
215157
+ }
215158
+ },
215159
+ "GetResourcePolicy": {
215160
+ "input": {
215161
+ "type": "structure",
215162
+ "required": [
215163
+ "ResourceArn"
215164
+ ],
215165
+ "members": {
215166
+ "ResourceArn": {}
215167
+ }
215168
+ },
215169
+ "output": {
215170
+ "resultWrapper": "GetResourcePolicyResult",
215171
+ "type": "structure",
215172
+ "members": {
215173
+ "ResourcePolicy": {
215174
+ "shape": "Saf"
215029
215175
  }
215030
215176
  }
215031
215177
  }
@@ -215236,12 +215382,12 @@ module.exports={
215236
215382
  "members": {
215237
215383
  "ParameterGroupName": {},
215238
215384
  "Parameters": {
215239
- "shape": "S5s"
215385
+ "shape": "S5t"
215240
215386
  }
215241
215387
  }
215242
215388
  },
215243
215389
  "output": {
215244
- "shape": "Sai",
215390
+ "shape": "Sat",
215245
215391
  "resultWrapper": "ModifyClusterParameterGroupResult"
215246
215392
  }
215247
215393
  },
@@ -215516,6 +215662,28 @@ module.exports={
215516
215662
  }
215517
215663
  }
215518
215664
  },
215665
+ "PutResourcePolicy": {
215666
+ "input": {
215667
+ "type": "structure",
215668
+ "required": [
215669
+ "ResourceArn",
215670
+ "Policy"
215671
+ ],
215672
+ "members": {
215673
+ "ResourceArn": {},
215674
+ "Policy": {}
215675
+ }
215676
+ },
215677
+ "output": {
215678
+ "resultWrapper": "PutResourcePolicyResult",
215679
+ "type": "structure",
215680
+ "members": {
215681
+ "ResourcePolicy": {
215682
+ "shape": "Saf"
215683
+ }
215684
+ }
215685
+ }
215686
+ },
215519
215687
  "RebootCluster": {
215520
215688
  "input": {
215521
215689
  "type": "structure",
@@ -215563,12 +215731,12 @@ module.exports={
215563
215731
  "type": "boolean"
215564
215732
  },
215565
215733
  "Parameters": {
215566
- "shape": "S5s"
215734
+ "shape": "S5t"
215567
215735
  }
215568
215736
  }
215569
215737
  },
215570
215738
  "output": {
215571
- "shape": "Sai",
215739
+ "shape": "Sat",
215572
215740
  "resultWrapper": "ResetClusterParameterGroupResult"
215573
215741
  }
215574
215742
  },
@@ -215695,7 +215863,7 @@ module.exports={
215695
215863
  "type": "structure",
215696
215864
  "members": {
215697
215865
  "TableRestoreStatus": {
215698
- "shape": "S9d"
215866
+ "shape": "S9l"
215699
215867
  }
215700
215868
  }
215701
215869
  }
@@ -216814,19 +216982,19 @@ module.exports={
216814
216982
  }
216815
216983
  }
216816
216984
  },
216817
- "S53": {
216985
+ "S54": {
216818
216986
  "type": "list",
216819
216987
  "member": {
216820
216988
  "locationName": "TagKey"
216821
216989
  }
216822
216990
  },
216823
- "S5n": {
216991
+ "S5o": {
216824
216992
  "type": "list",
216825
216993
  "member": {
216826
216994
  "locationName": "TagValue"
216827
216995
  }
216828
216996
  },
216829
- "S5s": {
216997
+ "S5t": {
216830
216998
  "type": "list",
216831
216999
  "member": {
216832
217000
  "locationName": "Parameter",
@@ -216846,13 +217014,13 @@ module.exports={
216846
217014
  }
216847
217015
  }
216848
217016
  },
216849
- "S6v": {
217017
+ "S6w": {
216850
217018
  "type": "list",
216851
217019
  "member": {
216852
217020
  "shape": "Sj"
216853
217021
  }
216854
217022
  },
216855
- "S7w": {
217023
+ "S84": {
216856
217024
  "type": "structure",
216857
217025
  "members": {
216858
217026
  "LoggingEnabled": {
@@ -216869,28 +217037,28 @@ module.exports={
216869
217037
  "LastFailureMessage": {},
216870
217038
  "LogDestinationType": {},
216871
217039
  "LogExports": {
216872
- "shape": "S7y"
217040
+ "shape": "S86"
216873
217041
  }
216874
217042
  }
216875
217043
  },
216876
- "S7y": {
217044
+ "S86": {
216877
217045
  "type": "list",
216878
217046
  "member": {}
216879
217047
  },
216880
- "S85": {
217048
+ "S8d": {
216881
217049
  "type": "list",
216882
217050
  "member": {
216883
217051
  "locationName": "item"
216884
217052
  }
216885
217053
  },
216886
- "S8q": {
217054
+ "S8y": {
216887
217055
  "type": "list",
216888
217056
  "member": {
216889
- "shape": "S8r",
217057
+ "shape": "S8z",
216890
217058
  "locationName": "ReservedNodeOffering"
216891
217059
  }
216892
217060
  },
216893
- "S8r": {
217061
+ "S8z": {
216894
217062
  "type": "structure",
216895
217063
  "members": {
216896
217064
  "ReservedNodeOfferingId": {},
@@ -216913,7 +217081,7 @@ module.exports={
216913
217081
  },
216914
217082
  "wrapper": true
216915
217083
  },
216916
- "S9d": {
217084
+ "S9l": {
216917
217085
  "type": "structure",
216918
217086
  "members": {
216919
217087
  "TableRestoreRequestId": {},
@@ -216939,7 +217107,14 @@ module.exports={
216939
217107
  },
216940
217108
  "wrapper": true
216941
217109
  },
216942
- "Sai": {
217110
+ "Saf": {
217111
+ "type": "structure",
217112
+ "members": {
217113
+ "ResourceArn": {},
217114
+ "Policy": {}
217115
+ }
217116
+ },
217117
+ "Sat": {
216943
217118
  "type": "structure",
216944
217119
  "members": {
216945
217120
  "ParameterGroupName": {},
@@ -217071,6 +217246,12 @@ module.exports={
217071
217246
  "output_token": "Marker",
217072
217247
  "result_key": "HsmConfigurations"
217073
217248
  },
217249
+ "DescribeInboundIntegrations": {
217250
+ "input_token": "Marker",
217251
+ "limit_key": "MaxRecords",
217252
+ "output_token": "Marker",
217253
+ "result_key": "InboundIntegrations"
217254
+ },
217074
217255
  "DescribeNodeConfigurationOptions": {
217075
217256
  "input_token": "Marker",
217076
217257
  "limit_key": "MaxRecords",
@@ -262638,7 +262819,7 @@ AWS.util.update(AWS, {
262638
262819
  /**
262639
262820
  * @constant
262640
262821
  */
262641
- VERSION: '2.1480.0',
262822
+ VERSION: '2.1482.0',
262642
262823
 
262643
262824
  /**
262644
262825
  * @api private
@@ -284819,7 +285000,7 @@ var LRUCache = /** @class */ (function () {
284819
285000
  }());
284820
285001
  exports.LRUCache = LRUCache;
284821
285002
  },{}],467:[function(require,module,exports){
284822
- // AWS SDK for JavaScript v2.1480.0
285003
+ // AWS SDK for JavaScript v2.1482.0
284823
285004
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
284824
285005
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
284825
285006
  require('./browser_loader');