aws-sdk 2.1624.0 → 2.1625.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 +1 -1
- package/apis/cloudfront-2020-05-31.min.json +3 -0
- package/apis/glue-2017-03-31.min.json +350 -343
- package/apis/lightsail-2016-11-28.min.json +7 -1
- package/apis/mailmanager-2023-10-17.examples.json +5 -0
- package/apis/mailmanager-2023-10-17.min.json +1836 -0
- package/apis/mailmanager-2023-10-17.paginators.json +58 -0
- package/apis/metadata.json +3 -0
- package/apis/pi-2018-02-27.min.json +24 -17
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/glue.d.ts +20 -3
- package/clients/lightsail.d.ts +29 -25
- package/clients/mailmanager.d.ts +2320 -0
- package/clients/mailmanager.js +18 -0
- package/clients/pi.d.ts +15 -8
- package/clients/rds.d.ts +4 -4
- package/clients/storagegateway.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +45 -8
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +29 -29
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,58 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListAddonInstances": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "PageSize",
|
7
|
+
"result_key": "AddonInstances"
|
8
|
+
},
|
9
|
+
"ListAddonSubscriptions": {
|
10
|
+
"input_token": "NextToken",
|
11
|
+
"output_token": "NextToken",
|
12
|
+
"limit_key": "PageSize",
|
13
|
+
"result_key": "AddonSubscriptions"
|
14
|
+
},
|
15
|
+
"ListArchiveExports": {
|
16
|
+
"input_token": "NextToken",
|
17
|
+
"output_token": "NextToken",
|
18
|
+
"limit_key": "PageSize",
|
19
|
+
"result_key": "Exports"
|
20
|
+
},
|
21
|
+
"ListArchiveSearches": {
|
22
|
+
"input_token": "NextToken",
|
23
|
+
"output_token": "NextToken",
|
24
|
+
"limit_key": "PageSize",
|
25
|
+
"result_key": "Searches"
|
26
|
+
},
|
27
|
+
"ListArchives": {
|
28
|
+
"input_token": "NextToken",
|
29
|
+
"output_token": "NextToken",
|
30
|
+
"limit_key": "PageSize",
|
31
|
+
"result_key": "Archives"
|
32
|
+
},
|
33
|
+
"ListIngressPoints": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "PageSize",
|
37
|
+
"result_key": "IngressPoints"
|
38
|
+
},
|
39
|
+
"ListRelays": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "PageSize",
|
43
|
+
"result_key": "Relays"
|
44
|
+
},
|
45
|
+
"ListRuleSets": {
|
46
|
+
"input_token": "NextToken",
|
47
|
+
"output_token": "NextToken",
|
48
|
+
"limit_key": "PageSize",
|
49
|
+
"result_key": "RuleSets"
|
50
|
+
},
|
51
|
+
"ListTrafficPolicies": {
|
52
|
+
"input_token": "NextToken",
|
53
|
+
"output_token": "NextToken",
|
54
|
+
"limit_key": "PageSize",
|
55
|
+
"result_key": "TrafficPolicies"
|
56
|
+
}
|
57
|
+
}
|
58
|
+
}
|
package/apis/metadata.json
CHANGED
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "pi",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "AWS PI",
|
9
12
|
"serviceFullName": "AWS Performance Insights",
|
10
13
|
"serviceId": "PI",
|
@@ -98,7 +101,7 @@
|
|
98
101
|
"shape": "Sg"
|
99
102
|
},
|
100
103
|
"Filter": {
|
101
|
-
"shape": "
|
104
|
+
"shape": "Sl"
|
102
105
|
},
|
103
106
|
"MaxResults": {
|
104
107
|
"type": "integer"
|
@@ -124,7 +127,7 @@
|
|
124
127
|
],
|
125
128
|
"members": {
|
126
129
|
"Dimensions": {
|
127
|
-
"shape": "
|
130
|
+
"shape": "Sr"
|
128
131
|
}
|
129
132
|
}
|
130
133
|
}
|
@@ -135,7 +138,7 @@
|
|
135
138
|
"type": "structure",
|
136
139
|
"members": {
|
137
140
|
"Dimensions": {
|
138
|
-
"shape": "
|
141
|
+
"shape": "Sr"
|
139
142
|
},
|
140
143
|
"Total": {
|
141
144
|
"type": "double"
|
@@ -236,7 +239,7 @@
|
|
236
239
|
},
|
237
240
|
"Status": {},
|
238
241
|
"Insights": {
|
239
|
-
"shape": "
|
242
|
+
"shape": "S1a"
|
240
243
|
}
|
241
244
|
}
|
242
245
|
}
|
@@ -298,7 +301,7 @@
|
|
298
301
|
"shape": "Sg"
|
299
302
|
},
|
300
303
|
"Filter": {
|
301
|
-
"shape": "
|
304
|
+
"shape": "Sl"
|
302
305
|
}
|
303
306
|
}
|
304
307
|
}
|
@@ -342,7 +345,7 @@
|
|
342
345
|
"members": {
|
343
346
|
"Metric": {},
|
344
347
|
"Dimensions": {
|
345
|
-
"shape": "
|
348
|
+
"shape": "Sr"
|
346
349
|
}
|
347
350
|
}
|
348
351
|
},
|
@@ -389,7 +392,11 @@
|
|
389
392
|
"MaxResults": {
|
390
393
|
"type": "integer"
|
391
394
|
},
|
392
|
-
"NextToken": {}
|
395
|
+
"NextToken": {},
|
396
|
+
"AuthorizedActions": {
|
397
|
+
"type": "list",
|
398
|
+
"member": {}
|
399
|
+
}
|
393
400
|
}
|
394
401
|
},
|
395
402
|
"output": {
|
@@ -609,17 +616,17 @@
|
|
609
616
|
}
|
610
617
|
}
|
611
618
|
},
|
612
|
-
"
|
619
|
+
"Sl": {
|
613
620
|
"type": "map",
|
614
621
|
"key": {},
|
615
622
|
"value": {}
|
616
623
|
},
|
617
|
-
"
|
624
|
+
"Sr": {
|
618
625
|
"type": "map",
|
619
626
|
"key": {},
|
620
627
|
"value": {}
|
621
628
|
},
|
622
|
-
"
|
629
|
+
"S1a": {
|
623
630
|
"type": "list",
|
624
631
|
"member": {
|
625
632
|
"type": "structure",
|
@@ -638,10 +645,10 @@
|
|
638
645
|
},
|
639
646
|
"Severity": {},
|
640
647
|
"SupportingInsights": {
|
641
|
-
"shape": "
|
648
|
+
"shape": "S1a"
|
642
649
|
},
|
643
650
|
"Description": {
|
644
|
-
"shape": "
|
651
|
+
"shape": "S1e"
|
645
652
|
},
|
646
653
|
"Recommendations": {
|
647
654
|
"type": "list",
|
@@ -650,25 +657,25 @@
|
|
650
657
|
"members": {
|
651
658
|
"RecommendationId": {},
|
652
659
|
"RecommendationDescription": {
|
653
|
-
"shape": "
|
660
|
+
"shape": "S1e"
|
654
661
|
}
|
655
662
|
}
|
656
663
|
}
|
657
664
|
},
|
658
665
|
"InsightData": {
|
659
|
-
"shape": "
|
666
|
+
"shape": "S1h"
|
660
667
|
},
|
661
668
|
"BaselineData": {
|
662
|
-
"shape": "
|
669
|
+
"shape": "S1h"
|
663
670
|
}
|
664
671
|
}
|
665
672
|
}
|
666
673
|
},
|
667
|
-
"
|
674
|
+
"S1e": {
|
668
675
|
"type": "string",
|
669
676
|
"sensitive": true
|
670
677
|
},
|
671
|
-
"
|
678
|
+
"S1h": {
|
672
679
|
"type": "list",
|
673
680
|
"member": {
|
674
681
|
"type": "structure",
|
package/clients/all.d.ts
CHANGED
@@ -378,3 +378,4 @@ export import CodeConnections = require('./codeconnections');
|
|
378
378
|
export import Deadline = require('./deadline');
|
379
379
|
export import ControlCatalog = require('./controlcatalog');
|
380
380
|
export import Route53Profiles = require('./route53profiles');
|
381
|
+
export import MailManager = require('./mailmanager');
|
package/clients/all.js
CHANGED
@@ -379,5 +379,6 @@ module.exports = {
|
|
379
379
|
CodeConnections: require('./codeconnections'),
|
380
380
|
Deadline: require('./deadline'),
|
381
381
|
ControlCatalog: require('./controlcatalog'),
|
382
|
-
Route53Profiles: require('./route53profiles')
|
382
|
+
Route53Profiles: require('./route53profiles'),
|
383
|
+
MailManager: require('./mailmanager')
|
383
384
|
};
|
package/clients/glue.d.ts
CHANGED
@@ -4344,6 +4344,10 @@ declare namespace Glue {
|
|
4344
4344
|
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
4345
4345
|
*/
|
4346
4346
|
SourceControlDetails?: SourceControlDetails;
|
4347
|
+
/**
|
4348
|
+
* This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs. Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.
|
4349
|
+
*/
|
4350
|
+
MaintenanceWindow?: MaintenanceWindow;
|
4347
4351
|
}
|
4348
4352
|
export interface CreateJobResponse {
|
4349
4353
|
/**
|
@@ -8928,6 +8932,10 @@ declare namespace Glue {
|
|
8928
8932
|
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
8929
8933
|
*/
|
8930
8934
|
SourceControlDetails?: SourceControlDetails;
|
8935
|
+
/**
|
8936
|
+
* This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs. Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.
|
8937
|
+
*/
|
8938
|
+
MaintenanceWindow?: MaintenanceWindow;
|
8931
8939
|
}
|
8932
8940
|
export interface JobBookmarkEntry {
|
8933
8941
|
/**
|
@@ -9055,7 +9063,7 @@ declare namespace Glue {
|
|
9055
9063
|
*/
|
9056
9064
|
ExecutionTime?: ExecutionTime;
|
9057
9065
|
/**
|
9058
|
-
* The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.
|
9066
|
+
* The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job. The maximum value for timeout for batch jobs is 7 days or 10080 minutes. The default is 2880 minutes (48 hours) for batch jobs. Any existing Glue jobs that have a greater timeout value are defaulted to 7 days. For instance you have specified a timeout of 20 days for a batch job, it will be stopped on the 7th day. Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.
|
9059
9067
|
*/
|
9060
9068
|
Timeout?: Timeout;
|
9061
9069
|
/**
|
@@ -9087,16 +9095,20 @@ declare namespace Glue {
|
|
9087
9095
|
*/
|
9088
9096
|
GlueVersion?: GlueVersionString;
|
9089
9097
|
/**
|
9090
|
-
* This field
|
9098
|
+
* This field can be set for either job runs with execution class FLEX or when Auto Scaling is enabled, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). This value may be different than the executionEngineRuntime * MaxCapacity as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity. Therefore, it is possible that the value of DPUSeconds is less than executionEngineRuntime * MaxCapacity.
|
9091
9099
|
*/
|
9092
9100
|
DPUSeconds?: NullableDouble;
|
9093
9101
|
/**
|
9094
9102
|
* Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources. The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.
|
9095
9103
|
*/
|
9096
9104
|
ExecutionClass?: ExecutionClass;
|
9105
|
+
/**
|
9106
|
+
* This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs. Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.
|
9107
|
+
*/
|
9108
|
+
MaintenanceWindow?: MaintenanceWindow;
|
9097
9109
|
}
|
9098
9110
|
export type JobRunList = JobRun[];
|
9099
|
-
export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|"ERROR"|"WAITING"|string;
|
9111
|
+
export type JobRunState = "STARTING"|"RUNNING"|"STOPPING"|"STOPPED"|"SUCCEEDED"|"FAILED"|"TIMEOUT"|"ERROR"|"WAITING"|"EXPIRED"|string;
|
9100
9112
|
export interface JobUpdate {
|
9101
9113
|
/**
|
9102
9114
|
* Description of the job being defined.
|
@@ -9178,6 +9190,10 @@ declare namespace Glue {
|
|
9178
9190
|
* The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.
|
9179
9191
|
*/
|
9180
9192
|
SourceControlDetails?: SourceControlDetails;
|
9193
|
+
/**
|
9194
|
+
* This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs. Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.
|
9195
|
+
*/
|
9196
|
+
MaintenanceWindow?: MaintenanceWindow;
|
9181
9197
|
}
|
9182
9198
|
export interface Join {
|
9183
9199
|
/**
|
@@ -10138,6 +10154,7 @@ declare namespace Glue {
|
|
10138
10154
|
KmsKeyId?: NameString;
|
10139
10155
|
}
|
10140
10156
|
export type MLUserDataEncryptionModeString = "DISABLED"|"SSE-KMS"|string;
|
10157
|
+
export type MaintenanceWindow = string;
|
10141
10158
|
export type ManyInputs = NodeId[];
|
10142
10159
|
export type MapValue = {[key: string]: GenericString};
|
10143
10160
|
export interface Mapping {
|
package/clients/lightsail.d.ts
CHANGED
@@ -1655,7 +1655,7 @@ declare namespace Lightsail {
|
|
1655
1655
|
export type BehaviorEnum = "dont-cache"|"cache"|string;
|
1656
1656
|
export interface Blueprint {
|
1657
1657
|
/**
|
1658
|
-
* The ID for the virtual private server image (
|
1658
|
+
* The ID for the virtual private server image (app_wordpress_x_x or app_lamp_x_x).
|
1659
1659
|
*/
|
1660
1660
|
blueprintId?: NonEmptyString;
|
1661
1661
|
/**
|
@@ -1844,11 +1844,11 @@ declare namespace Lightsail {
|
|
1844
1844
|
*/
|
1845
1845
|
diskSizeInGb?: integer;
|
1846
1846
|
/**
|
1847
|
-
* The bundle ID (
|
1847
|
+
* The bundle ID (micro_x_x).
|
1848
1848
|
*/
|
1849
1849
|
bundleId?: NonEmptyString;
|
1850
1850
|
/**
|
1851
|
-
* The
|
1851
|
+
* The instance type (micro).
|
1852
1852
|
*/
|
1853
1853
|
instanceType?: string;
|
1854
1854
|
/**
|
@@ -2912,7 +2912,7 @@ declare namespace Lightsail {
|
|
2912
2912
|
*/
|
2913
2913
|
instanceSnapshotName?: ResourceName;
|
2914
2914
|
/**
|
2915
|
-
* The bundle of specification information for your virtual private server (or instance), including the pricing plan (
|
2915
|
+
* The bundle of specification information for your virtual private server (or instance), including the pricing plan (micro_x_x).
|
2916
2916
|
*/
|
2917
2917
|
bundleId: NonEmptyString;
|
2918
2918
|
/**
|
@@ -2932,7 +2932,7 @@ declare namespace Lightsail {
|
|
2932
2932
|
*/
|
2933
2933
|
addOns?: AddOnRequestList;
|
2934
2934
|
/**
|
2935
|
-
* The IP address type for the instance. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
2935
|
+
* The IP address type for the instance. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
2936
2936
|
*/
|
2937
2937
|
ipAddressType?: IpAddressType;
|
2938
2938
|
/**
|
@@ -2968,11 +2968,11 @@ declare namespace Lightsail {
|
|
2968
2968
|
*/
|
2969
2969
|
customImageName?: ResourceName;
|
2970
2970
|
/**
|
2971
|
-
* The ID for a virtual private server image (
|
2971
|
+
* The ID for a virtual private server image (app_wordpress_x_x or app_lamp_x_x). Use the get blueprints operation to return a list of available images (or blueprints). Use active blueprints when creating new instances. Inactive blueprints are listed to support customers with existing instances and are not necessarily available to create new instances. Blueprints are marked inactive when they become outdated due to operating system updates or new application releases.
|
2972
2972
|
*/
|
2973
2973
|
blueprintId: NonEmptyString;
|
2974
2974
|
/**
|
2975
|
-
* The bundle of specification information for your virtual private server (or instance), including the pricing plan (
|
2975
|
+
* The bundle of specification information for your virtual private server (or instance), including the pricing plan (medium_x_x).
|
2976
2976
|
*/
|
2977
2977
|
bundleId: NonEmptyString;
|
2978
2978
|
/**
|
@@ -2992,7 +2992,7 @@ declare namespace Lightsail {
|
|
2992
2992
|
*/
|
2993
2993
|
addOns?: AddOnRequestList;
|
2994
2994
|
/**
|
2995
|
-
* The IP address type for the instance. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
2995
|
+
* The IP address type for the instance. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
2996
2996
|
*/
|
2997
2997
|
ipAddressType?: IpAddressType;
|
2998
2998
|
}
|
@@ -3060,7 +3060,7 @@ declare namespace Lightsail {
|
|
3060
3060
|
*/
|
3061
3061
|
tags?: TagList;
|
3062
3062
|
/**
|
3063
|
-
* The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
3063
|
+
* The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6. The default value is dualstack.
|
3064
3064
|
*/
|
3065
3065
|
ipAddressType?: IpAddressType;
|
3066
3066
|
/**
|
@@ -5337,7 +5337,7 @@ declare namespace Lightsail {
|
|
5337
5337
|
}
|
5338
5338
|
export interface Instance {
|
5339
5339
|
/**
|
5340
|
-
* The name the user gave the instance (
|
5340
|
+
* The name the user gave the instance (Amazon_Linux_2023-1).
|
5341
5341
|
*/
|
5342
5342
|
name?: ResourceName;
|
5343
5343
|
/**
|
@@ -5365,15 +5365,15 @@ declare namespace Lightsail {
|
|
5365
5365
|
*/
|
5366
5366
|
tags?: TagList;
|
5367
5367
|
/**
|
5368
|
-
* The blueprint ID (
|
5368
|
+
* The blueprint ID (amazon_linux_2023).
|
5369
5369
|
*/
|
5370
5370
|
blueprintId?: NonEmptyString;
|
5371
5371
|
/**
|
5372
|
-
* The friendly name of the blueprint (Amazon Linux).
|
5372
|
+
* The friendly name of the blueprint (Amazon Linux 2023).
|
5373
5373
|
*/
|
5374
5374
|
blueprintName?: NonEmptyString;
|
5375
5375
|
/**
|
5376
|
-
* The bundle for the instance (
|
5376
|
+
* The bundle for the instance (micro_x_x).
|
5377
5377
|
*/
|
5378
5378
|
bundleId?: NonEmptyString;
|
5379
5379
|
/**
|
@@ -5397,7 +5397,7 @@ declare namespace Lightsail {
|
|
5397
5397
|
*/
|
5398
5398
|
ipv6Addresses?: Ipv6AddressList;
|
5399
5399
|
/**
|
5400
|
-
* The IP address type of the instance. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
|
5400
|
+
* The IP address type of the instance. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6.
|
5401
5401
|
*/
|
5402
5402
|
ipAddressType?: IpAddressType;
|
5403
5403
|
/**
|
@@ -5573,7 +5573,7 @@ declare namespace Lightsail {
|
|
5573
5573
|
*/
|
5574
5574
|
toPort?: Port;
|
5575
5575
|
/**
|
5576
|
-
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
5576
|
+
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter. icmp6 - Internet Control Message Protocol (ICMP) for IPv6. When you specify icmp6 as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
5577
5577
|
*/
|
5578
5578
|
protocol?: NetworkProtocol;
|
5579
5579
|
/**
|
@@ -5616,7 +5616,7 @@ declare namespace Lightsail {
|
|
5616
5616
|
*/
|
5617
5617
|
toPort?: Port;
|
5618
5618
|
/**
|
5619
|
-
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
5619
|
+
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter. icmp6 - Internet Control Message Protocol (ICMP) for IPv6. When you specify icmp6 as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
5620
5620
|
*/
|
5621
5621
|
protocol?: NetworkProtocol;
|
5622
5622
|
/**
|
@@ -5687,11 +5687,11 @@ declare namespace Lightsail {
|
|
5687
5687
|
*/
|
5688
5688
|
fromInstanceArn?: NonEmptyString;
|
5689
5689
|
/**
|
5690
|
-
* The blueprint ID from which you created the snapshot (
|
5690
|
+
* The blueprint ID from which you created the snapshot (amazon_linux_2023). A blueprint is a virtual private server (or instance) image used to create instances quickly.
|
5691
5691
|
*/
|
5692
5692
|
fromBlueprintId?: string;
|
5693
5693
|
/**
|
5694
|
-
* The bundle ID from which you created the snapshot (
|
5694
|
+
* The bundle ID from which you created the snapshot (micro_x_x).
|
5695
5695
|
*/
|
5696
5696
|
fromBundleId?: string;
|
5697
5697
|
/**
|
@@ -5705,11 +5705,11 @@ declare namespace Lightsail {
|
|
5705
5705
|
}
|
5706
5706
|
export interface InstanceSnapshotInfo {
|
5707
5707
|
/**
|
5708
|
-
* The bundle ID from which the source instance was created (
|
5708
|
+
* The bundle ID from which the source instance was created (micro_x_x).
|
5709
5709
|
*/
|
5710
5710
|
fromBundleId?: NonEmptyString;
|
5711
5711
|
/**
|
5712
|
-
* The blueprint ID from which the source instance (
|
5712
|
+
* The blueprint ID from which the source instance (amazon_linux_2023).
|
5713
5713
|
*/
|
5714
5714
|
fromBlueprintId?: NonEmptyString;
|
5715
5715
|
/**
|
@@ -5730,7 +5730,7 @@ declare namespace Lightsail {
|
|
5730
5730
|
name?: string;
|
5731
5731
|
}
|
5732
5732
|
export type IpAddress = string;
|
5733
|
-
export type IpAddressType = "dualstack"|"ipv4"|string;
|
5733
|
+
export type IpAddressType = "dualstack"|"ipv4"|"ipv6"|string;
|
5734
5734
|
export type Ipv6Address = string;
|
5735
5735
|
export type Ipv6AddressList = Ipv6Address[];
|
5736
5736
|
export interface IsVpcPeeredRequest {
|
@@ -5931,7 +5931,7 @@ declare namespace Lightsail {
|
|
5931
5931
|
*/
|
5932
5932
|
configurationOptions?: LoadBalancerConfigurationOptions;
|
5933
5933
|
/**
|
5934
|
-
* The IP address type of the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
|
5934
|
+
* The IP address type of the load balancer. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6.
|
5935
5935
|
*/
|
5936
5936
|
ipAddressType?: IpAddressType;
|
5937
5937
|
/**
|
@@ -6228,7 +6228,7 @@ declare namespace Lightsail {
|
|
6228
6228
|
message?: string;
|
6229
6229
|
}
|
6230
6230
|
export type NameServersUpdateStateCode = "SUCCEEDED"|"PENDING"|"FAILED"|"STARTED"|string;
|
6231
|
-
export type NetworkProtocol = "tcp"|"all"|"udp"|"icmp"|string;
|
6231
|
+
export type NetworkProtocol = "tcp"|"all"|"udp"|"icmp"|"icmpv6"|string;
|
6232
6232
|
export type NonEmptyString = string;
|
6233
6233
|
export type NotificationTriggerList = AlarmState[];
|
6234
6234
|
export interface OpenInstancePublicPortsRequest {
|
@@ -6383,7 +6383,7 @@ declare namespace Lightsail {
|
|
6383
6383
|
*/
|
6384
6384
|
toPort?: Port;
|
6385
6385
|
/**
|
6386
|
-
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
6386
|
+
* The IP protocol name. The name can be one of the following: tcp - Transmission Control Protocol (TCP) provides reliable, ordered, and error-checked delivery of streamed data between applications running on hosts communicating by an IP network. If you have an application that doesn't require reliable data stream service, use UDP instead. all - All transport layer protocol types. For more general information, see Transport layer on Wikipedia. udp - With User Datagram Protocol (UDP), computer applications can send messages (or datagrams) to other hosts on an Internet Protocol (IP) network. Prior communications are not required to set up transmission channels or data paths. Applications that don't require reliable data stream service can use UDP, which provides a connectionless datagram service that emphasizes reduced latency over reliability. If you do require reliable data stream service, use TCP instead. icmp - Internet Control Message Protocol (ICMP) is used to send error messages and operational information indicating success or failure when communicating with an instance. For example, an error is indicated when an instance could not be reached. When you specify icmp as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter. icmp6 - Internet Control Message Protocol (ICMP) for IPv6. When you specify icmp6 as the protocol, you must specify the ICMP type using the fromPort parameter, and ICMP code using the toPort parameter.
|
6387
6387
|
*/
|
6388
6388
|
protocol?: NetworkProtocol;
|
6389
6389
|
/**
|
@@ -7062,9 +7062,13 @@ declare namespace Lightsail {
|
|
7062
7062
|
*/
|
7063
7063
|
resourceName: ResourceName;
|
7064
7064
|
/**
|
7065
|
-
* The IP address type to set for the specified resource. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6.
|
7065
|
+
* The IP address type to set for the specified resource. The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and dualstack for IPv4 and IPv6.
|
7066
7066
|
*/
|
7067
7067
|
ipAddressType: IpAddressType;
|
7068
|
+
/**
|
7069
|
+
* Required parameter to accept the instance bundle update when changing to, and from, IPv6-only. An instance bundle will change when switching from dual-stack or ipv4, to ipv6. It also changes when switching from ipv6, to dual-stack or ipv4. You must include this parameter in the command to update the bundle. For example, if you switch from dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only instance bundle begins immediately.
|
7070
|
+
*/
|
7071
|
+
acceptBundleUpdate?: boolean;
|
7068
7072
|
}
|
7069
7073
|
export interface SetIpAddressTypeResult {
|
7070
7074
|
/**
|