cdk-lambda-subminute 2.0.470 → 2.0.472

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 (31) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +76 -55
  5. package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +181 -44
  6. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +31 -3
  7. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +109 -89
  8. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +19 -5
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +41 -37
  10. package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +0 -1
  11. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +92 -92
  12. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +53 -38
  13. package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +3 -0
  14. package/node_modules/aws-sdk/clients/amplify.d.ts +20 -1
  15. package/node_modules/aws-sdk/clients/appstream.d.ts +200 -1
  16. package/node_modules/aws-sdk/clients/codebuild.d.ts +10 -10
  17. package/node_modules/aws-sdk/clients/docdb.d.ts +31 -1
  18. package/node_modules/aws-sdk/clients/ecs.d.ts +75 -56
  19. package/node_modules/aws-sdk/clients/fis.d.ts +21 -0
  20. package/node_modules/aws-sdk/clients/glue.d.ts +6 -0
  21. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  22. package/node_modules/aws-sdk/clients/s3.d.ts +43 -24
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +173 -132
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +59 -59
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/services/s3.js +5 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/node_modules/aws-sdk/scripts/region-checker/allowlist.js +2 -1
  31. package/package.json +2 -2
@@ -498,15 +498,15 @@
498
498
  "Description": {},
499
499
  "DisplayName": {},
500
500
  "StorageConnectors": {
501
- "shape": "S37"
501
+ "shape": "S38"
502
502
  },
503
503
  "RedirectURL": {},
504
504
  "FeedbackURL": {},
505
505
  "UserSettings": {
506
- "shape": "S3f"
506
+ "shape": "S3g"
507
507
  },
508
508
  "ApplicationSettings": {
509
- "shape": "S3j"
509
+ "shape": "S3k"
510
510
  },
511
511
  "Tags": {
512
512
  "shape": "S11"
@@ -515,10 +515,10 @@
515
515
  "shape": "S1h"
516
516
  },
517
517
  "EmbedHostDomains": {
518
- "shape": "S3l"
518
+ "shape": "S3m"
519
519
  },
520
520
  "StreamingExperienceSettings": {
521
- "shape": "S3n"
521
+ "shape": "S3o"
522
522
  }
523
523
  }
524
524
  },
@@ -526,7 +526,7 @@
526
526
  "type": "structure",
527
527
  "members": {
528
528
  "Stack": {
529
- "shape": "S3q"
529
+ "shape": "S3r"
530
530
  }
531
531
  }
532
532
  }
@@ -560,6 +560,40 @@
560
560
  }
561
561
  }
562
562
  },
563
+ "CreateThemeForStack": {
564
+ "input": {
565
+ "type": "structure",
566
+ "required": [
567
+ "StackName",
568
+ "TitleText",
569
+ "ThemeStyling",
570
+ "OrganizationLogoS3Location",
571
+ "FaviconS3Location"
572
+ ],
573
+ "members": {
574
+ "StackName": {},
575
+ "FooterLinks": {
576
+ "shape": "S40"
577
+ },
578
+ "TitleText": {},
579
+ "ThemeStyling": {},
580
+ "OrganizationLogoS3Location": {
581
+ "shape": "Sw"
582
+ },
583
+ "FaviconS3Location": {
584
+ "shape": "Sw"
585
+ }
586
+ }
587
+ },
588
+ "output": {
589
+ "type": "structure",
590
+ "members": {
591
+ "Theme": {
592
+ "shape": "S47"
593
+ }
594
+ }
595
+ }
596
+ },
563
597
  "CreateUpdatedImage": {
564
598
  "input": {
565
599
  "type": "structure",
@@ -584,7 +618,7 @@
584
618
  "type": "structure",
585
619
  "members": {
586
620
  "image": {
587
- "shape": "S40"
621
+ "shape": "S4b"
588
622
  },
589
623
  "canUpdateImage": {
590
624
  "type": "boolean"
@@ -618,10 +652,10 @@
618
652
  },
619
653
  "MessageAction": {},
620
654
  "FirstName": {
621
- "shape": "S4c"
655
+ "shape": "S4p"
622
656
  },
623
657
  "LastName": {
624
- "shape": "S4c"
658
+ "shape": "S4p"
625
659
  },
626
660
  "AuthenticationType": {}
627
661
  }
@@ -737,7 +771,7 @@
737
771
  "type": "structure",
738
772
  "members": {
739
773
  "Image": {
740
- "shape": "S40"
774
+ "shape": "S4b"
741
775
  }
742
776
  }
743
777
  }
@@ -793,6 +827,21 @@
793
827
  "members": {}
794
828
  }
795
829
  },
830
+ "DeleteThemeForStack": {
831
+ "input": {
832
+ "type": "structure",
833
+ "required": [
834
+ "StackName"
835
+ ],
836
+ "members": {
837
+ "StackName": {}
838
+ }
839
+ },
840
+ "output": {
841
+ "type": "structure",
842
+ "members": {}
843
+ }
844
+ },
796
845
  "DeleteUsageReportSubscription": {
797
846
  "input": {
798
847
  "type": "structure",
@@ -878,7 +927,7 @@
878
927
  "type": "structure",
879
928
  "members": {
880
929
  "Arns": {
881
- "shape": "S5a"
930
+ "shape": "S5p"
882
931
  },
883
932
  "NextToken": {},
884
933
  "MaxResults": {
@@ -929,7 +978,7 @@
929
978
  "type": "structure",
930
979
  "members": {
931
980
  "Arns": {
932
- "shape": "S5a"
981
+ "shape": "S5p"
933
982
  },
934
983
  "NextToken": {},
935
984
  "MaxResults": {
@@ -941,7 +990,7 @@
941
990
  "type": "structure",
942
991
  "members": {
943
992
  "Applications": {
944
- "shape": "S45"
993
+ "shape": "S4g"
945
994
  },
946
995
  "NextToken": {}
947
996
  }
@@ -1084,7 +1133,7 @@
1084
1133
  "members": {
1085
1134
  "sharedAccountId": {},
1086
1135
  "imagePermissions": {
1087
- "shape": "S46"
1136
+ "shape": "S4h"
1088
1137
  }
1089
1138
  }
1090
1139
  }
@@ -1101,7 +1150,7 @@
1101
1150
  "shape": "S1y"
1102
1151
  },
1103
1152
  "Arns": {
1104
- "shape": "S5a"
1153
+ "shape": "S5p"
1105
1154
  },
1106
1155
  "Type": {},
1107
1156
  "NextToken": {},
@@ -1116,7 +1165,7 @@
1116
1165
  "Images": {
1117
1166
  "type": "list",
1118
1167
  "member": {
1119
- "shape": "S40"
1168
+ "shape": "S4b"
1120
1169
  }
1121
1170
  },
1122
1171
  "NextToken": {}
@@ -1197,13 +1246,32 @@
1197
1246
  "Stacks": {
1198
1247
  "type": "list",
1199
1248
  "member": {
1200
- "shape": "S3q"
1249
+ "shape": "S3r"
1201
1250
  }
1202
1251
  },
1203
1252
  "NextToken": {}
1204
1253
  }
1205
1254
  }
1206
1255
  },
1256
+ "DescribeThemeForStack": {
1257
+ "input": {
1258
+ "type": "structure",
1259
+ "required": [
1260
+ "StackName"
1261
+ ],
1262
+ "members": {
1263
+ "StackName": {}
1264
+ }
1265
+ },
1266
+ "output": {
1267
+ "type": "structure",
1268
+ "members": {
1269
+ "Theme": {
1270
+ "shape": "S47"
1271
+ }
1272
+ }
1273
+ }
1274
+ },
1207
1275
  "DescribeUsageReportSubscriptions": {
1208
1276
  "input": {
1209
1277
  "type": "structure",
@@ -1303,10 +1371,10 @@
1303
1371
  },
1304
1372
  "Status": {},
1305
1373
  "FirstName": {
1306
- "shape": "S4c"
1374
+ "shape": "S4p"
1307
1375
  },
1308
1376
  "LastName": {
1309
- "shape": "S4c"
1377
+ "shape": "S4p"
1310
1378
  },
1311
1379
  "CreatedTime": {
1312
1380
  "type": "timestamp"
@@ -1884,7 +1952,7 @@
1884
1952
  "Name": {},
1885
1953
  "SharedAccountId": {},
1886
1954
  "ImagePermissions": {
1887
- "shape": "S46"
1955
+ "shape": "S4h"
1888
1956
  }
1889
1957
  }
1890
1958
  },
@@ -1904,7 +1972,7 @@
1904
1972
  "Description": {},
1905
1973
  "Name": {},
1906
1974
  "StorageConnectors": {
1907
- "shape": "S37"
1975
+ "shape": "S38"
1908
1976
  },
1909
1977
  "DeleteStorageConnectors": {
1910
1978
  "deprecated": true,
@@ -1917,19 +1985,19 @@
1917
1985
  "member": {}
1918
1986
  },
1919
1987
  "UserSettings": {
1920
- "shape": "S3f"
1988
+ "shape": "S3g"
1921
1989
  },
1922
1990
  "ApplicationSettings": {
1923
- "shape": "S3j"
1991
+ "shape": "S3k"
1924
1992
  },
1925
1993
  "AccessEndpoints": {
1926
1994
  "shape": "S1h"
1927
1995
  },
1928
1996
  "EmbedHostDomains": {
1929
- "shape": "S3l"
1997
+ "shape": "S3m"
1930
1998
  },
1931
1999
  "StreamingExperienceSettings": {
1932
- "shape": "S3n"
2000
+ "shape": "S3o"
1933
2001
  }
1934
2002
  }
1935
2003
  },
@@ -1937,7 +2005,42 @@
1937
2005
  "type": "structure",
1938
2006
  "members": {
1939
2007
  "Stack": {
1940
- "shape": "S3q"
2008
+ "shape": "S3r"
2009
+ }
2010
+ }
2011
+ }
2012
+ },
2013
+ "UpdateThemeForStack": {
2014
+ "input": {
2015
+ "type": "structure",
2016
+ "required": [
2017
+ "StackName"
2018
+ ],
2019
+ "members": {
2020
+ "StackName": {},
2021
+ "FooterLinks": {
2022
+ "shape": "S40"
2023
+ },
2024
+ "TitleText": {},
2025
+ "ThemeStyling": {},
2026
+ "OrganizationLogoS3Location": {
2027
+ "shape": "Sw"
2028
+ },
2029
+ "FaviconS3Location": {
2030
+ "shape": "Sw"
2031
+ },
2032
+ "State": {},
2033
+ "AttributesToDelete": {
2034
+ "type": "list",
2035
+ "member": {}
2036
+ }
2037
+ }
2038
+ },
2039
+ "output": {
2040
+ "type": "structure",
2041
+ "members": {
2042
+ "Theme": {
2043
+ "shape": "S47"
1941
2044
  }
1942
2045
  }
1943
2046
  }
@@ -2452,7 +2555,8 @@
2452
2555
  "AppstreamAgentVersion": {},
2453
2556
  "AccessEndpoints": {
2454
2557
  "shape": "S1h"
2455
- }
2558
+ },
2559
+ "LatestAppstreamAgentVersion": {}
2456
2560
  }
2457
2561
  },
2458
2562
  "S33": {
@@ -2462,7 +2566,7 @@
2462
2566
  "EniId": {}
2463
2567
  }
2464
2568
  },
2465
- "S37": {
2569
+ "S38": {
2466
2570
  "type": "list",
2467
2571
  "member": {
2468
2572
  "type": "structure",
@@ -2479,7 +2583,7 @@
2479
2583
  }
2480
2584
  }
2481
2585
  },
2482
- "S3f": {
2586
+ "S3g": {
2483
2587
  "type": "list",
2484
2588
  "member": {
2485
2589
  "type": "structure",
@@ -2496,7 +2600,7 @@
2496
2600
  }
2497
2601
  }
2498
2602
  },
2499
- "S3j": {
2603
+ "S3k": {
2500
2604
  "type": "structure",
2501
2605
  "required": [
2502
2606
  "Enabled"
@@ -2508,17 +2612,17 @@
2508
2612
  "SettingsGroup": {}
2509
2613
  }
2510
2614
  },
2511
- "S3l": {
2615
+ "S3m": {
2512
2616
  "type": "list",
2513
2617
  "member": {}
2514
2618
  },
2515
- "S3n": {
2619
+ "S3o": {
2516
2620
  "type": "structure",
2517
2621
  "members": {
2518
2622
  "PreferredProtocol": {}
2519
2623
  }
2520
2624
  },
2521
- "S3q": {
2625
+ "S3r": {
2522
2626
  "type": "structure",
2523
2627
  "required": [
2524
2628
  "Name"
@@ -2532,7 +2636,7 @@
2532
2636
  "type": "timestamp"
2533
2637
  },
2534
2638
  "StorageConnectors": {
2535
- "shape": "S37"
2639
+ "shape": "S38"
2536
2640
  },
2537
2641
  "RedirectURL": {},
2538
2642
  "FeedbackURL": {},
@@ -2547,7 +2651,7 @@
2547
2651
  }
2548
2652
  },
2549
2653
  "UserSettings": {
2550
- "shape": "S3f"
2654
+ "shape": "S3g"
2551
2655
  },
2552
2656
  "ApplicationSettings": {
2553
2657
  "type": "structure",
@@ -2563,14 +2667,41 @@
2563
2667
  "shape": "S1h"
2564
2668
  },
2565
2669
  "EmbedHostDomains": {
2566
- "shape": "S3l"
2670
+ "shape": "S3m"
2567
2671
  },
2568
2672
  "StreamingExperienceSettings": {
2569
- "shape": "S3n"
2673
+ "shape": "S3o"
2570
2674
  }
2571
2675
  }
2572
2676
  },
2573
2677
  "S40": {
2678
+ "type": "list",
2679
+ "member": {
2680
+ "type": "structure",
2681
+ "members": {
2682
+ "DisplayName": {},
2683
+ "FooterLinkURL": {}
2684
+ }
2685
+ }
2686
+ },
2687
+ "S47": {
2688
+ "type": "structure",
2689
+ "members": {
2690
+ "StackName": {},
2691
+ "State": {},
2692
+ "ThemeTitleText": {},
2693
+ "ThemeStyling": {},
2694
+ "ThemeFooterLinks": {
2695
+ "shape": "S40"
2696
+ },
2697
+ "ThemeOrganizationLogoURL": {},
2698
+ "ThemeFaviconURL": {},
2699
+ "CreatedTime": {
2700
+ "type": "timestamp"
2701
+ }
2702
+ }
2703
+ },
2704
+ "S4b": {
2574
2705
  "type": "structure",
2575
2706
  "required": [
2576
2707
  "Name"
@@ -2596,7 +2727,7 @@
2596
2727
  }
2597
2728
  },
2598
2729
  "Applications": {
2599
- "shape": "S45"
2730
+ "shape": "S4g"
2600
2731
  },
2601
2732
  "CreatedTime": {
2602
2733
  "type": "timestamp"
@@ -2606,20 +2737,26 @@
2606
2737
  },
2607
2738
  "AppstreamAgentVersion": {},
2608
2739
  "ImagePermissions": {
2609
- "shape": "S46"
2740
+ "shape": "S4h"
2610
2741
  },
2611
2742
  "ImageErrors": {
2612
2743
  "shape": "S1n"
2613
- }
2744
+ },
2745
+ "LatestAppstreamAgentVersion": {},
2746
+ "SupportedInstanceFamilies": {
2747
+ "shape": "S1y"
2748
+ },
2749
+ "DynamicAppProvidersEnabled": {},
2750
+ "ImageSharedWithOthers": {}
2614
2751
  }
2615
2752
  },
2616
- "S45": {
2753
+ "S4g": {
2617
2754
  "type": "list",
2618
2755
  "member": {
2619
2756
  "shape": "S20"
2620
2757
  }
2621
2758
  },
2622
- "S46": {
2759
+ "S4h": {
2623
2760
  "type": "structure",
2624
2761
  "members": {
2625
2762
  "allowFleet": {
@@ -2630,11 +2767,11 @@
2630
2767
  }
2631
2768
  }
2632
2769
  },
2633
- "S4c": {
2770
+ "S4p": {
2634
2771
  "type": "string",
2635
2772
  "sensitive": true
2636
2773
  },
2637
- "S5a": {
2774
+ "S5p": {
2638
2775
  "type": "list",
2639
2776
  "member": {}
2640
2777
  }
@@ -1114,6 +1114,34 @@
1114
1114
  }
1115
1115
  }
1116
1116
  },
1117
+ "FailoverGlobalCluster": {
1118
+ "input": {
1119
+ "type": "structure",
1120
+ "required": [
1121
+ "GlobalClusterIdentifier",
1122
+ "TargetDbClusterIdentifier"
1123
+ ],
1124
+ "members": {
1125
+ "GlobalClusterIdentifier": {},
1126
+ "TargetDbClusterIdentifier": {},
1127
+ "AllowDataLoss": {
1128
+ "type": "boolean"
1129
+ },
1130
+ "Switchover": {
1131
+ "type": "boolean"
1132
+ }
1133
+ }
1134
+ },
1135
+ "output": {
1136
+ "resultWrapper": "FailoverGlobalClusterResult",
1137
+ "type": "structure",
1138
+ "members": {
1139
+ "GlobalCluster": {
1140
+ "shape": "S1s"
1141
+ }
1142
+ }
1143
+ }
1144
+ },
1117
1145
  "ListTagsForResource": {
1118
1146
  "input": {
1119
1147
  "type": "structure",
@@ -1208,7 +1236,7 @@
1208
1236
  }
1209
1237
  },
1210
1238
  "output": {
1211
- "shape": "S4a",
1239
+ "shape": "S4d",
1212
1240
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
1213
1241
  }
1214
1242
  },
@@ -1460,7 +1488,7 @@
1460
1488
  }
1461
1489
  },
1462
1490
  "output": {
1463
- "shape": "S4a",
1491
+ "shape": "S4d",
1464
1492
  "resultWrapper": "ResetDBClusterParameterGroupResult"
1465
1493
  }
1466
1494
  },
@@ -2132,7 +2160,7 @@
2132
2160
  "locationName": "AttributeValue"
2133
2161
  }
2134
2162
  },
2135
- "S4a": {
2163
+ "S4d": {
2136
2164
  "type": "structure",
2137
2165
  "members": {
2138
2166
  "DBClusterParameterGroupName": {}