p6-cdk-namer 0.8.21 → 0.8.22
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/changelog.md +1 -1
- package/lib/p6namer.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +142 -73
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +374 -302
- package/node_modules/aws-sdk/clients/datasync.d.ts +96 -14
- package/node_modules/aws-sdk/clients/fsx.d.ts +4 -4
- package/node_modules/aws-sdk/clients/s3control.d.ts +3 -3
- package/node_modules/aws-sdk/clients/securityhub.d.ts +136 -1
- 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 +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/p6cdknamer/jsii/jsii.go +2 -2
- package/p6cdknamer/version +1 -1
- package/package.json +3 -3
- package/releasetag.txt +1 -1
- package/version.txt +1 -1
package/.jsii
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"@types/aws-lambda": "^8.10.93",
|
|
12
|
-
"aws-sdk": "^2.
|
|
12
|
+
"aws-sdk": "^2.1108.0",
|
|
13
13
|
"cdk-iam-floyd": "^0.348.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
@@ -3064,6 +3064,6 @@
|
|
|
3064
3064
|
"symbolId": "src/p6namer:P6Namer"
|
|
3065
3065
|
}
|
|
3066
3066
|
},
|
|
3067
|
-
"version": "0.8.
|
|
3068
|
-
"fingerprint": "
|
|
3067
|
+
"version": "0.8.22",
|
|
3068
|
+
"fingerprint": "nSAOcoGR1PqjWvd2PNLmklAMqd/ynez1+bJNlHTt9WQ="
|
|
3069
3069
|
}
|
package/changelog.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
### [0.8.
|
|
2
|
+
### [0.8.22](https://github.com/p6m7g8/p6-cdk-namer/compare/v0.8.21...v0.8.22) (2022-04-06)
|
package/lib/p6namer.js
CHANGED
|
@@ -35,5 +35,5 @@ class P6Namer extends cdk.Resource {
|
|
|
35
35
|
}
|
|
36
36
|
exports.P6Namer = P6Namer;
|
|
37
37
|
_a = JSII_RTTI_SYMBOL_1;
|
|
38
|
-
P6Namer[_a] = { fqn: "p6-cdk-namer.P6Namer", version: "0.8.
|
|
38
|
+
P6Namer[_a] = { fqn: "p6-cdk-namer.P6Namer", version: "0.8.22" };
|
|
39
39
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicDZuYW1lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9wNm5hbWVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsbUNBQW1DO0FBQ25DLGlEQUFpRDtBQUNqRCwwREFBMEQ7QUFDMUQsbURBQW1EO0FBQ25ELHVDQUF1QztBQU92QyxNQUFhLE9BQVEsU0FBUSxHQUFHLENBQUMsUUFBUTtJQUN2QyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQW9CO1FBQzVELEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsTUFBTSxNQUFNLEdBQUcsSUFBSSxLQUFLLENBQUMsR0FBRyxFQUFFLENBQUMsS0FBSyxFQUFFLENBQUMsb0JBQW9CLEVBQUUsQ0FBQztRQUU5RCxNQUFNLE9BQU8sR0FBRyxJQUFJLFFBQVEsQ0FBQyxjQUFjLENBQUMsSUFBSSxFQUFFLFNBQVMsRUFBRTtZQUMzRCxPQUFPLEVBQUUsTUFBTSxDQUFDLE9BQU8sQ0FBQyxXQUFXO1lBQ25DLE9BQU8sRUFBRSxHQUFHLENBQUMsUUFBUSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUM7WUFDaEMsT0FBTyxFQUFFLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTTtZQUM5QixRQUFRLEVBQUU7Z0JBQ1IsTUFBTSxFQUFFLElBQUk7Z0JBQ1osZUFBZSxFQUFFLENBQUMsU0FBUyxDQUFDO2FBQzdCO1NBQ0YsQ0FBQyxDQUFDO1FBRUgsT0FBTyxDQUFDLGVBQWUsQ0FBQyxNQUFNLENBQUMsQ0FBQztRQUVoQyxNQUFNLFFBQVEsR0FBRyxJQUFJLEVBQUUsQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLGtCQUFrQixFQUFFO1lBQ3pELGNBQWMsRUFBRSxPQUFPO1NBQ3hCLENBQUMsQ0FBQztRQUVILElBQUksR0FBRyxDQUFDLGNBQWMsQ0FBQyxJQUFJLEVBQUUsWUFBWSxFQUFFO1lBQ3pDLFlBQVksRUFBRSxRQUFRLENBQUMsWUFBWTtZQUNuQyxVQUFVLEVBQUU7Z0JBQ1YsWUFBWSxFQUFFLEtBQUssQ0FBQyxZQUFZO2FBQ2pDO1NBQ0YsQ0FBQyxDQUFDO0lBQ0wsQ0FBQzs7QUE1QkgsMEJBNkJDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgY2RrIGZyb20gXCJhd3MtY2RrLWxpYlwiO1xuaW1wb3J0ICogYXMgbGFtYmRhIGZyb20gXCJhd3MtY2RrLWxpYi9hd3MtbGFtYmRhXCI7XG5pbXBvcnQgKiBhcyBsYW1iZGFqcyBmcm9tIFwiYXdzLWNkay1saWIvYXdzLWxhbWJkYS1ub2RlanNcIjtcbmltcG9ydCAqIGFzIGNyIGZyb20gXCJhd3MtY2RrLWxpYi9jdXN0b20tcmVzb3VyY2VzXCI7XG5pbXBvcnQgKiBhcyBmbG95ZCBmcm9tIFwiY2RrLWlhbS1mbG95ZFwiO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSBcImNvbnN0cnVjdHNcIjtcblxuZXhwb3J0IGludGVyZmFjZSBJUDZOYW1lclByb3BzIHtcbiAgYWNjb3VudEFsaWFzOiBzdHJpbmc7XG59XG5cbmV4cG9ydCBjbGFzcyBQNk5hbWVyIGV4dGVuZHMgY2RrLlJlc291cmNlIHtcbiAgY29uc3RydWN0b3Ioc2NvcGU6IENvbnN0cnVjdCwgaWQ6IHN0cmluZywgcHJvcHM6IElQNk5hbWVyUHJvcHMpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgY29uc3QgcG9saWN5ID0gbmV3IGZsb3lkLklhbSgpLmFsbG93KCkudG9DcmVhdGVBY2NvdW50QWxpYXMoKTtcblxuICAgIGNvbnN0IG9uRXZlbnQgPSBuZXcgbGFtYmRhanMuTm9kZWpzRnVuY3Rpb24odGhpcywgXCJwNm5hbWVyXCIsIHtcbiAgICAgIHJ1bnRpbWU6IGxhbWJkYS5SdW50aW1lLk5PREVKU18xNF9YLFxuICAgICAgdGltZW91dDogY2RrLkR1cmF0aW9uLnNlY29uZHMoMiksXG4gICAgICB0cmFjaW5nOiBsYW1iZGEuVHJhY2luZy5BQ1RJVkUsXG4gICAgICBidW5kbGluZzoge1xuICAgICAgICBtaW5pZnk6IHRydWUsXG4gICAgICAgIGV4dGVybmFsTW9kdWxlczogW1wiYXdzLXNka1wiXSxcbiAgICAgIH0sXG4gICAgfSk7XG5cbiAgICBvbkV2ZW50LmFkZFRvUm9sZVBvbGljeShwb2xpY3kpO1xuXG4gICAgY29uc3QgcHJvdmlkZXIgPSBuZXcgY3IuUHJvdmlkZXIodGhpcywgXCJQNk5hbWVyL1Byb3ZpZGVyXCIsIHtcbiAgICAgIG9uRXZlbnRIYW5kbGVyOiBvbkV2ZW50LFxuICAgIH0pO1xuXG4gICAgbmV3IGNkay5DdXN0b21SZXNvdXJjZSh0aGlzLCBcIlA2TmFtZXIvQ1JcIiwge1xuICAgICAgc2VydmljZVRva2VuOiBwcm92aWRlci5zZXJ2aWNlVG9rZW4sXG4gICAgICBwcm9wZXJ0aWVzOiB7XG4gICAgICAgIEFjY291bnRBbGlhczogcHJvcHMuYWNjb3VudEFsaWFzLFxuICAgICAgfSxcbiAgICB9KTtcbiAgfVxufVxuIl19
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1108.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.1108.0
|
|
6
|
+
* feature: DataSync: AWS DataSync now supports Amazon FSx for OpenZFS locations.
|
|
7
|
+
* feature: FSx: Provide customers more visibility into file system status by adding new "Misconfigured Unavailable" status for Amazon FSx for Windows File Server.
|
|
8
|
+
* feature: SecurityHub: Added additional ASFF details for RdsSecurityGroup AutoScalingGroup, ElbLoadBalancer, CodeBuildProject and RedshiftCluster.
|
|
9
|
+
|
|
5
10
|
## 2.1107.0
|
|
6
11
|
* feature: Iot: AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
|
|
7
12
|
* feature: Proton: SDK release to support tagging for AWS Proton Repository resource
|
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1108.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -107,6 +107,35 @@
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
+
"CreateLocationFsxOpenZfs": {
|
|
111
|
+
"input": {
|
|
112
|
+
"type": "structure",
|
|
113
|
+
"required": [
|
|
114
|
+
"FsxFilesystemArn",
|
|
115
|
+
"Protocol",
|
|
116
|
+
"SecurityGroupArns"
|
|
117
|
+
],
|
|
118
|
+
"members": {
|
|
119
|
+
"FsxFilesystemArn": {},
|
|
120
|
+
"Protocol": {
|
|
121
|
+
"shape": "St"
|
|
122
|
+
},
|
|
123
|
+
"SecurityGroupArns": {
|
|
124
|
+
"shape": "Sl"
|
|
125
|
+
},
|
|
126
|
+
"Subdirectory": {},
|
|
127
|
+
"Tags": {
|
|
128
|
+
"shape": "S7"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"output": {
|
|
133
|
+
"type": "structure",
|
|
134
|
+
"members": {
|
|
135
|
+
"LocationArn": {}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
110
139
|
"CreateLocationFsxWindows": {
|
|
111
140
|
"input": {
|
|
112
141
|
"type": "structure",
|
|
@@ -128,7 +157,7 @@
|
|
|
128
157
|
"User": {},
|
|
129
158
|
"Domain": {},
|
|
130
159
|
"Password": {
|
|
131
|
-
"shape": "
|
|
160
|
+
"shape": "S13"
|
|
132
161
|
}
|
|
133
162
|
}
|
|
134
163
|
},
|
|
@@ -150,7 +179,7 @@
|
|
|
150
179
|
"members": {
|
|
151
180
|
"Subdirectory": {},
|
|
152
181
|
"NameNodes": {
|
|
153
|
-
"shape": "
|
|
182
|
+
"shape": "S17"
|
|
154
183
|
},
|
|
155
184
|
"BlockSize": {
|
|
156
185
|
"type": "integer"
|
|
@@ -160,7 +189,7 @@
|
|
|
160
189
|
},
|
|
161
190
|
"KmsKeyProviderUri": {},
|
|
162
191
|
"QopConfiguration": {
|
|
163
|
-
"shape": "
|
|
192
|
+
"shape": "S1e"
|
|
164
193
|
},
|
|
165
194
|
"AuthenticationType": {},
|
|
166
195
|
"SimpleUser": {},
|
|
@@ -172,7 +201,7 @@
|
|
|
172
201
|
"type": "blob"
|
|
173
202
|
},
|
|
174
203
|
"AgentArns": {
|
|
175
|
-
"shape": "
|
|
204
|
+
"shape": "S1m"
|
|
176
205
|
},
|
|
177
206
|
"Tags": {
|
|
178
207
|
"shape": "S7"
|
|
@@ -198,10 +227,10 @@
|
|
|
198
227
|
"Subdirectory": {},
|
|
199
228
|
"ServerHostname": {},
|
|
200
229
|
"OnPremConfig": {
|
|
201
|
-
"shape": "
|
|
230
|
+
"shape": "S1r"
|
|
202
231
|
},
|
|
203
232
|
"MountOptions": {
|
|
204
|
-
"shape": "
|
|
233
|
+
"shape": "Sv"
|
|
205
234
|
},
|
|
206
235
|
"Tags": {
|
|
207
236
|
"shape": "S7"
|
|
@@ -233,10 +262,10 @@
|
|
|
233
262
|
"BucketName": {},
|
|
234
263
|
"AccessKey": {},
|
|
235
264
|
"SecretKey": {
|
|
236
|
-
"shape": "
|
|
265
|
+
"shape": "S1z"
|
|
237
266
|
},
|
|
238
267
|
"AgentArns": {
|
|
239
|
-
"shape": "
|
|
268
|
+
"shape": "S1m"
|
|
240
269
|
},
|
|
241
270
|
"Tags": {
|
|
242
271
|
"shape": "S7"
|
|
@@ -262,10 +291,10 @@
|
|
|
262
291
|
"S3BucketArn": {},
|
|
263
292
|
"S3StorageClass": {},
|
|
264
293
|
"S3Config": {
|
|
265
|
-
"shape": "
|
|
294
|
+
"shape": "S24"
|
|
266
295
|
},
|
|
267
296
|
"AgentArns": {
|
|
268
|
-
"shape": "
|
|
297
|
+
"shape": "S1m"
|
|
269
298
|
},
|
|
270
299
|
"Tags": {
|
|
271
300
|
"shape": "S7"
|
|
@@ -295,13 +324,13 @@
|
|
|
295
324
|
"User": {},
|
|
296
325
|
"Domain": {},
|
|
297
326
|
"Password": {
|
|
298
|
-
"shape": "
|
|
327
|
+
"shape": "S13"
|
|
299
328
|
},
|
|
300
329
|
"AgentArns": {
|
|
301
|
-
"shape": "
|
|
330
|
+
"shape": "S1m"
|
|
302
331
|
},
|
|
303
332
|
"MountOptions": {
|
|
304
|
-
"shape": "
|
|
333
|
+
"shape": "S29"
|
|
305
334
|
},
|
|
306
335
|
"Tags": {
|
|
307
336
|
"shape": "S7"
|
|
@@ -328,19 +357,19 @@
|
|
|
328
357
|
"CloudWatchLogGroupArn": {},
|
|
329
358
|
"Name": {},
|
|
330
359
|
"Options": {
|
|
331
|
-
"shape": "
|
|
360
|
+
"shape": "S2e"
|
|
332
361
|
},
|
|
333
362
|
"Excludes": {
|
|
334
|
-
"shape": "
|
|
363
|
+
"shape": "S2t"
|
|
335
364
|
},
|
|
336
365
|
"Schedule": {
|
|
337
|
-
"shape": "
|
|
366
|
+
"shape": "S2x"
|
|
338
367
|
},
|
|
339
368
|
"Tags": {
|
|
340
369
|
"shape": "S7"
|
|
341
370
|
},
|
|
342
371
|
"Includes": {
|
|
343
|
-
"shape": "
|
|
372
|
+
"shape": "S2t"
|
|
344
373
|
}
|
|
345
374
|
}
|
|
346
375
|
},
|
|
@@ -483,6 +512,33 @@
|
|
|
483
512
|
}
|
|
484
513
|
}
|
|
485
514
|
},
|
|
515
|
+
"DescribeLocationFsxOpenZfs": {
|
|
516
|
+
"input": {
|
|
517
|
+
"type": "structure",
|
|
518
|
+
"required": [
|
|
519
|
+
"LocationArn"
|
|
520
|
+
],
|
|
521
|
+
"members": {
|
|
522
|
+
"LocationArn": {}
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"output": {
|
|
526
|
+
"type": "structure",
|
|
527
|
+
"members": {
|
|
528
|
+
"LocationArn": {},
|
|
529
|
+
"LocationUri": {},
|
|
530
|
+
"SecurityGroupArns": {
|
|
531
|
+
"shape": "Sl"
|
|
532
|
+
},
|
|
533
|
+
"Protocol": {
|
|
534
|
+
"shape": "St"
|
|
535
|
+
},
|
|
536
|
+
"CreationTime": {
|
|
537
|
+
"type": "timestamp"
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
486
542
|
"DescribeLocationFsxWindows": {
|
|
487
543
|
"input": {
|
|
488
544
|
"type": "structure",
|
|
@@ -525,7 +581,7 @@
|
|
|
525
581
|
"LocationArn": {},
|
|
526
582
|
"LocationUri": {},
|
|
527
583
|
"NameNodes": {
|
|
528
|
-
"shape": "
|
|
584
|
+
"shape": "S17"
|
|
529
585
|
},
|
|
530
586
|
"BlockSize": {
|
|
531
587
|
"type": "integer"
|
|
@@ -535,13 +591,13 @@
|
|
|
535
591
|
},
|
|
536
592
|
"KmsKeyProviderUri": {},
|
|
537
593
|
"QopConfiguration": {
|
|
538
|
-
"shape": "
|
|
594
|
+
"shape": "S1e"
|
|
539
595
|
},
|
|
540
596
|
"AuthenticationType": {},
|
|
541
597
|
"SimpleUser": {},
|
|
542
598
|
"KerberosPrincipal": {},
|
|
543
599
|
"AgentArns": {
|
|
544
|
-
"shape": "
|
|
600
|
+
"shape": "S1m"
|
|
545
601
|
},
|
|
546
602
|
"CreationTime": {
|
|
547
603
|
"type": "timestamp"
|
|
@@ -565,10 +621,10 @@
|
|
|
565
621
|
"LocationArn": {},
|
|
566
622
|
"LocationUri": {},
|
|
567
623
|
"OnPremConfig": {
|
|
568
|
-
"shape": "
|
|
624
|
+
"shape": "S1r"
|
|
569
625
|
},
|
|
570
626
|
"MountOptions": {
|
|
571
|
-
"shape": "
|
|
627
|
+
"shape": "Sv"
|
|
572
628
|
},
|
|
573
629
|
"CreationTime": {
|
|
574
630
|
"type": "timestamp"
|
|
@@ -597,7 +653,7 @@
|
|
|
597
653
|
},
|
|
598
654
|
"ServerProtocol": {},
|
|
599
655
|
"AgentArns": {
|
|
600
|
-
"shape": "
|
|
656
|
+
"shape": "S1m"
|
|
601
657
|
},
|
|
602
658
|
"CreationTime": {
|
|
603
659
|
"type": "timestamp"
|
|
@@ -622,10 +678,10 @@
|
|
|
622
678
|
"LocationUri": {},
|
|
623
679
|
"S3StorageClass": {},
|
|
624
680
|
"S3Config": {
|
|
625
|
-
"shape": "
|
|
681
|
+
"shape": "S24"
|
|
626
682
|
},
|
|
627
683
|
"AgentArns": {
|
|
628
|
-
"shape": "
|
|
684
|
+
"shape": "S1m"
|
|
629
685
|
},
|
|
630
686
|
"CreationTime": {
|
|
631
687
|
"type": "timestamp"
|
|
@@ -649,12 +705,12 @@
|
|
|
649
705
|
"LocationArn": {},
|
|
650
706
|
"LocationUri": {},
|
|
651
707
|
"AgentArns": {
|
|
652
|
-
"shape": "
|
|
708
|
+
"shape": "S1m"
|
|
653
709
|
},
|
|
654
710
|
"User": {},
|
|
655
711
|
"Domain": {},
|
|
656
712
|
"MountOptions": {
|
|
657
|
-
"shape": "
|
|
713
|
+
"shape": "S29"
|
|
658
714
|
},
|
|
659
715
|
"CreationTime": {
|
|
660
716
|
"type": "timestamp"
|
|
@@ -691,13 +747,13 @@
|
|
|
691
747
|
"member": {}
|
|
692
748
|
},
|
|
693
749
|
"Options": {
|
|
694
|
-
"shape": "
|
|
750
|
+
"shape": "S2e"
|
|
695
751
|
},
|
|
696
752
|
"Excludes": {
|
|
697
|
-
"shape": "
|
|
753
|
+
"shape": "S2t"
|
|
698
754
|
},
|
|
699
755
|
"Schedule": {
|
|
700
|
-
"shape": "
|
|
756
|
+
"shape": "S2x"
|
|
701
757
|
},
|
|
702
758
|
"ErrorCode": {},
|
|
703
759
|
"ErrorDetail": {},
|
|
@@ -705,7 +761,7 @@
|
|
|
705
761
|
"type": "timestamp"
|
|
706
762
|
},
|
|
707
763
|
"Includes": {
|
|
708
|
-
"shape": "
|
|
764
|
+
"shape": "S2t"
|
|
709
765
|
}
|
|
710
766
|
}
|
|
711
767
|
}
|
|
@@ -726,13 +782,13 @@
|
|
|
726
782
|
"TaskExecutionArn": {},
|
|
727
783
|
"Status": {},
|
|
728
784
|
"Options": {
|
|
729
|
-
"shape": "
|
|
785
|
+
"shape": "S2e"
|
|
730
786
|
},
|
|
731
787
|
"Excludes": {
|
|
732
|
-
"shape": "
|
|
788
|
+
"shape": "S2t"
|
|
733
789
|
},
|
|
734
790
|
"Includes": {
|
|
735
|
-
"shape": "
|
|
791
|
+
"shape": "S2t"
|
|
736
792
|
},
|
|
737
793
|
"StartTime": {
|
|
738
794
|
"type": "timestamp"
|
|
@@ -825,7 +881,7 @@
|
|
|
825
881
|
"members": {
|
|
826
882
|
"Name": {},
|
|
827
883
|
"Values": {
|
|
828
|
-
"shape": "
|
|
884
|
+
"shape": "S4l"
|
|
829
885
|
},
|
|
830
886
|
"Operator": {}
|
|
831
887
|
}
|
|
@@ -925,7 +981,7 @@
|
|
|
925
981
|
"members": {
|
|
926
982
|
"Name": {},
|
|
927
983
|
"Values": {
|
|
928
|
-
"shape": "
|
|
984
|
+
"shape": "S4l"
|
|
929
985
|
},
|
|
930
986
|
"Operator": {}
|
|
931
987
|
}
|
|
@@ -960,13 +1016,13 @@
|
|
|
960
1016
|
"members": {
|
|
961
1017
|
"TaskArn": {},
|
|
962
1018
|
"OverrideOptions": {
|
|
963
|
-
"shape": "
|
|
1019
|
+
"shape": "S2e"
|
|
964
1020
|
},
|
|
965
1021
|
"Includes": {
|
|
966
|
-
"shape": "
|
|
1022
|
+
"shape": "S2t"
|
|
967
1023
|
},
|
|
968
1024
|
"Excludes": {
|
|
969
|
-
"shape": "
|
|
1025
|
+
"shape": "S2t"
|
|
970
1026
|
}
|
|
971
1027
|
}
|
|
972
1028
|
},
|
|
@@ -1042,7 +1098,7 @@
|
|
|
1042
1098
|
"LocationArn": {},
|
|
1043
1099
|
"Subdirectory": {},
|
|
1044
1100
|
"NameNodes": {
|
|
1045
|
-
"shape": "
|
|
1101
|
+
"shape": "S17"
|
|
1046
1102
|
},
|
|
1047
1103
|
"BlockSize": {
|
|
1048
1104
|
"type": "integer"
|
|
@@ -1052,7 +1108,7 @@
|
|
|
1052
1108
|
},
|
|
1053
1109
|
"KmsKeyProviderUri": {},
|
|
1054
1110
|
"QopConfiguration": {
|
|
1055
|
-
"shape": "
|
|
1111
|
+
"shape": "S1e"
|
|
1056
1112
|
},
|
|
1057
1113
|
"AuthenticationType": {},
|
|
1058
1114
|
"SimpleUser": {},
|
|
@@ -1064,7 +1120,7 @@
|
|
|
1064
1120
|
"type": "blob"
|
|
1065
1121
|
},
|
|
1066
1122
|
"AgentArns": {
|
|
1067
|
-
"shape": "
|
|
1123
|
+
"shape": "S1m"
|
|
1068
1124
|
}
|
|
1069
1125
|
}
|
|
1070
1126
|
},
|
|
@@ -1083,10 +1139,10 @@
|
|
|
1083
1139
|
"LocationArn": {},
|
|
1084
1140
|
"Subdirectory": {},
|
|
1085
1141
|
"OnPremConfig": {
|
|
1086
|
-
"shape": "
|
|
1142
|
+
"shape": "S1r"
|
|
1087
1143
|
},
|
|
1088
1144
|
"MountOptions": {
|
|
1089
|
-
"shape": "
|
|
1145
|
+
"shape": "Sv"
|
|
1090
1146
|
}
|
|
1091
1147
|
}
|
|
1092
1148
|
},
|
|
@@ -1110,10 +1166,10 @@
|
|
|
1110
1166
|
"Subdirectory": {},
|
|
1111
1167
|
"AccessKey": {},
|
|
1112
1168
|
"SecretKey": {
|
|
1113
|
-
"shape": "
|
|
1169
|
+
"shape": "S1z"
|
|
1114
1170
|
},
|
|
1115
1171
|
"AgentArns": {
|
|
1116
|
-
"shape": "
|
|
1172
|
+
"shape": "S1m"
|
|
1117
1173
|
}
|
|
1118
1174
|
}
|
|
1119
1175
|
},
|
|
@@ -1134,13 +1190,13 @@
|
|
|
1134
1190
|
"User": {},
|
|
1135
1191
|
"Domain": {},
|
|
1136
1192
|
"Password": {
|
|
1137
|
-
"shape": "
|
|
1193
|
+
"shape": "S13"
|
|
1138
1194
|
},
|
|
1139
1195
|
"AgentArns": {
|
|
1140
|
-
"shape": "
|
|
1196
|
+
"shape": "S1m"
|
|
1141
1197
|
},
|
|
1142
1198
|
"MountOptions": {
|
|
1143
|
-
"shape": "
|
|
1199
|
+
"shape": "S29"
|
|
1144
1200
|
}
|
|
1145
1201
|
}
|
|
1146
1202
|
},
|
|
@@ -1158,18 +1214,18 @@
|
|
|
1158
1214
|
"members": {
|
|
1159
1215
|
"TaskArn": {},
|
|
1160
1216
|
"Options": {
|
|
1161
|
-
"shape": "
|
|
1217
|
+
"shape": "S2e"
|
|
1162
1218
|
},
|
|
1163
1219
|
"Excludes": {
|
|
1164
|
-
"shape": "
|
|
1220
|
+
"shape": "S2t"
|
|
1165
1221
|
},
|
|
1166
1222
|
"Schedule": {
|
|
1167
|
-
"shape": "
|
|
1223
|
+
"shape": "S2x"
|
|
1168
1224
|
},
|
|
1169
1225
|
"Name": {},
|
|
1170
1226
|
"CloudWatchLogGroupArn": {},
|
|
1171
1227
|
"Includes": {
|
|
1172
|
-
"shape": "
|
|
1228
|
+
"shape": "S2t"
|
|
1173
1229
|
}
|
|
1174
1230
|
}
|
|
1175
1231
|
},
|
|
@@ -1188,7 +1244,7 @@
|
|
|
1188
1244
|
"members": {
|
|
1189
1245
|
"TaskExecutionArn": {},
|
|
1190
1246
|
"Options": {
|
|
1191
|
-
"shape": "
|
|
1247
|
+
"shape": "S2e"
|
|
1192
1248
|
}
|
|
1193
1249
|
}
|
|
1194
1250
|
},
|
|
@@ -1240,11 +1296,30 @@
|
|
|
1240
1296
|
"type": "list",
|
|
1241
1297
|
"member": {}
|
|
1242
1298
|
},
|
|
1243
|
-
"
|
|
1299
|
+
"St": {
|
|
1300
|
+
"type": "structure",
|
|
1301
|
+
"members": {
|
|
1302
|
+
"NFS": {
|
|
1303
|
+
"type": "structure",
|
|
1304
|
+
"members": {
|
|
1305
|
+
"MountOptions": {
|
|
1306
|
+
"shape": "Sv"
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1312
|
+
"Sv": {
|
|
1313
|
+
"type": "structure",
|
|
1314
|
+
"members": {
|
|
1315
|
+
"Version": {}
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1318
|
+
"S13": {
|
|
1244
1319
|
"type": "string",
|
|
1245
1320
|
"sensitive": true
|
|
1246
1321
|
},
|
|
1247
|
-
"
|
|
1322
|
+
"S17": {
|
|
1248
1323
|
"type": "list",
|
|
1249
1324
|
"member": {
|
|
1250
1325
|
"type": "structure",
|
|
@@ -1260,39 +1335,33 @@
|
|
|
1260
1335
|
}
|
|
1261
1336
|
}
|
|
1262
1337
|
},
|
|
1263
|
-
"
|
|
1338
|
+
"S1e": {
|
|
1264
1339
|
"type": "structure",
|
|
1265
1340
|
"members": {
|
|
1266
1341
|
"RpcProtection": {},
|
|
1267
1342
|
"DataTransferProtection": {}
|
|
1268
1343
|
}
|
|
1269
1344
|
},
|
|
1270
|
-
"
|
|
1345
|
+
"S1m": {
|
|
1271
1346
|
"type": "list",
|
|
1272
1347
|
"member": {}
|
|
1273
1348
|
},
|
|
1274
|
-
"
|
|
1349
|
+
"S1r": {
|
|
1275
1350
|
"type": "structure",
|
|
1276
1351
|
"required": [
|
|
1277
1352
|
"AgentArns"
|
|
1278
1353
|
],
|
|
1279
1354
|
"members": {
|
|
1280
1355
|
"AgentArns": {
|
|
1281
|
-
"shape": "
|
|
1356
|
+
"shape": "S1m"
|
|
1282
1357
|
}
|
|
1283
1358
|
}
|
|
1284
1359
|
},
|
|
1285
|
-
"
|
|
1286
|
-
"type": "structure",
|
|
1287
|
-
"members": {
|
|
1288
|
-
"Version": {}
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"S1u": {
|
|
1360
|
+
"S1z": {
|
|
1292
1361
|
"type": "string",
|
|
1293
1362
|
"sensitive": true
|
|
1294
1363
|
},
|
|
1295
|
-
"
|
|
1364
|
+
"S24": {
|
|
1296
1365
|
"type": "structure",
|
|
1297
1366
|
"required": [
|
|
1298
1367
|
"BucketAccessRoleArn"
|
|
@@ -1301,13 +1370,13 @@
|
|
|
1301
1370
|
"BucketAccessRoleArn": {}
|
|
1302
1371
|
}
|
|
1303
1372
|
},
|
|
1304
|
-
"
|
|
1373
|
+
"S29": {
|
|
1305
1374
|
"type": "structure",
|
|
1306
1375
|
"members": {
|
|
1307
1376
|
"Version": {}
|
|
1308
1377
|
}
|
|
1309
1378
|
},
|
|
1310
|
-
"
|
|
1379
|
+
"S2e": {
|
|
1311
1380
|
"type": "structure",
|
|
1312
1381
|
"members": {
|
|
1313
1382
|
"VerifyMode": {},
|
|
@@ -1328,7 +1397,7 @@
|
|
|
1328
1397
|
"SecurityDescriptorCopyFlags": {}
|
|
1329
1398
|
}
|
|
1330
1399
|
},
|
|
1331
|
-
"
|
|
1400
|
+
"S2t": {
|
|
1332
1401
|
"type": "list",
|
|
1333
1402
|
"member": {
|
|
1334
1403
|
"type": "structure",
|
|
@@ -1338,7 +1407,7 @@
|
|
|
1338
1407
|
}
|
|
1339
1408
|
}
|
|
1340
1409
|
},
|
|
1341
|
-
"
|
|
1410
|
+
"S2x": {
|
|
1342
1411
|
"type": "structure",
|
|
1343
1412
|
"required": [
|
|
1344
1413
|
"ScheduleExpression"
|
|
@@ -1347,7 +1416,7 @@
|
|
|
1347
1416
|
"ScheduleExpression": {}
|
|
1348
1417
|
}
|
|
1349
1418
|
},
|
|
1350
|
-
"
|
|
1419
|
+
"S4l": {
|
|
1351
1420
|
"type": "list",
|
|
1352
1421
|
"member": {}
|
|
1353
1422
|
}
|