cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -225,6 +225,23 @@
225
225
  }
226
226
  }
227
227
  },
228
+ "DeleteAPIKey": {
229
+ "input": {
230
+ "type": "structure",
231
+ "required": [
232
+ "Scope",
233
+ "APIKey"
234
+ ],
235
+ "members": {
236
+ "Scope": {},
237
+ "APIKey": {}
238
+ }
239
+ },
240
+ "output": {
241
+ "type": "structure",
242
+ "members": {}
243
+ }
244
+ },
228
245
  "DeleteFirewallManagerRuleGroups": {
229
246
  "input": {
230
247
  "type": "structure",
@@ -372,7 +389,7 @@
372
389
  "type": "structure",
373
390
  "members": {
374
391
  "ManagedProducts": {
375
- "shape": "S60"
392
+ "shape": "S62"
376
393
  }
377
394
  }
378
395
  }
@@ -393,7 +410,7 @@
393
410
  "type": "structure",
394
411
  "members": {
395
412
  "ManagedProducts": {
396
- "shape": "S60"
413
+ "shape": "S62"
397
414
  }
398
415
  }
399
416
  }
@@ -435,10 +452,10 @@
435
452
  },
436
453
  "LabelNamespace": {},
437
454
  "AvailableLabels": {
438
- "shape": "S6c"
455
+ "shape": "S6e"
439
456
  },
440
457
  "ConsumedLabels": {
441
- "shape": "S6c"
458
+ "shape": "S6e"
442
459
  }
443
460
  }
444
461
  }
@@ -556,7 +573,7 @@
556
573
  "type": "structure",
557
574
  "members": {
558
575
  "LoggingConfiguration": {
559
- "shape": "S6s"
576
+ "shape": "S6u"
560
577
  }
561
578
  }
562
579
  }
@@ -692,10 +709,10 @@
692
709
  "type": "structure",
693
710
  "members": {
694
711
  "ManagedKeysIPV4": {
695
- "shape": "S7k"
712
+ "shape": "S7m"
696
713
  },
697
714
  "ManagedKeysIPV6": {
698
- "shape": "S7k"
715
+ "shape": "S7m"
699
716
  }
700
717
  }
701
718
  }
@@ -774,10 +791,10 @@
774
791
  "shape": "S54"
775
792
  },
776
793
  "AvailableLabels": {
777
- "shape": "S6c"
794
+ "shape": "S6e"
778
795
  },
779
796
  "ConsumedLabels": {
780
- "shape": "S6c"
797
+ "shape": "S6e"
781
798
  }
782
799
  }
783
800
  },
@@ -800,7 +817,7 @@
800
817
  "RuleMetricName": {},
801
818
  "Scope": {},
802
819
  "TimeWindow": {
803
- "shape": "S7s"
820
+ "shape": "S7u"
804
821
  },
805
822
  "MaxItems": {
806
823
  "type": "long"
@@ -828,7 +845,7 @@
828
845
  "Method": {},
829
846
  "HTTPVersion": {},
830
847
  "Headers": {
831
- "shape": "S83"
848
+ "shape": "S85"
832
849
  }
833
850
  }
834
851
  },
@@ -841,7 +858,7 @@
841
858
  "Action": {},
842
859
  "RuleNameWithinRuleGroup": {},
843
860
  "RequestHeadersInserted": {
844
- "shape": "S83"
861
+ "shape": "S85"
845
862
  },
846
863
  "ResponseCodeSent": {
847
864
  "type": "integer"
@@ -881,7 +898,7 @@
881
898
  "type": "long"
882
899
  },
883
900
  "TimeWindow": {
884
- "shape": "S7s"
901
+ "shape": "S7u"
885
902
  }
886
903
  }
887
904
  }
@@ -904,7 +921,7 @@
904
921
  "type": "structure",
905
922
  "members": {
906
923
  "WebACL": {
907
- "shape": "S8h"
924
+ "shape": "S8j"
908
925
  },
909
926
  "LockToken": {},
910
927
  "ApplicationIntegrationURL": {}
@@ -925,7 +942,7 @@
925
942
  "type": "structure",
926
943
  "members": {
927
944
  "WebACL": {
928
- "shape": "S8h"
945
+ "shape": "S8j"
929
946
  }
930
947
  }
931
948
  }
@@ -1090,7 +1107,7 @@
1090
1107
  "LoggingConfigurations": {
1091
1108
  "type": "list",
1092
1109
  "member": {
1093
- "shape": "S6s"
1110
+ "shape": "S6u"
1094
1111
  }
1095
1112
  },
1096
1113
  "NextMarker": {}
@@ -1305,7 +1322,7 @@
1305
1322
  ],
1306
1323
  "members": {
1307
1324
  "LoggingConfiguration": {
1308
- "shape": "S6s"
1325
+ "shape": "S6u"
1309
1326
  }
1310
1327
  }
1311
1328
  },
@@ -1313,7 +1330,7 @@
1313
1330
  "type": "structure",
1314
1331
  "members": {
1315
1332
  "LoggingConfiguration": {
1316
- "shape": "S6s"
1333
+ "shape": "S6u"
1317
1334
  }
1318
1335
  }
1319
1336
  }
@@ -2687,7 +2704,7 @@
2687
2704
  "ARN": {}
2688
2705
  }
2689
2706
  },
2690
- "S60": {
2707
+ "S62": {
2691
2708
  "type": "list",
2692
2709
  "member": {
2693
2710
  "type": "structure",
@@ -2708,7 +2725,7 @@
2708
2725
  }
2709
2726
  }
2710
2727
  },
2711
- "S6c": {
2728
+ "S6e": {
2712
2729
  "type": "list",
2713
2730
  "member": {
2714
2731
  "type": "structure",
@@ -2717,7 +2734,7 @@
2717
2734
  }
2718
2735
  }
2719
2736
  },
2720
- "S6s": {
2737
+ "S6u": {
2721
2738
  "type": "structure",
2722
2739
  "required": [
2723
2740
  "ResourceArn",
@@ -2791,7 +2808,7 @@
2791
2808
  }
2792
2809
  }
2793
2810
  },
2794
- "S7k": {
2811
+ "S7m": {
2795
2812
  "type": "structure",
2796
2813
  "members": {
2797
2814
  "IPAddressVersion": {},
@@ -2800,7 +2817,7 @@
2800
2817
  }
2801
2818
  }
2802
2819
  },
2803
- "S7s": {
2820
+ "S7u": {
2804
2821
  "type": "structure",
2805
2822
  "required": [
2806
2823
  "StartTime",
@@ -2815,7 +2832,7 @@
2815
2832
  }
2816
2833
  }
2817
2834
  },
2818
- "S83": {
2835
+ "S85": {
2819
2836
  "type": "list",
2820
2837
  "member": {
2821
2838
  "type": "structure",
@@ -2825,7 +2842,7 @@
2825
2842
  }
2826
2843
  }
2827
2844
  },
2828
- "S8h": {
2845
+ "S8j": {
2829
2846
  "type": "structure",
2830
2847
  "required": [
2831
2848
  "Name",
@@ -2852,10 +2869,10 @@
2852
2869
  "type": "long"
2853
2870
  },
2854
2871
  "PreProcessFirewallManagerRuleGroups": {
2855
- "shape": "S8i"
2872
+ "shape": "S8k"
2856
2873
  },
2857
2874
  "PostProcessFirewallManagerRuleGroups": {
2858
- "shape": "S8i"
2875
+ "shape": "S8k"
2859
2876
  },
2860
2877
  "ManagedByFirewallManager": {
2861
2878
  "type": "boolean"
@@ -2878,7 +2895,7 @@
2878
2895
  }
2879
2896
  }
2880
2897
  },
2881
- "S8i": {
2898
+ "S8k": {
2882
2899
  "type": "list",
2883
2900
  "member": {
2884
2901
  "type": "structure",
@@ -267,6 +267,14 @@ declare class AppSync extends Service {
267
267
  * Retrieves a GraphqlApi object.
268
268
  */
269
269
  getGraphqlApi(callback?: (err: AWSError, data: AppSync.Types.GetGraphqlApiResponse) => void): Request<AppSync.Types.GetGraphqlApiResponse, AWSError>;
270
+ /**
271
+ * Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.
272
+ */
273
+ getGraphqlApiEnvironmentVariables(params: AppSync.Types.GetGraphqlApiEnvironmentVariablesRequest, callback?: (err: AWSError, data: AppSync.Types.GetGraphqlApiEnvironmentVariablesResponse) => void): Request<AppSync.Types.GetGraphqlApiEnvironmentVariablesResponse, AWSError>;
274
+ /**
275
+ * Retrieves the list of environmental variable key-value pairs associated with an API by its ID value.
276
+ */
277
+ getGraphqlApiEnvironmentVariables(callback?: (err: AWSError, data: AppSync.Types.GetGraphqlApiEnvironmentVariablesResponse) => void): Request<AppSync.Types.GetGraphqlApiEnvironmentVariablesResponse, AWSError>;
270
278
  /**
271
279
  * Retrieves the introspection schema for a GraphQL API.
272
280
  */
@@ -395,6 +403,14 @@ declare class AppSync extends Service {
395
403
  * Lists Type objects by the source API association ID.
396
404
  */
397
405
  listTypesByAssociation(callback?: (err: AWSError, data: AppSync.Types.ListTypesByAssociationResponse) => void): Request<AppSync.Types.ListTypesByAssociationResponse, AWSError>;
406
+ /**
407
+ * Creates a list of environmental variables in an API by its ID value. When creating an environmental variable, it must follow the constraints below: Both JavaScript and VTL templates support environmental variables. Environmental variables are not evaluated before function invocation. Environmental variables only support string values. Any defined value in an environmental variable is considered a string literal and not expanded. Variable evaluations should ideally be performed in the function code. When creating an environmental variable key-value pair, it must follow the additional constraints below: Keys must begin with a letter. Keys must be at least two characters long. Keys can only contain letters, numbers, and the underscore character (_). Values can be up to 512 characters long. You can configure up to 50 key-value pairs in a GraphQL API. You can create a list of environmental variables by adding it to the environmentVariables payload as a list in the format {"key1":"value1","key2":"value2", …}. Note that each call of the PutGraphqlApiEnvironmentVariables action will result in the overwriting of the existing environmental variable list of that API. This means the existing environmental variables will be lost. To avoid this, you must include all existing and new environmental variables in the list each time you call this action.
408
+ */
409
+ putGraphqlApiEnvironmentVariables(params: AppSync.Types.PutGraphqlApiEnvironmentVariablesRequest, callback?: (err: AWSError, data: AppSync.Types.PutGraphqlApiEnvironmentVariablesResponse) => void): Request<AppSync.Types.PutGraphqlApiEnvironmentVariablesResponse, AWSError>;
410
+ /**
411
+ * Creates a list of environmental variables in an API by its ID value. When creating an environmental variable, it must follow the constraints below: Both JavaScript and VTL templates support environmental variables. Environmental variables are not evaluated before function invocation. Environmental variables only support string values. Any defined value in an environmental variable is considered a string literal and not expanded. Variable evaluations should ideally be performed in the function code. When creating an environmental variable key-value pair, it must follow the additional constraints below: Keys must begin with a letter. Keys must be at least two characters long. Keys can only contain letters, numbers, and the underscore character (_). Values can be up to 512 characters long. You can configure up to 50 key-value pairs in a GraphQL API. You can create a list of environmental variables by adding it to the environmentVariables payload as a list in the format {"key1":"value1","key2":"value2", …}. Note that each call of the PutGraphqlApiEnvironmentVariables action will result in the overwriting of the existing environmental variable list of that API. This means the existing environmental variables will be lost. To avoid this, you must include all existing and new environmental variables in the list each time you call this action.
412
+ */
413
+ putGraphqlApiEnvironmentVariables(callback?: (err: AWSError, data: AppSync.Types.PutGraphqlApiEnvironmentVariablesResponse) => void): Request<AppSync.Types.PutGraphqlApiEnvironmentVariablesResponse, AWSError>;
398
414
  /**
399
415
  * Creates a new introspection. Returns the introspectionId of the new introspection after its creation.
400
416
  */
@@ -1412,6 +1428,9 @@ declare namespace AppSync {
1412
1428
  */
1413
1429
  awsRegion: String;
1414
1430
  }
1431
+ export type EnvironmentVariableKey = string;
1432
+ export type EnvironmentVariableMap = {[key: string]: EnvironmentVariableValue};
1433
+ export type EnvironmentVariableValue = string;
1415
1434
  export interface ErrorDetail {
1416
1435
  /**
1417
1436
  * The error payload.
@@ -1651,6 +1670,18 @@ declare namespace AppSync {
1651
1670
  */
1652
1671
  functionConfiguration?: FunctionConfiguration;
1653
1672
  }
1673
+ export interface GetGraphqlApiEnvironmentVariablesRequest {
1674
+ /**
1675
+ * The ID of the API from which the environmental variable list will be retrieved.
1676
+ */
1677
+ apiId: String;
1678
+ }
1679
+ export interface GetGraphqlApiEnvironmentVariablesResponse {
1680
+ /**
1681
+ * The payload containing each environmental variable in the "key" : "value" format.
1682
+ */
1683
+ environmentVariables?: EnvironmentVariableMap;
1684
+ }
1654
1685
  export interface GetGraphqlApiRequest {
1655
1686
  /**
1656
1687
  * The API ID for the GraphQL API.
@@ -2215,6 +2246,22 @@ declare namespace AppSync {
2215
2246
  */
2216
2247
  functions?: FunctionsIds;
2217
2248
  }
2249
+ export interface PutGraphqlApiEnvironmentVariablesRequest {
2250
+ /**
2251
+ * The ID of the API to which the environmental variable list will be written.
2252
+ */
2253
+ apiId: String;
2254
+ /**
2255
+ * The list of environmental variables to add to the API. When creating an environmental variable key-value pair, it must follow the additional constraints below: Keys must begin with a letter. Keys must be at least two characters long. Keys can only contain letters, numbers, and the underscore character (_). Values can be up to 512 characters long. You can configure up to 50 key-value pairs in a GraphQL API. You can create a list of environmental variables by adding it to the environmentVariables payload as a list in the format {"key1":"value1","key2":"value2", …}. Note that each call of the PutGraphqlApiEnvironmentVariables action will result in the overwriting of the existing environmental variable list of that API. This means the existing environmental variables will be lost. To avoid this, you must include all existing and new environmental variables in the list each time you call this action.
2256
+ */
2257
+ environmentVariables: EnvironmentVariableMap;
2258
+ }
2259
+ export interface PutGraphqlApiEnvironmentVariablesResponse {
2260
+ /**
2261
+ * The payload containing each environmental variable in the "key" : "value" format.
2262
+ */
2263
+ environmentVariables?: EnvironmentVariableMap;
2264
+ }
2218
2265
  export type QueryDepthLimit = number;
2219
2266
  export interface RdsDataApiConfig {
2220
2267
  /**