aws-sdk 2.1594.0 → 2.1595.0

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/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1594.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1595.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,228 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-05-10",
5
+ "endpointPrefix": "controlcatalog",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Control Catalog",
9
+ "serviceId": "ControlCatalog",
10
+ "signatureVersion": "v4",
11
+ "signingName": "controlcatalog",
12
+ "uid": "controlcatalog-2018-05-10"
13
+ },
14
+ "operations": {
15
+ "ListCommonControls": {
16
+ "http": {
17
+ "requestUri": "/common-controls",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "members": {
23
+ "CommonControlFilter": {
24
+ "type": "structure",
25
+ "members": {
26
+ "Objectives": {
27
+ "type": "list",
28
+ "member": {
29
+ "type": "structure",
30
+ "members": {
31
+ "Arn": {}
32
+ }
33
+ }
34
+ }
35
+ }
36
+ },
37
+ "MaxResults": {
38
+ "location": "querystring",
39
+ "locationName": "maxResults",
40
+ "type": "integer"
41
+ },
42
+ "NextToken": {
43
+ "location": "querystring",
44
+ "locationName": "nextToken"
45
+ }
46
+ }
47
+ },
48
+ "output": {
49
+ "type": "structure",
50
+ "required": [
51
+ "CommonControls"
52
+ ],
53
+ "members": {
54
+ "CommonControls": {
55
+ "type": "list",
56
+ "member": {
57
+ "type": "structure",
58
+ "required": [
59
+ "Arn",
60
+ "CreateTime",
61
+ "Description",
62
+ "Domain",
63
+ "LastUpdateTime",
64
+ "Name",
65
+ "Objective"
66
+ ],
67
+ "members": {
68
+ "Arn": {},
69
+ "CreateTime": {
70
+ "type": "timestamp"
71
+ },
72
+ "Description": {},
73
+ "Domain": {
74
+ "shape": "Se"
75
+ },
76
+ "LastUpdateTime": {
77
+ "type": "timestamp"
78
+ },
79
+ "Name": {},
80
+ "Objective": {
81
+ "type": "structure",
82
+ "members": {
83
+ "Arn": {},
84
+ "Name": {}
85
+ }
86
+ }
87
+ }
88
+ }
89
+ },
90
+ "NextToken": {}
91
+ }
92
+ }
93
+ },
94
+ "ListDomains": {
95
+ "http": {
96
+ "requestUri": "/domains",
97
+ "responseCode": 200
98
+ },
99
+ "input": {
100
+ "type": "structure",
101
+ "members": {
102
+ "MaxResults": {
103
+ "location": "querystring",
104
+ "locationName": "maxResults",
105
+ "type": "integer"
106
+ },
107
+ "NextToken": {
108
+ "location": "querystring",
109
+ "locationName": "nextToken"
110
+ }
111
+ }
112
+ },
113
+ "output": {
114
+ "type": "structure",
115
+ "required": [
116
+ "Domains"
117
+ ],
118
+ "members": {
119
+ "Domains": {
120
+ "type": "list",
121
+ "member": {
122
+ "type": "structure",
123
+ "required": [
124
+ "Arn",
125
+ "CreateTime",
126
+ "Description",
127
+ "LastUpdateTime",
128
+ "Name"
129
+ ],
130
+ "members": {
131
+ "Arn": {},
132
+ "CreateTime": {
133
+ "type": "timestamp"
134
+ },
135
+ "Description": {},
136
+ "LastUpdateTime": {
137
+ "type": "timestamp"
138
+ },
139
+ "Name": {}
140
+ }
141
+ }
142
+ },
143
+ "NextToken": {}
144
+ }
145
+ }
146
+ },
147
+ "ListObjectives": {
148
+ "http": {
149
+ "requestUri": "/objectives",
150
+ "responseCode": 200
151
+ },
152
+ "input": {
153
+ "type": "structure",
154
+ "members": {
155
+ "MaxResults": {
156
+ "location": "querystring",
157
+ "locationName": "maxResults",
158
+ "type": "integer"
159
+ },
160
+ "NextToken": {
161
+ "location": "querystring",
162
+ "locationName": "nextToken"
163
+ },
164
+ "ObjectiveFilter": {
165
+ "type": "structure",
166
+ "members": {
167
+ "Domains": {
168
+ "type": "list",
169
+ "member": {
170
+ "type": "structure",
171
+ "members": {
172
+ "Arn": {}
173
+ }
174
+ }
175
+ }
176
+ }
177
+ }
178
+ }
179
+ },
180
+ "output": {
181
+ "type": "structure",
182
+ "required": [
183
+ "Objectives"
184
+ ],
185
+ "members": {
186
+ "NextToken": {},
187
+ "Objectives": {
188
+ "type": "list",
189
+ "member": {
190
+ "type": "structure",
191
+ "required": [
192
+ "Arn",
193
+ "CreateTime",
194
+ "Description",
195
+ "Domain",
196
+ "LastUpdateTime",
197
+ "Name"
198
+ ],
199
+ "members": {
200
+ "Arn": {},
201
+ "CreateTime": {
202
+ "type": "timestamp"
203
+ },
204
+ "Description": {},
205
+ "Domain": {
206
+ "shape": "Se"
207
+ },
208
+ "LastUpdateTime": {
209
+ "type": "timestamp"
210
+ },
211
+ "Name": {}
212
+ }
213
+ }
214
+ }
215
+ }
216
+ }
217
+ }
218
+ },
219
+ "shapes": {
220
+ "Se": {
221
+ "type": "structure",
222
+ "members": {
223
+ "Arn": {},
224
+ "Name": {}
225
+ }
226
+ }
227
+ }
228
+ }
@@ -0,0 +1,22 @@
1
+ {
2
+ "pagination": {
3
+ "ListCommonControls": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "CommonControls"
8
+ },
9
+ "ListDomains": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Domains"
14
+ },
15
+ "ListObjectives": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "Objectives"
20
+ }
21
+ }
22
+ }
@@ -1418,5 +1418,8 @@
1418
1418
  },
1419
1419
  "deadline": {
1420
1420
  "name": "Deadline"
1421
+ },
1422
+ "controlcatalog": {
1423
+ "name": "ControlCatalog"
1421
1424
  }
1422
1425
  }
package/clients/all.d.ts CHANGED
@@ -378,3 +378,4 @@ export import Chatbot = require('./chatbot');
378
378
  export import TimestreamInfluxDB = require('./timestreaminfluxdb');
379
379
  export import CodeConnections = require('./codeconnections');
380
380
  export import Deadline = require('./deadline');
381
+ export import ControlCatalog = require('./controlcatalog');
package/clients/all.js CHANGED
@@ -379,5 +379,6 @@ module.exports = {
379
379
  Chatbot: require('./chatbot'),
380
380
  TimestreamInfluxDB: require('./timestreaminfluxdb'),
381
381
  CodeConnections: require('./codeconnections'),
382
- Deadline: require('./deadline')
382
+ Deadline: require('./deadline'),
383
+ ControlCatalog: require('./controlcatalog')
383
384
  };
@@ -0,0 +1,260 @@
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 ControlCatalog extends Service {
9
+ /**
10
+ * Constructs a service object. This object has one method for each API operation.
11
+ */
12
+ constructor(options?: ControlCatalog.Types.ClientConfiguration)
13
+ config: Config & ControlCatalog.Types.ClientConfiguration;
14
+ /**
15
+ * Returns a paginated list of common controls from the Amazon Web Services Control Catalog. You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.
16
+ */
17
+ listCommonControls(params: ControlCatalog.Types.ListCommonControlsRequest, callback?: (err: AWSError, data: ControlCatalog.Types.ListCommonControlsResponse) => void): Request<ControlCatalog.Types.ListCommonControlsResponse, AWSError>;
18
+ /**
19
+ * Returns a paginated list of common controls from the Amazon Web Services Control Catalog. You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.
20
+ */
21
+ listCommonControls(callback?: (err: AWSError, data: ControlCatalog.Types.ListCommonControlsResponse) => void): Request<ControlCatalog.Types.ListCommonControlsResponse, AWSError>;
22
+ /**
23
+ * Returns a paginated list of domains from the Amazon Web Services Control Catalog.
24
+ */
25
+ listDomains(params: ControlCatalog.Types.ListDomainsRequest, callback?: (err: AWSError, data: ControlCatalog.Types.ListDomainsResponse) => void): Request<ControlCatalog.Types.ListDomainsResponse, AWSError>;
26
+ /**
27
+ * Returns a paginated list of domains from the Amazon Web Services Control Catalog.
28
+ */
29
+ listDomains(callback?: (err: AWSError, data: ControlCatalog.Types.ListDomainsResponse) => void): Request<ControlCatalog.Types.ListDomainsResponse, AWSError>;
30
+ /**
31
+ * Returns a paginated list of objectives from the Amazon Web Services Control Catalog. You can apply an optional filter to see the objectives that belong to a specific domain. If you don’t provide a filter, the operation returns all objectives.
32
+ */
33
+ listObjectives(params: ControlCatalog.Types.ListObjectivesRequest, callback?: (err: AWSError, data: ControlCatalog.Types.ListObjectivesResponse) => void): Request<ControlCatalog.Types.ListObjectivesResponse, AWSError>;
34
+ /**
35
+ * Returns a paginated list of objectives from the Amazon Web Services Control Catalog. You can apply an optional filter to see the objectives that belong to a specific domain. If you don’t provide a filter, the operation returns all objectives.
36
+ */
37
+ listObjectives(callback?: (err: AWSError, data: ControlCatalog.Types.ListObjectivesResponse) => void): Request<ControlCatalog.Types.ListObjectivesResponse, AWSError>;
38
+ }
39
+ declare namespace ControlCatalog {
40
+ export interface AssociatedDomainSummary {
41
+ /**
42
+ * The Amazon Resource Name (ARN) of the related domain.
43
+ */
44
+ Arn?: DomainArn;
45
+ /**
46
+ * The name of the related domain.
47
+ */
48
+ Name?: String;
49
+ }
50
+ export interface AssociatedObjectiveSummary {
51
+ /**
52
+ * The Amazon Resource Name (ARN) of the related objective.
53
+ */
54
+ Arn?: ObjectiveArn;
55
+ /**
56
+ * The name of the related objective.
57
+ */
58
+ Name?: String;
59
+ }
60
+ export type CommonControlArn = string;
61
+ export interface CommonControlFilter {
62
+ /**
63
+ * The objective that's used as filter criteria. You can use this parameter to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
64
+ */
65
+ Objectives?: ObjectiveResourceFilterList;
66
+ }
67
+ export interface CommonControlSummary {
68
+ /**
69
+ * The Amazon Resource Name (ARN) that identifies the common control.
70
+ */
71
+ Arn: CommonControlArn;
72
+ /**
73
+ * The time when the common control was created.
74
+ */
75
+ CreateTime: Timestamp;
76
+ /**
77
+ * The description of the common control.
78
+ */
79
+ Description: String;
80
+ /**
81
+ * The domain that the common control belongs to.
82
+ */
83
+ Domain: AssociatedDomainSummary;
84
+ /**
85
+ * The time when the common control was most recently updated.
86
+ */
87
+ LastUpdateTime: Timestamp;
88
+ /**
89
+ * The name of the common control.
90
+ */
91
+ Name: String;
92
+ /**
93
+ * The objective that the common control belongs to.
94
+ */
95
+ Objective: AssociatedObjectiveSummary;
96
+ }
97
+ export type CommonControlSummaryList = CommonControlSummary[];
98
+ export type DomainArn = string;
99
+ export interface DomainResourceFilter {
100
+ /**
101
+ * The Amazon Resource Name (ARN) of the domain.
102
+ */
103
+ Arn?: DomainArn;
104
+ }
105
+ export type DomainResourceFilterList = DomainResourceFilter[];
106
+ export interface DomainSummary {
107
+ /**
108
+ * The Amazon Resource Name (ARN) that identifies the domain.
109
+ */
110
+ Arn: DomainArn;
111
+ /**
112
+ * The time when the domain was created.
113
+ */
114
+ CreateTime: Timestamp;
115
+ /**
116
+ * The description of the domain.
117
+ */
118
+ Description: String;
119
+ /**
120
+ * The time when the domain was most recently updated.
121
+ */
122
+ LastUpdateTime: Timestamp;
123
+ /**
124
+ * The name of the domain.
125
+ */
126
+ Name: String;
127
+ }
128
+ export type DomainSummaryList = DomainSummary[];
129
+ export interface ListCommonControlsRequest {
130
+ /**
131
+ * An optional filter that narrows the results to a specific objective. This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.
132
+ */
133
+ CommonControlFilter?: CommonControlFilter;
134
+ /**
135
+ * The maximum number of results on a page or for an API request call.
136
+ */
137
+ MaxResults?: MaxListCommonControlsResults;
138
+ /**
139
+ * The pagination token that's used to fetch the next set of results.
140
+ */
141
+ NextToken?: PaginationToken;
142
+ }
143
+ export interface ListCommonControlsResponse {
144
+ /**
145
+ * The list of common controls that the ListCommonControls API returns.
146
+ */
147
+ CommonControls: CommonControlSummaryList;
148
+ /**
149
+ * The pagination token that's used to fetch the next set of results.
150
+ */
151
+ NextToken?: PaginationToken;
152
+ }
153
+ export interface ListDomainsRequest {
154
+ /**
155
+ * The maximum number of results on a page or for an API request call.
156
+ */
157
+ MaxResults?: MaxListDomainsResults;
158
+ /**
159
+ * The pagination token that's used to fetch the next set of results.
160
+ */
161
+ NextToken?: PaginationToken;
162
+ }
163
+ export interface ListDomainsResponse {
164
+ /**
165
+ * The list of domains that the ListDomains API returns.
166
+ */
167
+ Domains: DomainSummaryList;
168
+ /**
169
+ * The pagination token that's used to fetch the next set of results.
170
+ */
171
+ NextToken?: PaginationToken;
172
+ }
173
+ export interface ListObjectivesRequest {
174
+ /**
175
+ * The maximum number of results on a page or for an API request call.
176
+ */
177
+ MaxResults?: MaxListObjectivesResults;
178
+ /**
179
+ * The pagination token that's used to fetch the next set of results.
180
+ */
181
+ NextToken?: PaginationToken;
182
+ /**
183
+ * An optional filter that narrows the results to a specific domain. This filter allows you to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.
184
+ */
185
+ ObjectiveFilter?: ObjectiveFilter;
186
+ }
187
+ export interface ListObjectivesResponse {
188
+ /**
189
+ * The pagination token that's used to fetch the next set of results.
190
+ */
191
+ NextToken?: PaginationToken;
192
+ /**
193
+ * The list of objectives that the ListObjectives API returns.
194
+ */
195
+ Objectives: ObjectiveSummaryList;
196
+ }
197
+ export type MaxListCommonControlsResults = number;
198
+ export type MaxListDomainsResults = number;
199
+ export type MaxListObjectivesResults = number;
200
+ export type ObjectiveArn = string;
201
+ export interface ObjectiveFilter {
202
+ /**
203
+ * The domain that's used as filter criteria. You can use this parameter to specify one domain ARN at a time. Passing multiple ARNs in the ObjectiveFilter isn’t currently supported.
204
+ */
205
+ Domains?: DomainResourceFilterList;
206
+ }
207
+ export interface ObjectiveResourceFilter {
208
+ /**
209
+ * The Amazon Resource Name (ARN) of the objective.
210
+ */
211
+ Arn?: ObjectiveArn;
212
+ }
213
+ export type ObjectiveResourceFilterList = ObjectiveResourceFilter[];
214
+ export interface ObjectiveSummary {
215
+ /**
216
+ * The Amazon Resource Name (ARN) that identifies the objective.
217
+ */
218
+ Arn: ObjectiveArn;
219
+ /**
220
+ * The time when the objective was created.
221
+ */
222
+ CreateTime: Timestamp;
223
+ /**
224
+ * The description of the objective.
225
+ */
226
+ Description: String;
227
+ /**
228
+ * The domain that the objective belongs to.
229
+ */
230
+ Domain: AssociatedDomainSummary;
231
+ /**
232
+ * The time when the objective was most recently updated.
233
+ */
234
+ LastUpdateTime: Timestamp;
235
+ /**
236
+ * The name of the objective.
237
+ */
238
+ Name: String;
239
+ }
240
+ export type ObjectiveSummaryList = ObjectiveSummary[];
241
+ export type PaginationToken = string;
242
+ export type String = string;
243
+ export type Timestamp = Date;
244
+ /**
245
+ * 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.
246
+ */
247
+ export type apiVersion = "2018-05-10"|"latest"|string;
248
+ export interface ClientApiVersions {
249
+ /**
250
+ * 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.
251
+ */
252
+ apiVersion?: apiVersion;
253
+ }
254
+ export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
255
+ /**
256
+ * Contains interfaces for use with the ControlCatalog client.
257
+ */
258
+ export import Types = ControlCatalog;
259
+ }
260
+ export = ControlCatalog;
@@ -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['controlcatalog'] = {};
7
+ AWS.ControlCatalog = Service.defineService('controlcatalog', ['2018-05-10']);
8
+ Object.defineProperty(apiLoader.services['controlcatalog'], '2018-05-10', {
9
+ get: function get() {
10
+ var model = require('../apis/controlcatalog-2018-05-10.min.json');
11
+ model.paginators = require('../apis/controlcatalog-2018-05-10.paginators.json').pagination;
12
+ return model;
13
+ },
14
+ enumerable: true,
15
+ configurable: true
16
+ });
17
+
18
+ module.exports = AWS.ControlCatalog;
package/clients/mgn.d.ts CHANGED
@@ -516,11 +516,11 @@ declare class Mgn extends Service {
516
516
  */
517
517
  updateConnector(callback?: (err: AWSError, data: Mgn.Types.Connector) => void): Request<Mgn.Types.Connector, AWSError>;
518
518
  /**
519
- * Updates multiple LaunchConfigurations by Source Server ID.
519
+ * Updates multiple LaunchConfigurations by Source Server ID. bootMode valid values are LEGACY_BIOS | UEFI
520
520
  */
521
521
  updateLaunchConfiguration(params: Mgn.Types.UpdateLaunchConfigurationRequest, callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
522
522
  /**
523
- * Updates multiple LaunchConfigurations by Source Server ID.
523
+ * Updates multiple LaunchConfigurations by Source Server ID. bootMode valid values are LEGACY_BIOS | UEFI
524
524
  */
525
525
  updateLaunchConfiguration(callback?: (err: AWSError, data: Mgn.Types.LaunchConfiguration) => void): Request<Mgn.Types.LaunchConfiguration, AWSError>;
526
526
  /**
@@ -575,7 +575,7 @@ declare class Mgn extends Service {
575
575
  declare namespace Mgn {
576
576
  export type ARN = string;
577
577
  export type AccountID = string;
578
- export type ActionCategory = "DISASTER_RECOVERY"|"OPERATING_SYSTEM"|"LICENSE_AND_SUBSCRIPTION"|"VALIDATION"|"OBSERVABILITY"|"SECURITY"|"NETWORKING"|"CONFIGURATION"|"BACKUP"|"OTHER"|string;
578
+ export type ActionCategory = "DISASTER_RECOVERY"|"OPERATING_SYSTEM"|"LICENSE_AND_SUBSCRIPTION"|"VALIDATION"|"OBSERVABILITY"|"REFACTORING"|"SECURITY"|"NETWORKING"|"CONFIGURATION"|"BACKUP"|"OTHER"|string;
579
579
  export type ActionDescription = string;
580
580
  export type ActionID = string;
581
581
  export type ActionIDs = ActionID[];
@@ -703,7 +703,7 @@ declare namespace Mgn {
703
703
  }
704
704
  export type BandwidthThrottling = number;
705
705
  export type Boolean = boolean;
706
- export type BootMode = "LEGACY_BIOS"|"UEFI"|string;
706
+ export type BootMode = "LEGACY_BIOS"|"UEFI"|"USE_SOURCE"|string;
707
707
  export type BoundedString = string;
708
708
  export interface CPU {
709
709
  /**