cdk-comprehend-s3olap 2.0.134 → 2.0.136
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +3 -1
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1279 -275
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +782 -113
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +23 -0
- package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +8 -7
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1234 -1215
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +183 -155
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.examples.json +98 -0
- package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +233 -23
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +0 -12
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +11 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +1119 -89
- package/node_modules/aws-sdk/clients/datasync.d.ts +857 -10
- package/node_modules/aws-sdk/clients/directoryservice.d.ts +7 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +140 -115
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +67 -33
- package/node_modules/aws-sdk/clients/pinpoint.d.ts +208 -23
- package/node_modules/aws-sdk/clients/rekognition.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
- package/node_modules/aws-sdk/dist/aws-sdk.js +2542 -1502
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -1,17 +1,40 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeStorageSystemResourceMetrics": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults",
|
7
|
+
"result_key": "Metrics"
|
8
|
+
},
|
9
|
+
"DescribeStorageSystemResources": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "MaxResults"
|
13
|
+
},
|
3
14
|
"ListAgents": {
|
4
15
|
"input_token": "NextToken",
|
5
16
|
"output_token": "NextToken",
|
6
17
|
"limit_key": "MaxResults",
|
7
18
|
"result_key": "Agents"
|
8
19
|
},
|
20
|
+
"ListDiscoveryJobs": {
|
21
|
+
"input_token": "NextToken",
|
22
|
+
"output_token": "NextToken",
|
23
|
+
"limit_key": "MaxResults",
|
24
|
+
"result_key": "DiscoveryJobs"
|
25
|
+
},
|
9
26
|
"ListLocations": {
|
10
27
|
"input_token": "NextToken",
|
11
28
|
"output_token": "NextToken",
|
12
29
|
"limit_key": "MaxResults",
|
13
30
|
"result_key": "Locations"
|
14
31
|
},
|
32
|
+
"ListStorageSystems": {
|
33
|
+
"input_token": "NextToken",
|
34
|
+
"output_token": "NextToken",
|
35
|
+
"limit_key": "MaxResults",
|
36
|
+
"result_key": "StorageSystems"
|
37
|
+
},
|
15
38
|
"ListTagsForResource": {
|
16
39
|
"input_token": "NextToken",
|
17
40
|
"output_token": "NextToken",
|
@@ -907,7 +907,8 @@
|
|
907
907
|
},
|
908
908
|
"LastRequestedDateTime": {
|
909
909
|
"type": "timestamp"
|
910
|
-
}
|
910
|
+
},
|
911
|
+
"DataType": {}
|
911
912
|
}
|
912
913
|
}
|
913
914
|
},
|
@@ -1057,10 +1058,10 @@
|
|
1057
1058
|
"StatusReason": {},
|
1058
1059
|
"InitiatedBy": {},
|
1059
1060
|
"NewValue": {
|
1060
|
-
"shape": "
|
1061
|
+
"shape": "S6a"
|
1061
1062
|
},
|
1062
1063
|
"PreviousValue": {
|
1063
|
-
"shape": "
|
1064
|
+
"shape": "S6a"
|
1064
1065
|
},
|
1065
1066
|
"StartTime": {
|
1066
1067
|
"type": "timestamp"
|
@@ -1725,7 +1726,7 @@
|
|
1725
1726
|
"DirectoryId": {},
|
1726
1727
|
"UpdateType": {},
|
1727
1728
|
"OSUpdateSettings": {
|
1728
|
-
"shape": "
|
1729
|
+
"shape": "S6b"
|
1729
1730
|
},
|
1730
1731
|
"CreateSnapshotBeforeUpdate": {
|
1731
1732
|
"type": "boolean"
|
@@ -1976,15 +1977,15 @@
|
|
1976
1977
|
}
|
1977
1978
|
}
|
1978
1979
|
},
|
1979
|
-
"
|
1980
|
+
"S6a": {
|
1980
1981
|
"type": "structure",
|
1981
1982
|
"members": {
|
1982
1983
|
"OSUpdateSettings": {
|
1983
|
-
"shape": "
|
1984
|
+
"shape": "S6b"
|
1984
1985
|
}
|
1985
1986
|
}
|
1986
1987
|
},
|
1987
|
-
"
|
1988
|
+
"S6b": {
|
1988
1989
|
"type": "structure",
|
1989
1990
|
"members": {
|
1990
1991
|
"OSVersion": {}
|