cdk-lambda-subminute 2.0.356 → 2.0.358

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.
@@ -34,6 +34,11 @@
34
34
  "output_token": "nextToken",
35
35
  "result_key": "ids"
36
36
  },
37
+ "ListFleets": {
38
+ "input_token": "nextToken",
39
+ "limit_key": "maxResults",
40
+ "output_token": "nextToken"
41
+ },
37
42
  "ListProjects": {
38
43
  "input_token": "nextToken",
39
44
  "output_token": "nextToken",
@@ -526,7 +526,8 @@
526
526
  "members": {
527
527
  "StreamArn": {},
528
528
  "DestinationStatus": {},
529
- "DestinationStatusDescription": {}
529
+ "DestinationStatusDescription": {},
530
+ "ApproximateCreationDateTimePrecision": {}
530
531
  }
531
532
  }
532
533
  }
@@ -592,7 +593,7 @@
592
593
  "type": "structure",
593
594
  "members": {
594
595
  "TableAutoScalingDescription": {
595
- "shape": "S7c"
596
+ "shape": "S7d"
596
597
  }
597
598
  }
598
599
  }
@@ -619,19 +620,19 @@
619
620
  },
620
621
  "DisableKinesisStreamingDestination": {
621
622
  "input": {
622
- "shape": "S7j"
623
+ "shape": "S7k"
623
624
  },
624
625
  "output": {
625
- "shape": "S7k"
626
+ "shape": "S7m"
626
627
  },
627
628
  "endpointdiscovery": {}
628
629
  },
629
630
  "EnableKinesisStreamingDestination": {
630
631
  "input": {
631
- "shape": "S7j"
632
+ "shape": "S7k"
632
633
  },
633
634
  "output": {
634
- "shape": "S7k"
635
+ "shape": "S7m"
635
636
  },
636
637
  "endpointdiscovery": {}
637
638
  },
@@ -706,7 +707,7 @@
706
707
  "type": "structure",
707
708
  "members": {
708
709
  "Responses": {
709
- "shape": "S7u"
710
+ "shape": "S7w"
710
711
  },
711
712
  "ConsumedCapacity": {
712
713
  "shape": "St"
@@ -1116,11 +1117,11 @@
1116
1117
  "type": "map",
1117
1118
  "key": {},
1118
1119
  "value": {
1119
- "shape": "S98"
1120
+ "shape": "S9a"
1120
1121
  }
1121
1122
  },
1122
1123
  "QueryFilter": {
1123
- "shape": "S99"
1124
+ "shape": "S9b"
1124
1125
  },
1125
1126
  "ConditionalOperator": {},
1126
1127
  "ScanIndexForward": {
@@ -1256,7 +1257,7 @@
1256
1257
  },
1257
1258
  "Select": {},
1258
1259
  "ScanFilter": {
1259
- "shape": "S99"
1260
+ "shape": "S9b"
1260
1261
  },
1261
1262
  "ConditionalOperator": {},
1262
1263
  "ExclusiveStartKey": {
@@ -1365,7 +1366,7 @@
1365
1366
  "shape": "St"
1366
1367
  },
1367
1368
  "Responses": {
1368
- "shape": "S7u"
1369
+ "shape": "S7w"
1369
1370
  }
1370
1371
  }
1371
1372
  },
@@ -1624,7 +1625,7 @@
1624
1625
  "type": "long"
1625
1626
  },
1626
1627
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1627
- "shape": "Saf"
1628
+ "shape": "Sah"
1628
1629
  },
1629
1630
  "GlobalTableGlobalSecondaryIndexSettingsUpdate": {
1630
1631
  "type": "list",
@@ -1639,7 +1640,7 @@
1639
1640
  "type": "long"
1640
1641
  },
1641
1642
  "ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1642
- "shape": "Saf"
1643
+ "shape": "Sah"
1643
1644
  }
1644
1645
  }
1645
1646
  }
@@ -1657,7 +1658,7 @@
1657
1658
  "type": "long"
1658
1659
  },
1659
1660
  "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
1660
- "shape": "Saf"
1661
+ "shape": "Sah"
1661
1662
  },
1662
1663
  "ReplicaGlobalSecondaryIndexSettingsUpdate": {
1663
1664
  "type": "list",
@@ -1672,7 +1673,7 @@
1672
1673
  "type": "long"
1673
1674
  },
1674
1675
  "ProvisionedReadCapacityAutoScalingSettingsUpdate": {
1675
- "shape": "Saf"
1676
+ "shape": "Sah"
1676
1677
  }
1677
1678
  }
1678
1679
  }
@@ -1753,6 +1754,34 @@
1753
1754
  },
1754
1755
  "endpointdiscovery": {}
1755
1756
  },
1757
+ "UpdateKinesisStreamingDestination": {
1758
+ "input": {
1759
+ "type": "structure",
1760
+ "required": [
1761
+ "TableName",
1762
+ "StreamArn"
1763
+ ],
1764
+ "members": {
1765
+ "TableName": {},
1766
+ "StreamArn": {},
1767
+ "UpdateKinesisStreamingConfiguration": {
1768
+ "shape": "Say"
1769
+ }
1770
+ }
1771
+ },
1772
+ "output": {
1773
+ "type": "structure",
1774
+ "members": {
1775
+ "TableName": {},
1776
+ "StreamArn": {},
1777
+ "DestinationStatus": {},
1778
+ "UpdateKinesisStreamingConfiguration": {
1779
+ "shape": "Say"
1780
+ }
1781
+ }
1782
+ },
1783
+ "endpointdiscovery": {}
1784
+ },
1756
1785
  "UpdateTable": {
1757
1786
  "input": {
1758
1787
  "type": "structure",
@@ -1841,7 +1870,7 @@
1841
1870
  "shape": "S2c"
1842
1871
  },
1843
1872
  "GlobalSecondaryIndexes": {
1844
- "shape": "Sb4"
1873
+ "shape": "Sb9"
1845
1874
  },
1846
1875
  "TableClassOverride": {}
1847
1876
  }
@@ -1858,7 +1887,7 @@
1858
1887
  "shape": "S2c"
1859
1888
  },
1860
1889
  "GlobalSecondaryIndexes": {
1861
- "shape": "Sb4"
1890
+ "shape": "Sb9"
1862
1891
  },
1863
1892
  "TableClassOverride": {}
1864
1893
  }
@@ -1905,14 +1934,14 @@
1905
1934
  "members": {
1906
1935
  "IndexName": {},
1907
1936
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1908
- "shape": "Saf"
1937
+ "shape": "Sah"
1909
1938
  }
1910
1939
  }
1911
1940
  }
1912
1941
  },
1913
1942
  "TableName": {},
1914
1943
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1915
- "shape": "Saf"
1944
+ "shape": "Sah"
1916
1945
  },
1917
1946
  "ReplicaUpdates": {
1918
1947
  "type": "list",
@@ -1930,13 +1959,13 @@
1930
1959
  "members": {
1931
1960
  "IndexName": {},
1932
1961
  "ProvisionedReadCapacityAutoScalingUpdate": {
1933
- "shape": "Saf"
1962
+ "shape": "Sah"
1934
1963
  }
1935
1964
  }
1936
1965
  }
1937
1966
  },
1938
1967
  "ReplicaProvisionedReadCapacityAutoScalingUpdate": {
1939
- "shape": "Saf"
1968
+ "shape": "Sah"
1940
1969
  }
1941
1970
  }
1942
1971
  }
@@ -1947,7 +1976,7 @@
1947
1976
  "type": "structure",
1948
1977
  "members": {
1949
1978
  "TableAutoScalingDescription": {
1950
- "shape": "S7c"
1979
+ "shape": "S7d"
1951
1980
  }
1952
1981
  }
1953
1982
  }
@@ -1962,7 +1991,7 @@
1962
1991
  "members": {
1963
1992
  "TableName": {},
1964
1993
  "TimeToLiveSpecification": {
1965
- "shape": "Sbi"
1994
+ "shape": "Sbn"
1966
1995
  }
1967
1996
  }
1968
1997
  },
@@ -1970,7 +1999,7 @@
1970
1999
  "type": "structure",
1971
2000
  "members": {
1972
2001
  "TimeToLiveSpecification": {
1973
- "shape": "Sbi"
2002
+ "shape": "Sbn"
1974
2003
  }
1975
2004
  }
1976
2005
  },
@@ -2992,7 +3021,7 @@
2992
3021
  }
2993
3022
  }
2994
3023
  },
2995
- "S7c": {
3024
+ "S7d": {
2996
3025
  "type": "structure",
2997
3026
  "members": {
2998
3027
  "TableName": {},
@@ -3031,7 +3060,7 @@
3031
3060
  }
3032
3061
  }
3033
3062
  },
3034
- "S7j": {
3063
+ "S7k": {
3035
3064
  "type": "structure",
3036
3065
  "required": [
3037
3066
  "TableName",
@@ -3039,18 +3068,30 @@
3039
3068
  ],
3040
3069
  "members": {
3041
3070
  "TableName": {},
3042
- "StreamArn": {}
3071
+ "StreamArn": {},
3072
+ "EnableKinesisStreamingConfiguration": {
3073
+ "shape": "S7l"
3074
+ }
3043
3075
  }
3044
3076
  },
3045
- "S7k": {
3077
+ "S7l": {
3078
+ "type": "structure",
3079
+ "members": {
3080
+ "ApproximateCreationDateTimePrecision": {}
3081
+ }
3082
+ },
3083
+ "S7m": {
3046
3084
  "type": "structure",
3047
3085
  "members": {
3048
3086
  "TableName": {},
3049
3087
  "StreamArn": {},
3050
- "DestinationStatus": {}
3088
+ "DestinationStatus": {},
3089
+ "EnableKinesisStreamingConfiguration": {
3090
+ "shape": "S7l"
3091
+ }
3051
3092
  }
3052
3093
  },
3053
- "S7u": {
3094
+ "S7w": {
3054
3095
  "type": "list",
3055
3096
  "member": {
3056
3097
  "type": "structure",
@@ -3061,7 +3102,7 @@
3061
3102
  }
3062
3103
  }
3063
3104
  },
3064
- "S98": {
3105
+ "S9a": {
3065
3106
  "type": "structure",
3066
3107
  "required": [
3067
3108
  "ComparisonOperator"
@@ -3073,14 +3114,14 @@
3073
3114
  "ComparisonOperator": {}
3074
3115
  }
3075
3116
  },
3076
- "S99": {
3117
+ "S9b": {
3077
3118
  "type": "map",
3078
3119
  "key": {},
3079
3120
  "value": {
3080
- "shape": "S98"
3121
+ "shape": "S9a"
3081
3122
  }
3082
3123
  },
3083
- "Saf": {
3124
+ "Sah": {
3084
3125
  "type": "structure",
3085
3126
  "members": {
3086
3127
  "MinimumUnits": {
@@ -3124,7 +3165,13 @@
3124
3165
  }
3125
3166
  }
3126
3167
  },
3127
- "Sb4": {
3168
+ "Say": {
3169
+ "type": "structure",
3170
+ "members": {
3171
+ "ApproximateCreationDateTimePrecision": {}
3172
+ }
3173
+ },
3174
+ "Sb9": {
3128
3175
  "type": "list",
3129
3176
  "member": {
3130
3177
  "type": "structure",
@@ -3139,7 +3186,7 @@
3139
3186
  }
3140
3187
  }
3141
3188
  },
3142
- "Sbi": {
3189
+ "Sbn": {
3143
3190
  "type": "structure",
3144
3191
  "required": [
3145
3192
  "Enabled",
@@ -292,11 +292,11 @@ declare class Athena extends Service {
292
292
  */
293
293
  getWorkGroup(callback?: (err: AWSError, data: Athena.Types.GetWorkGroupOutput) => void): Request<Athena.Types.GetWorkGroupOutput, AWSError>;
294
294
  /**
295
- * Imports a single ipynb file to a Spark enabled workgroup. The maximum file size that can be imported is 10 megabytes. If an ipynb file with the same name already exists in the workgroup, throws an error.
295
+ * Imports a single ipynb file to a Spark enabled workgroup. To import the notebook, the request must specify a value for either Payload or NoteBookS3LocationUri. If neither is specified or both are specified, an InvalidRequestException occurs. The maximum file size that can be imported is 10 megabytes. If an ipynb file with the same name already exists in the workgroup, throws an error.
296
296
  */
297
297
  importNotebook(params: Athena.Types.ImportNotebookInput, callback?: (err: AWSError, data: Athena.Types.ImportNotebookOutput) => void): Request<Athena.Types.ImportNotebookOutput, AWSError>;
298
298
  /**
299
- * Imports a single ipynb file to a Spark enabled workgroup. The maximum file size that can be imported is 10 megabytes. If an ipynb file with the same name already exists in the workgroup, throws an error.
299
+ * Imports a single ipynb file to a Spark enabled workgroup. To import the notebook, the request must specify a value for either Payload or NoteBookS3LocationUri. If neither is specified or both are specified, an InvalidRequestException occurs. The maximum file size that can be imported is 10 megabytes. If an ipynb file with the same name already exists in the workgroup, throws an error.
300
300
  */
301
301
  importNotebook(callback?: (err: AWSError, data: Athena.Types.ImportNotebookOutput) => void): Request<Athena.Types.ImportNotebookOutput, AWSError>;
302
302
  /**
@@ -1568,13 +1568,17 @@ declare namespace Athena {
1568
1568
  */
1569
1569
  Name: NotebookName;
1570
1570
  /**
1571
- * The notebook content to be imported.
1571
+ * The notebook content to be imported. The payload must be in ipynb format.
1572
1572
  */
1573
- Payload: Payload;
1573
+ Payload?: Payload;
1574
1574
  /**
1575
1575
  * The notebook content type. Currently, the only valid type is IPYNB.
1576
1576
  */
1577
1577
  Type: NotebookType;
1578
+ /**
1579
+ * A URI that specifies the Amazon S3 location of a notebook file in ipynb format.
1580
+ */
1581
+ NotebookS3LocationUri?: S3Uri;
1578
1582
  /**
1579
1583
  * A unique case-sensitive string used to ensure the request to import the notebook is idempotent (executes only once). This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
1580
1584
  */
@@ -3009,7 +3013,7 @@ declare namespace Athena {
3009
3013
  */
3010
3014
  AdditionalConfiguration?: NameString;
3011
3015
  /**
3012
- * The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.
3016
+ * The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups.
3013
3017
  */
3014
3018
  ExecutionRole?: RoleArn;
3015
3019
  /**