cdk-comprehend-s3olap 2.0.85 → 2.0.86

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/controltower-2018-05-10.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +148 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.min.json +732 -15
  11. package/node_modules/aws-sdk/apis/identitystore-2020-06-15.paginators.json +16 -2
  12. package/node_modules/aws-sdk/apis/iotthingsgraph-2018-09-06.min.json +105 -35
  13. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +25 -19
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +132 -132
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +483 -459
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/cloudfront.d.ts +7 -7
  20. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +134 -134
  21. package/node_modules/aws-sdk/clients/controltower.d.ts +169 -0
  22. package/node_modules/aws-sdk/clients/controltower.js +18 -0
  23. package/node_modules/aws-sdk/clients/identitystore.d.ts +806 -22
  24. package/node_modules/aws-sdk/clients/iotthingsgraph.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/ivs.d.ts +9 -0
  26. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +130 -130
  27. package/node_modules/aws-sdk/clients/route53.d.ts +1 -1
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +63 -17
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +47 -10
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +33 -33
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +1 -1
  37. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +1 -1
  38. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +1 -1
  39. package/node_modules/es-abstract/CHANGELOG.md +8 -0
  40. package/node_modules/es-abstract/package.json +9 -8
  41. package/package.json +3 -3
@@ -0,0 +1,169 @@
1
+ import {Request} from '../lib/request';
2
+ import {Response} from '../lib/response';
3
+ import {AWSError} from '../lib/error';
4
+ import {Service} from '../lib/service';
5
+ import {ServiceConfigurationOptions} from '../lib/service';
6
+ import {ConfigBase as Config} from '../lib/config-base';
7
+ interface Blob {}
8
+ declare class ControlTower extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: ControlTower.Types.ClientConfiguration)
13
+ config: Config & ControlTower.Types.ClientConfiguration;
14
+ /**
15
+ * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify.
16
+ */
17
+ disableControl(params: ControlTower.Types.DisableControlInput, callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
18
+ /**
19
+ * This API call turns off a control. It starts an asynchronous operation that deletes AWS resources on the specified organizational unit and the accounts it contains. The resources will vary according to the control that you specify.
20
+ */
21
+ disableControl(callback?: (err: AWSError, data: ControlTower.Types.DisableControlOutput) => void): Request<ControlTower.Types.DisableControlOutput, AWSError>;
22
+ /**
23
+ * This API call activates a control. It starts an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
24
+ */
25
+ enableControl(params: ControlTower.Types.EnableControlInput, callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
26
+ /**
27
+ * This API call activates a control. It starts an asynchronous operation that creates AWS resources on the specified organizational unit and the accounts it contains. The resources created will vary according to the control that you specify.
28
+ */
29
+ enableControl(callback?: (err: AWSError, data: ControlTower.Types.EnableControlOutput) => void): Request<ControlTower.Types.EnableControlOutput, AWSError>;
30
+ /**
31
+ * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days.
32
+ */
33
+ getControlOperation(params: ControlTower.Types.GetControlOperationInput, callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
34
+ /**
35
+ * Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days.
36
+ */
37
+ getControlOperation(callback?: (err: AWSError, data: ControlTower.Types.GetControlOperationOutput) => void): Request<ControlTower.Types.GetControlOperationOutput, AWSError>;
38
+ /**
39
+ * Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
40
+ */
41
+ listEnabledControls(params: ControlTower.Types.ListEnabledControlsInput, callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
42
+ /**
43
+ * Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
44
+ */
45
+ listEnabledControls(callback?: (err: AWSError, data: ControlTower.Types.ListEnabledControlsOutput) => void): Request<ControlTower.Types.ListEnabledControlsOutput, AWSError>;
46
+ }
47
+ declare namespace ControlTower {
48
+ export type ControlIdentifier = string;
49
+ export interface ControlOperation {
50
+ /**
51
+ * The time that the operation finished.
52
+ */
53
+ endTime?: SyntheticTimestamp_date_time;
54
+ /**
55
+ * One of ENABLE_CONTROL or DISABLE_CONTROL.
56
+ */
57
+ operationType?: ControlOperationType;
58
+ /**
59
+ * The time that the operation began.
60
+ */
61
+ startTime?: SyntheticTimestamp_date_time;
62
+ /**
63
+ * One of IN_PROGRESS, SUCEEDED, or FAILED.
64
+ */
65
+ status?: ControlOperationStatus;
66
+ /**
67
+ * If the operation result is FAILED, this string contains a message explaining why the operation failed.
68
+ */
69
+ statusMessage?: String;
70
+ }
71
+ export type ControlOperationStatus = "SUCCEEDED"|"FAILED"|"IN_PROGRESS"|string;
72
+ export type ControlOperationType = "ENABLE_CONTROL"|"DISABLE_CONTROL"|string;
73
+ export interface DisableControlInput {
74
+ /**
75
+ * The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
76
+ */
77
+ controlIdentifier: ControlIdentifier;
78
+ /**
79
+ * The ARN of the organizational unit.
80
+ */
81
+ targetIdentifier: TargetIdentifier;
82
+ }
83
+ export interface DisableControlOutput {
84
+ /**
85
+ * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
86
+ */
87
+ operationIdentifier: OperationIdentifier;
88
+ }
89
+ export interface EnableControlInput {
90
+ /**
91
+ * The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
92
+ */
93
+ controlIdentifier: ControlIdentifier;
94
+ /**
95
+ * The ARN of the organizational unit.
96
+ */
97
+ targetIdentifier: TargetIdentifier;
98
+ }
99
+ export interface EnableControlOutput {
100
+ /**
101
+ * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
102
+ */
103
+ operationIdentifier: OperationIdentifier;
104
+ }
105
+ export interface EnabledControlSummary {
106
+ /**
107
+ * The ARN of the control. Only Strongly recommended and Elective controls are permitted, with the exception of the Region deny guardrail.
108
+ */
109
+ controlIdentifier?: ControlIdentifier;
110
+ }
111
+ export type EnabledControls = EnabledControlSummary[];
112
+ export interface GetControlOperationInput {
113
+ /**
114
+ * The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
115
+ */
116
+ operationIdentifier: OperationIdentifier;
117
+ }
118
+ export interface GetControlOperationOutput {
119
+ /**
120
+ *
121
+ */
122
+ controlOperation: ControlOperation;
123
+ }
124
+ export interface ListEnabledControlsInput {
125
+ /**
126
+ * How many results to return per API call.
127
+ */
128
+ maxResults?: MaxResults;
129
+ /**
130
+ * The token to continue the list from a previous API call with the same parameters.
131
+ */
132
+ nextToken?: String;
133
+ /**
134
+ * The ARN of the organizational unit.
135
+ */
136
+ targetIdentifier: TargetIdentifier;
137
+ }
138
+ export interface ListEnabledControlsOutput {
139
+ /**
140
+ * Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
141
+ */
142
+ enabledControls: EnabledControls;
143
+ /**
144
+ * Retrieves the next page of results. If the string is empty, the current response is the end of the results.
145
+ */
146
+ nextToken?: String;
147
+ }
148
+ export type MaxResults = number;
149
+ export type OperationIdentifier = string;
150
+ export type String = string;
151
+ export type SyntheticTimestamp_date_time = Date;
152
+ export type TargetIdentifier = string;
153
+ /**
154
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
155
+ */
156
+ export type apiVersion = "2018-05-10"|"latest"|string;
157
+ export interface ClientApiVersions {
158
+ /**
159
+ * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
160
+ */
161
+ apiVersion?: apiVersion;
162
+ }
163
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
164
+ /**
165
+ * Contains interfaces for use with the ControlTower client.
166
+ */
167
+ export import Types = ControlTower;
168
+ }
169
+ export = ControlTower;
@@ -0,0 +1,18 @@
1
+ require('../lib/node_loader');
2
+ var AWS = require('../lib/core');
3
+ var Service = AWS.Service;
4
+ var apiLoader = AWS.apiLoader;
5
+
6
+ apiLoader.services['controltower'] = {};
7
+ AWS.ControlTower = Service.defineService('controltower', ['2018-05-10']);
8
+ Object.defineProperty(apiLoader.services['controltower'], '2018-05-10', {
9
+ get: function get() {
10
+ var model = require('../apis/controltower-2018-05-10.min.json');
11
+ model.paginators = require('../apis/controltower-2018-05-10.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.ControlTower;