@aws-sdk/client-ec2 3.345.0 → 3.346.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.
|
@@ -942,7 +942,7 @@ export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
|
942
942
|
/**
|
|
943
943
|
* <p>Information about the tag keys to deregister.</p>
|
|
944
944
|
*/
|
|
945
|
-
InstanceTagAttribute
|
|
945
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
|
|
946
946
|
}
|
|
947
947
|
/**
|
|
948
948
|
* @public
|
|
@@ -4678,7 +4678,7 @@ export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
|
4678
4678
|
/**
|
|
4679
4679
|
* <p>Information about the tag keys to register.</p>
|
|
4680
4680
|
*/
|
|
4681
|
-
InstanceTagAttribute
|
|
4681
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
4682
4682
|
}
|
|
4683
4683
|
/**
|
|
4684
4684
|
* @public
|
|
@@ -353,7 +353,7 @@ export interface DeregisterInstanceTagAttributeRequest {
|
|
|
353
353
|
}
|
|
354
354
|
export interface DeregisterInstanceEventNotificationAttributesRequest {
|
|
355
355
|
DryRun?: boolean;
|
|
356
|
-
InstanceTagAttribute
|
|
356
|
+
InstanceTagAttribute: DeregisterInstanceTagAttributeRequest | undefined;
|
|
357
357
|
}
|
|
358
358
|
export interface InstanceTagNotificationAttribute {
|
|
359
359
|
InstanceTagKeys?: string[];
|
|
@@ -1265,7 +1265,7 @@ export interface RegisterInstanceTagAttributeRequest {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
export interface RegisterInstanceEventNotificationAttributesRequest {
|
|
1267
1267
|
DryRun?: boolean;
|
|
1268
|
-
InstanceTagAttribute
|
|
1268
|
+
InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
|
|
1269
1269
|
}
|
|
1270
1270
|
export interface RegisterInstanceEventNotificationAttributesResult {
|
|
1271
1271
|
InstanceTagAttribute?: InstanceTagNotificationAttribute;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.346.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|