cdk-docker-image-deployment 0.0.198 → 0.0.200

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 (31) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +141 -50
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +160 -57
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1032 -794
  10. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +8 -4
  11. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
  12. package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +389 -45
  13. package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
  15. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +70 -0
  16. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +82 -1
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +257 -24
  18. package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
  19. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +9 -1
  20. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
  21. package/node_modules/aws-sdk/clients/mgn.d.ts +472 -1
  22. package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
  24. package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +1035 -797
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +72 -72
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/package.json +7 -7
@@ -42,6 +42,30 @@
42
42
  "limit_key": "maxResults",
43
43
  "result_key": "items"
44
44
  },
45
+ "ListExportErrors": {
46
+ "input_token": "nextToken",
47
+ "output_token": "nextToken",
48
+ "limit_key": "maxResults",
49
+ "result_key": "items"
50
+ },
51
+ "ListExports": {
52
+ "input_token": "nextToken",
53
+ "output_token": "nextToken",
54
+ "limit_key": "maxResults",
55
+ "result_key": "items"
56
+ },
57
+ "ListImportErrors": {
58
+ "input_token": "nextToken",
59
+ "output_token": "nextToken",
60
+ "limit_key": "maxResults",
61
+ "result_key": "items"
62
+ },
63
+ "ListImports": {
64
+ "input_token": "nextToken",
65
+ "output_token": "nextToken",
66
+ "limit_key": "maxResults",
67
+ "result_key": "items"
68
+ },
45
69
  "ListSourceServerActions": {
46
70
  "input_token": "nextToken",
47
71
  "output_token": "nextToken",
@@ -325,9 +325,12 @@
325
325
  "clientToken": {
326
326
  "idempotencyToken": true
327
327
  },
328
+ "eksSourceClusterNamespace": {
329
+ "shape": "S1x"
330
+ },
328
331
  "sourceArn": {},
329
332
  "terraformSource": {
330
- "shape": "S1x"
333
+ "shape": "S1z"
331
334
  }
332
335
  }
333
336
  },
@@ -336,7 +339,7 @@
336
339
  "members": {
337
340
  "appArn": {},
338
341
  "appInputSource": {
339
- "shape": "S20"
342
+ "shape": "S22"
340
343
  }
341
344
  }
342
345
  }
@@ -517,7 +520,7 @@
517
520
  ],
518
521
  "members": {
519
522
  "assessment": {
520
- "shape": "S2e"
523
+ "shape": "S2g"
521
524
  }
522
525
  }
523
526
  }
@@ -759,12 +762,15 @@
759
762
  ],
760
763
  "members": {
761
764
  "appArn": {},
765
+ "eksSources": {
766
+ "shape": "S3c"
767
+ },
762
768
  "importStrategy": {},
763
769
  "sourceArns": {
764
- "shape": "S3b"
770
+ "shape": "S3g"
765
771
  },
766
772
  "terraformSources": {
767
- "shape": "S3c"
773
+ "shape": "S3h"
768
774
  }
769
775
  }
770
776
  },
@@ -778,12 +784,15 @@
778
784
  "members": {
779
785
  "appArn": {},
780
786
  "appVersion": {},
787
+ "eksSources": {
788
+ "shape": "S3c"
789
+ },
781
790
  "sourceArns": {
782
- "shape": "S3b"
791
+ "shape": "S3g"
783
792
  },
784
793
  "status": {},
785
794
  "terraformSources": {
786
- "shape": "S3c"
795
+ "shape": "S3h"
787
796
  }
788
797
  }
789
798
  }
@@ -826,7 +835,7 @@
826
835
  "appComponentName": {},
827
836
  "description": {},
828
837
  "items": {
829
- "shape": "S3l"
838
+ "shape": "S3q"
830
839
  },
831
840
  "name": {},
832
841
  "prerequisite": {},
@@ -909,7 +918,7 @@
909
918
  "assessmentStatus": {},
910
919
  "complianceStatus": {},
911
920
  "cost": {
912
- "shape": "S2i"
921
+ "shape": "S2k"
913
922
  },
914
923
  "endTime": {
915
924
  "type": "timestamp"
@@ -960,14 +969,14 @@
960
969
  "members": {
961
970
  "appComponentName": {},
962
971
  "compliance": {
963
- "shape": "S2f"
972
+ "shape": "S2h"
964
973
  },
965
974
  "cost": {
966
- "shape": "S2i"
975
+ "shape": "S2k"
967
976
  },
968
977
  "message": {},
969
978
  "resiliencyScore": {
970
- "shape": "S2m"
979
+ "shape": "S2o"
971
980
  },
972
981
  "status": {}
973
982
  }
@@ -1024,10 +1033,10 @@
1024
1033
  "members": {
1025
1034
  "appComponentName": {},
1026
1035
  "compliance": {
1027
- "shape": "S2f"
1036
+ "shape": "S2h"
1028
1037
  },
1029
1038
  "cost": {
1030
- "shape": "S2i"
1039
+ "shape": "S2k"
1031
1040
  },
1032
1041
  "description": {},
1033
1042
  "haArchitecture": {},
@@ -1099,7 +1108,7 @@
1099
1108
  "appInputSources": {
1100
1109
  "type": "list",
1101
1110
  "member": {
1102
- "shape": "S20"
1111
+ "shape": "S22"
1103
1112
  }
1104
1113
  },
1105
1114
  "nextToken": {}
@@ -1408,7 +1417,7 @@
1408
1417
  "members": {
1409
1418
  "nextToken": {},
1410
1419
  "resiliencyPolicies": {
1411
- "shape": "S4y"
1420
+ "shape": "S53"
1412
1421
  }
1413
1422
  }
1414
1423
  }
@@ -1451,7 +1460,7 @@
1451
1460
  "appComponentName": {},
1452
1461
  "description": {},
1453
1462
  "items": {
1454
- "shape": "S3l"
1463
+ "shape": "S3q"
1455
1464
  },
1456
1465
  "name": {},
1457
1466
  "prerequisite": {},
@@ -1492,7 +1501,7 @@
1492
1501
  "members": {
1493
1502
  "nextToken": {},
1494
1503
  "resiliencyPolicies": {
1495
- "shape": "S4y"
1504
+ "shape": "S53"
1496
1505
  }
1497
1506
  }
1498
1507
  }
@@ -1565,7 +1574,7 @@
1565
1574
  "description": {},
1566
1575
  "intent": {},
1567
1576
  "items": {
1568
- "shape": "S3l"
1577
+ "shape": "S3q"
1569
1578
  },
1570
1579
  "name": {},
1571
1580
  "prerequisite": {},
@@ -1625,7 +1634,8 @@
1625
1634
  "physicalResourceId": {
1626
1635
  "shape": "S8"
1627
1636
  },
1628
- "resourceType": {}
1637
+ "resourceType": {},
1638
+ "unsupportedResourceStatus": {}
1629
1639
  }
1630
1640
  }
1631
1641
  }
@@ -1694,19 +1704,22 @@
1694
1704
  "members": {
1695
1705
  "appArn": {},
1696
1706
  "appRegistryAppNames": {
1697
- "shape": "S5p"
1707
+ "shape": "S5u"
1708
+ },
1709
+ "eksSourceNames": {
1710
+ "shape": "S5v"
1698
1711
  },
1699
1712
  "logicalStackNames": {
1700
- "shape": "S5q"
1713
+ "shape": "S5v"
1701
1714
  },
1702
1715
  "resourceGroupNames": {
1703
- "shape": "S5p"
1716
+ "shape": "S5u"
1704
1717
  },
1705
1718
  "resourceNames": {
1706
- "shape": "S5p"
1719
+ "shape": "S5u"
1707
1720
  },
1708
1721
  "terraformSourceNames": {
1709
- "shape": "S5q"
1722
+ "shape": "S5v"
1710
1723
  }
1711
1724
  }
1712
1725
  },
@@ -1781,7 +1794,7 @@
1781
1794
  ],
1782
1795
  "members": {
1783
1796
  "assessment": {
1784
- "shape": "S2e"
1797
+ "shape": "S2g"
1785
1798
  }
1786
1799
  }
1787
1800
  }
@@ -2034,6 +2047,7 @@
2034
2047
  ],
2035
2048
  "members": {
2036
2049
  "appRegistryAppName": {},
2050
+ "eksSourceName": {},
2037
2051
  "logicalStackName": {},
2038
2052
  "mappingType": {},
2039
2053
  "physicalResourceId": {
@@ -2129,6 +2143,7 @@
2129
2143
  "identifier"
2130
2144
  ],
2131
2145
  "members": {
2146
+ "eksSourceName": {},
2132
2147
  "identifier": {},
2133
2148
  "logicalStackName": {},
2134
2149
  "resourceGroupName": {},
@@ -2261,6 +2276,17 @@
2261
2276
  }
2262
2277
  },
2263
2278
  "S1x": {
2279
+ "type": "structure",
2280
+ "required": [
2281
+ "eksClusterArn",
2282
+ "namespace"
2283
+ ],
2284
+ "members": {
2285
+ "eksClusterArn": {},
2286
+ "namespace": {}
2287
+ }
2288
+ },
2289
+ "S1z": {
2264
2290
  "type": "structure",
2265
2291
  "required": [
2266
2292
  "s3StateFileUrl"
@@ -2269,12 +2295,15 @@
2269
2295
  "s3StateFileUrl": {}
2270
2296
  }
2271
2297
  },
2272
- "S20": {
2298
+ "S22": {
2273
2299
  "type": "structure",
2274
2300
  "required": [
2275
2301
  "importType"
2276
2302
  ],
2277
2303
  "members": {
2304
+ "eksSourceClusterNamespace": {
2305
+ "shape": "S1x"
2306
+ },
2278
2307
  "importType": {},
2279
2308
  "resourceCount": {
2280
2309
  "type": "integer"
@@ -2282,11 +2311,11 @@
2282
2311
  "sourceArn": {},
2283
2312
  "sourceName": {},
2284
2313
  "terraformSource": {
2285
- "shape": "S1x"
2314
+ "shape": "S1z"
2286
2315
  }
2287
2316
  }
2288
2317
  },
2289
- "S2e": {
2318
+ "S2g": {
2290
2319
  "type": "structure",
2291
2320
  "required": [
2292
2321
  "assessmentArn",
@@ -2300,11 +2329,11 @@
2300
2329
  "assessmentName": {},
2301
2330
  "assessmentStatus": {},
2302
2331
  "compliance": {
2303
- "shape": "S2f"
2332
+ "shape": "S2h"
2304
2333
  },
2305
2334
  "complianceStatus": {},
2306
2335
  "cost": {
2307
- "shape": "S2i"
2336
+ "shape": "S2k"
2308
2337
  },
2309
2338
  "endTime": {
2310
2339
  "type": "timestamp"
@@ -2315,7 +2344,7 @@
2315
2344
  "shape": "S1p"
2316
2345
  },
2317
2346
  "resiliencyScore": {
2318
- "shape": "S2m"
2347
+ "shape": "S2o"
2319
2348
  },
2320
2349
  "resourceErrorsDetails": {
2321
2350
  "type": "structure",
@@ -2344,7 +2373,7 @@
2344
2373
  }
2345
2374
  }
2346
2375
  },
2347
- "S2f": {
2376
+ "S2h": {
2348
2377
  "type": "map",
2349
2378
  "key": {},
2350
2379
  "value": {
@@ -2374,7 +2403,7 @@
2374
2403
  }
2375
2404
  }
2376
2405
  },
2377
- "S2i": {
2406
+ "S2k": {
2378
2407
  "type": "structure",
2379
2408
  "required": [
2380
2409
  "amount",
@@ -2389,7 +2418,7 @@
2389
2418
  "frequency": {}
2390
2419
  }
2391
2420
  },
2392
- "S2m": {
2421
+ "S2o": {
2393
2422
  "type": "structure",
2394
2423
  "required": [
2395
2424
  "disruptionScore",
@@ -2408,17 +2437,34 @@
2408
2437
  }
2409
2438
  }
2410
2439
  },
2411
- "S3b": {
2440
+ "S3c": {
2441
+ "type": "list",
2442
+ "member": {
2443
+ "type": "structure",
2444
+ "required": [
2445
+ "eksClusterArn",
2446
+ "namespaces"
2447
+ ],
2448
+ "members": {
2449
+ "eksClusterArn": {},
2450
+ "namespaces": {
2451
+ "type": "list",
2452
+ "member": {}
2453
+ }
2454
+ }
2455
+ }
2456
+ },
2457
+ "S3g": {
2412
2458
  "type": "list",
2413
2459
  "member": {}
2414
2460
  },
2415
- "S3c": {
2461
+ "S3h": {
2416
2462
  "type": "list",
2417
2463
  "member": {
2418
- "shape": "S1x"
2464
+ "shape": "S1z"
2419
2465
  }
2420
2466
  },
2421
- "S3l": {
2467
+ "S3q": {
2422
2468
  "type": "list",
2423
2469
  "member": {
2424
2470
  "type": "structure",
@@ -2432,17 +2478,17 @@
2432
2478
  }
2433
2479
  }
2434
2480
  },
2435
- "S4y": {
2481
+ "S53": {
2436
2482
  "type": "list",
2437
2483
  "member": {
2438
2484
  "shape": "S1p"
2439
2485
  }
2440
2486
  },
2441
- "S5p": {
2487
+ "S5u": {
2442
2488
  "type": "list",
2443
2489
  "member": {}
2444
2490
  },
2445
- "S5q": {
2491
+ "S5v": {
2446
2492
  "type": "list",
2447
2493
  "member": {}
2448
2494
  }
@@ -123,6 +123,14 @@ declare class ChimeSDKMessaging extends Service {
123
123
  * Deletes a channel moderator. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
124
124
  */
125
125
  deleteChannelModerator(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
126
+ /**
127
+ * Deletes the streaming configurations for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
128
+ */
129
+ deleteMessagingStreamingConfigurations(params: ChimeSDKMessaging.Types.DeleteMessagingStreamingConfigurationsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
130
+ /**
131
+ * Deletes the streaming configurations for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
132
+ */
133
+ deleteMessagingStreamingConfigurations(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
126
134
  /**
127
135
  * Returns the full details of a channel in an Amazon Chime AppInstance. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
128
136
  */
@@ -219,6 +227,14 @@ declare class ChimeSDKMessaging extends Service {
219
227
  * The details of the endpoint for the messaging session.
220
228
  */
221
229
  getMessagingSessionEndpoint(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetMessagingSessionEndpointResponse) => void): Request<ChimeSDKMessaging.Types.GetMessagingSessionEndpointResponse, AWSError>;
230
+ /**
231
+ * Retrieves the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
232
+ */
233
+ getMessagingStreamingConfigurations(params: ChimeSDKMessaging.Types.GetMessagingStreamingConfigurationsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetMessagingStreamingConfigurationsResponse) => void): Request<ChimeSDKMessaging.Types.GetMessagingStreamingConfigurationsResponse, AWSError>;
234
+ /**
235
+ * Retrieves the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
236
+ */
237
+ getMessagingStreamingConfigurations(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.GetMessagingStreamingConfigurationsResponse) => void): Request<ChimeSDKMessaging.Types.GetMessagingStreamingConfigurationsResponse, AWSError>;
222
238
  /**
223
239
  * Lists all the users banned from a particular channel. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
224
240
  */
@@ -315,6 +331,14 @@ declare class ChimeSDKMessaging extends Service {
315
331
  * Sets the membership preferences of an AppInstanceUser for the specified channel. The AppInstanceUser must be a member of the channel. Only the AppInstanceUser who owns the membership can set preferences. Users in the AppInstanceAdmin and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.
316
332
  */
317
333
  putChannelMembershipPreferences(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse) => void): Request<ChimeSDKMessaging.Types.PutChannelMembershipPreferencesResponse, AWSError>;
334
+ /**
335
+ * Sets the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
336
+ */
337
+ putMessagingStreamingConfigurations(params: ChimeSDKMessaging.Types.PutMessagingStreamingConfigurationsRequest, callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutMessagingStreamingConfigurationsResponse) => void): Request<ChimeSDKMessaging.Types.PutMessagingStreamingConfigurationsResponse, AWSError>;
338
+ /**
339
+ * Sets the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
340
+ */
341
+ putMessagingStreamingConfigurations(callback?: (err: AWSError, data: ChimeSDKMessaging.Types.PutMessagingStreamingConfigurationsResponse) => void): Request<ChimeSDKMessaging.Types.PutMessagingStreamingConfigurationsResponse, AWSError>;
318
342
  /**
319
343
  * Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted. The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.
320
344
  */
@@ -1166,6 +1190,12 @@ declare namespace ChimeSDKMessaging {
1166
1190
  */
1167
1191
  SubChannelId?: SubChannelId;
1168
1192
  }
1193
+ export interface DeleteMessagingStreamingConfigurationsRequest {
1194
+ /**
1195
+ * The ARN of the streaming configurations being deleted.
1196
+ */
1197
+ AppInstanceArn: ChimeArn;
1198
+ }
1169
1199
  export interface DescribeChannelBanRequest {
1170
1200
  /**
1171
1201
  * The ARN of the channel from which the user is banned.
@@ -1413,6 +1443,18 @@ declare namespace ChimeSDKMessaging {
1413
1443
  */
1414
1444
  Endpoint?: MessagingSessionEndpoint;
1415
1445
  }
1446
+ export interface GetMessagingStreamingConfigurationsRequest {
1447
+ /**
1448
+ * The ARN of the streaming configurations.
1449
+ */
1450
+ AppInstanceArn: ChimeArn;
1451
+ }
1452
+ export interface GetMessagingStreamingConfigurationsResponse {
1453
+ /**
1454
+ * The streaming settings.
1455
+ */
1456
+ StreamingConfigurations?: StreamingConfigurationList;
1457
+ }
1416
1458
  export interface Identity {
1417
1459
  /**
1418
1460
  * The ARN in an Identity.
@@ -1787,6 +1829,7 @@ declare namespace ChimeSDKMessaging {
1787
1829
  StringValues?: MessageAttributeStringValues;
1788
1830
  }
1789
1831
  export type MessageId = string;
1832
+ export type MessagingDataType = "Channel"|"ChannelMessage"|string;
1790
1833
  export interface MessagingSessionEndpoint {
1791
1834
  /**
1792
1835
  * The endpoint to which you establish a websocket connection.
@@ -1883,6 +1926,22 @@ declare namespace ChimeSDKMessaging {
1883
1926
  */
1884
1927
  Preferences?: ChannelMembershipPreferences;
1885
1928
  }
1929
+ export interface PutMessagingStreamingConfigurationsRequest {
1930
+ /**
1931
+ * The ARN of the streaming configuration.
1932
+ */
1933
+ AppInstanceArn: ChimeArn;
1934
+ /**
1935
+ * The streaming configurations.
1936
+ */
1937
+ StreamingConfigurations: StreamingConfigurationList;
1938
+ }
1939
+ export interface PutMessagingStreamingConfigurationsResponse {
1940
+ /**
1941
+ * The requested streaming configurations.
1942
+ */
1943
+ StreamingConfigurations?: StreamingConfigurationList;
1944
+ }
1886
1945
  export interface RedactChannelMessageRequest {
1887
1946
  /**
1888
1947
  * The ARN of the channel containing the messages that you want to redact.
@@ -2025,6 +2084,17 @@ declare namespace ChimeSDKMessaging {
2025
2084
  }
2026
2085
  export type SortOrder = "ASCENDING"|"DESCENDING"|string;
2027
2086
  export type StatusDetail = string;
2087
+ export interface StreamingConfiguration {
2088
+ /**
2089
+ * The data type of the configuration.
2090
+ */
2091
+ DataType: MessagingDataType;
2092
+ /**
2093
+ * The ARN of the resource in the configuration.
2094
+ */
2095
+ ResourceArn: ChimeArn;
2096
+ }
2097
+ export type StreamingConfigurationList = StreamingConfiguration[];
2028
2098
  export type String = string;
2029
2099
  export type SubChannelId = string;
2030
2100
  export interface SubChannelSummary {
@@ -227,6 +227,14 @@ declare class CleanRooms extends Service {
227
227
  * Lists the schemas for relations within a collaboration.
228
228
  */
229
229
  listSchemas(callback?: (err: AWSError, data: CleanRooms.Types.ListSchemasOutput) => void): Request<CleanRooms.Types.ListSchemasOutput, AWSError>;
230
+ /**
231
+ * Lists all of the tags that have been added to a resource.
232
+ */
233
+ listTagsForResource(params: CleanRooms.Types.ListTagsForResourceInput, callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request<CleanRooms.Types.ListTagsForResourceOutput, AWSError>;
234
+ /**
235
+ * Lists all of the tags that have been added to a resource.
236
+ */
237
+ listTagsForResource(callback?: (err: AWSError, data: CleanRooms.Types.ListTagsForResourceOutput) => void): Request<CleanRooms.Types.ListTagsForResourceOutput, AWSError>;
230
238
  /**
231
239
  * Creates a protected query that is started by AWS Clean Rooms.
232
240
  */
@@ -235,6 +243,22 @@ declare class CleanRooms extends Service {
235
243
  * Creates a protected query that is started by AWS Clean Rooms.
236
244
  */
237
245
  startProtectedQuery(callback?: (err: AWSError, data: CleanRooms.Types.StartProtectedQueryOutput) => void): Request<CleanRooms.Types.StartProtectedQueryOutput, AWSError>;
246
+ /**
247
+ * Tags a resource.
248
+ */
249
+ tagResource(params: CleanRooms.Types.TagResourceInput, callback?: (err: AWSError, data: CleanRooms.Types.TagResourceOutput) => void): Request<CleanRooms.Types.TagResourceOutput, AWSError>;
250
+ /**
251
+ * Tags a resource.
252
+ */
253
+ tagResource(callback?: (err: AWSError, data: CleanRooms.Types.TagResourceOutput) => void): Request<CleanRooms.Types.TagResourceOutput, AWSError>;
254
+ /**
255
+ * Removes a tag or list of tags from a resource.
256
+ */
257
+ untagResource(params: CleanRooms.Types.UntagResourceInput, callback?: (err: AWSError, data: CleanRooms.Types.UntagResourceOutput) => void): Request<CleanRooms.Types.UntagResourceOutput, AWSError>;
258
+ /**
259
+ * Removes a tag or list of tags from a resource.
260
+ */
261
+ untagResource(callback?: (err: AWSError, data: CleanRooms.Types.UntagResourceOutput) => void): Request<CleanRooms.Types.UntagResourceOutput, AWSError>;
238
262
  /**
239
263
  * Updates collaboration metadata and can only be called by the collaboration owner.
240
264
  */
@@ -437,6 +461,7 @@ declare namespace CleanRooms {
437
461
  errors: BatchGetSchemaErrorList;
438
462
  }
439
463
  export type Boolean = boolean;
464
+ export type CleanroomsArn = string;
440
465
  export interface Collaboration {
441
466
  /**
442
467
  * The unique ID for the collaboration.
@@ -783,6 +808,10 @@ declare namespace CleanRooms {
783
808
  * An indicator as to whether query logging has been enabled or disabled for the collaboration.
784
809
  */
785
810
  queryLogStatus: CollaborationQueryLogStatus;
811
+ /**
812
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
813
+ */
814
+ tags?: TagMap;
786
815
  }
787
816
  export interface CreateCollaborationOutput {
788
817
  /**
@@ -831,6 +860,10 @@ declare namespace CleanRooms {
831
860
  * The service will assume this role to access catalog metadata and query the table.
832
861
  */
833
862
  roleArn: RoleArn;
863
+ /**
864
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
865
+ */
866
+ tags?: TagMap;
834
867
  }
835
868
  export interface CreateConfiguredTableAssociationOutput {
836
869
  /**
@@ -859,6 +892,10 @@ declare namespace CleanRooms {
859
892
  * The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.
860
893
  */
861
894
  analysisMethod: AnalysisMethod;
895
+ /**
896
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
897
+ */
898
+ tags?: TagMap;
862
899
  }
863
900
  export interface CreateConfiguredTableOutput {
864
901
  /**
@@ -875,6 +912,10 @@ declare namespace CleanRooms {
875
912
  * An indicator as to whether query logging has been enabled or disabled for the collaboration.
876
913
  */
877
914
  queryLogStatus: MembershipQueryLogStatus;
915
+ /**
916
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
917
+ */
918
+ tags?: TagMap;
878
919
  }
879
920
  export interface CreateMembershipOutput {
880
921
  /**
@@ -1267,6 +1308,18 @@ declare namespace CleanRooms {
1267
1308
  */
1268
1309
  nextToken?: PaginationToken;
1269
1310
  }
1311
+ export interface ListTagsForResourceInput {
1312
+ /**
1313
+ * The Amazon Resource Name (ARN) associated with the resource you want to list tags on.
1314
+ */
1315
+ resourceArn: CleanroomsArn;
1316
+ }
1317
+ export interface ListTagsForResourceOutput {
1318
+ /**
1319
+ * A map of objects specifying each key name and value.
1320
+ */
1321
+ tags: TagMap;
1322
+ }
1270
1323
  export type Long = number;
1271
1324
  export type MaxResults = number;
1272
1325
  export type MemberAbilities = MemberAbility[];
@@ -1570,7 +1623,7 @@ declare namespace CleanRooms {
1570
1623
  */
1571
1624
  columns: ColumnList;
1572
1625
  /**
1573
- * The partition keys for the data set underlying this schema.
1626
+ * The partition keys for the dataset underlying this schema.
1574
1627
  */
1575
1628
  partitionKeys: ColumnList;
1576
1629
  /**
@@ -1689,9 +1742,37 @@ declare namespace CleanRooms {
1689
1742
  */
1690
1743
  glue?: GlueTableReference;
1691
1744
  }
1745
+ export type TagKey = string;
1746
+ export type TagKeys = TagKey[];
1747
+ export type TagMap = {[key: string]: TagValue};
1748
+ export interface TagResourceInput {
1749
+ /**
1750
+ * The Amazon Resource Name (ARN) associated with the resource you want to tag.
1751
+ */
1752
+ resourceArn: CleanroomsArn;
1753
+ /**
1754
+ * A map of objects specifying each key name and value.
1755
+ */
1756
+ tags: TagMap;
1757
+ }
1758
+ export interface TagResourceOutput {
1759
+ }
1760
+ export type TagValue = string;
1692
1761
  export type TargetProtectedQueryStatus = "CANCELLED"|string;
1693
1762
  export type Timestamp = Date;
1694
1763
  export type UUID = string;
1764
+ export interface UntagResourceInput {
1765
+ /**
1766
+ * The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.
1767
+ */
1768
+ resourceArn: CleanroomsArn;
1769
+ /**
1770
+ * A list of key names of tags to be removed.
1771
+ */
1772
+ tagKeys: TagKeys;
1773
+ }
1774
+ export interface UntagResourceOutput {
1775
+ }
1695
1776
  export interface UpdateCollaborationInput {
1696
1777
  /**
1697
1778
  * The identifier for the collaboration.