cdk-lambda-subminute 2.0.455 → 2.0.457
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/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +33 -33
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +442 -94
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +4 -1
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +7 -1
- package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +374 -346
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +16 -1
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +90 -23
- package/node_modules/aws-sdk/clients/appstream.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +481 -1
- package/node_modules/aws-sdk/clients/elasticache.d.ts +196 -196
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +45 -5
- package/node_modules/aws-sdk/clients/memorydb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +12 -0
- package/node_modules/aws-sdk/clients/tnb.d.ts +95 -18
- package/node_modules/aws-sdk/clients/workspaces.d.ts +7 -7
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +498 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -108,11 +108,11 @@ declare class LexModelsV2 extends Service {
|
|
108
108
|
*/
|
109
109
|
createResourcePolicy(callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyResponse, AWSError>;
|
110
110
|
/**
|
111
|
-
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
|
111
|
+
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access. You need to add the CreateResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
112
112
|
*/
|
113
113
|
createResourcePolicyStatement(params: LexModelsV2.Types.CreateResourcePolicyStatementRequest, callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyStatementResponse, AWSError>;
|
114
114
|
/**
|
115
|
-
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access.
|
115
|
+
* Adds a new resource policy statement to a bot or bot alias. If a resource policy exists, the statement is added to the current resource policy. If a policy doesn't exist, a new policy is created. You can't create a resource policy statement that allows cross-account access. You need to add the CreateResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
116
116
|
*/
|
117
117
|
createResourcePolicyStatement(callback?: (err: AWSError, data: LexModelsV2.Types.CreateResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.CreateResourcePolicyStatementResponse, AWSError>;
|
118
118
|
/**
|
@@ -228,11 +228,11 @@ declare class LexModelsV2 extends Service {
|
|
228
228
|
*/
|
229
229
|
deleteResourcePolicy(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyResponse, AWSError>;
|
230
230
|
/**
|
231
|
-
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
|
231
|
+
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception. You need to add the DeleteResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
232
232
|
*/
|
233
233
|
deleteResourcePolicyStatement(params: LexModelsV2.Types.DeleteResourcePolicyStatementRequest, callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyStatementResponse, AWSError>;
|
234
234
|
/**
|
235
|
-
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception.
|
235
|
+
* Deletes a policy statement from a resource policy. If you delete the last statement from a policy, the policy is deleted. If you specify a statement ID that doesn't exist in the policy, or if the bot or bot alias doesn't have a policy attached, Amazon Lex returns an exception. You need to add the DeleteResourcePolicy or UpdateResourcePolicy action to the bot role in order to call the API.
|
236
236
|
*/
|
237
237
|
deleteResourcePolicyStatement(callback?: (err: AWSError, data: LexModelsV2.Types.DeleteResourcePolicyStatementResponse) => void): Request<LexModelsV2.Types.DeleteResourcePolicyStatementResponse, AWSError>;
|
238
238
|
/**
|
@@ -1549,20 +1549,60 @@ declare namespace LexModelsV2 {
|
|
1549
1549
|
*/
|
1550
1550
|
resources?: CustomVocabularyItems;
|
1551
1551
|
}
|
1552
|
+
export interface BedrockGuardrailConfiguration {
|
1553
|
+
/**
|
1554
|
+
* The unique guardrail id for the Bedrock guardrail configuration.
|
1555
|
+
*/
|
1556
|
+
identifier: BedrockGuardrailIdentifier;
|
1557
|
+
/**
|
1558
|
+
* The guardrail version for the Bedrock guardrail configuration.
|
1559
|
+
*/
|
1560
|
+
version: BedrockGuardrailVersion;
|
1561
|
+
}
|
1562
|
+
export type BedrockGuardrailIdentifier = string;
|
1563
|
+
export type BedrockGuardrailVersion = string;
|
1552
1564
|
export type BedrockKnowledgeBaseArn = string;
|
1553
1565
|
export interface BedrockKnowledgeStoreConfiguration {
|
1554
1566
|
/**
|
1555
|
-
* The ARN of the knowledge base used.
|
1567
|
+
* The base ARN of the knowledge base used.
|
1556
1568
|
*/
|
1557
1569
|
bedrockKnowledgeBaseArn: BedrockKnowledgeBaseArn;
|
1570
|
+
/**
|
1571
|
+
* Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.
|
1572
|
+
*/
|
1573
|
+
exactResponse?: Boolean;
|
1574
|
+
/**
|
1575
|
+
* Contains the names of the fields used for an exact response to the user.
|
1576
|
+
*/
|
1577
|
+
exactResponseFields?: BedrockKnowledgeStoreExactResponseFields;
|
1578
|
+
}
|
1579
|
+
export interface BedrockKnowledgeStoreExactResponseFields {
|
1580
|
+
/**
|
1581
|
+
* The answer field used for an exact response from Bedrock Knowledge Store.
|
1582
|
+
*/
|
1583
|
+
answerField?: AnswerField;
|
1558
1584
|
}
|
1559
1585
|
export type BedrockModelArn = string;
|
1586
|
+
export type BedrockModelCustomPrompt = string;
|
1560
1587
|
export interface BedrockModelSpecification {
|
1561
1588
|
/**
|
1562
1589
|
* The ARN of the foundation model used in descriptive bot building.
|
1563
1590
|
*/
|
1564
1591
|
modelArn: BedrockModelArn;
|
1592
|
+
/**
|
1593
|
+
* The guardrail configuration in the Bedrock model specification details.
|
1594
|
+
*/
|
1595
|
+
guardrail?: BedrockGuardrailConfiguration;
|
1596
|
+
/**
|
1597
|
+
* The Bedrock trace status in the Bedrock model specification details.
|
1598
|
+
*/
|
1599
|
+
traceStatus?: BedrockTraceStatus;
|
1600
|
+
/**
|
1601
|
+
* The custom prompt used in the Bedrock model specification details.
|
1602
|
+
*/
|
1603
|
+
customPrompt?: BedrockModelCustomPrompt;
|
1565
1604
|
}
|
1605
|
+
export type BedrockTraceStatus = "ENABLED"|"DISABLED"|string;
|
1566
1606
|
export type Boolean = boolean;
|
1567
1607
|
export interface BotAliasHistoryEvent {
|
1568
1608
|
/**
|
@@ -140,11 +140,11 @@ declare class MemoryDB extends Service {
|
|
140
140
|
*/
|
141
141
|
describeClusters(callback?: (err: AWSError, data: MemoryDB.Types.DescribeClustersResponse) => void): Request<MemoryDB.Types.DescribeClustersResponse, AWSError>;
|
142
142
|
/**
|
143
|
-
* Returns a list of the available Redis engine versions.
|
143
|
+
* Returns a list of the available Redis OSS engine versions.
|
144
144
|
*/
|
145
145
|
describeEngineVersions(params: MemoryDB.Types.DescribeEngineVersionsRequest, callback?: (err: AWSError, data: MemoryDB.Types.DescribeEngineVersionsResponse) => void): Request<MemoryDB.Types.DescribeEngineVersionsResponse, AWSError>;
|
146
146
|
/**
|
147
|
-
* Returns a list of the available Redis engine versions.
|
147
|
+
* Returns a list of the available Redis OSS engine versions.
|
148
148
|
*/
|
149
149
|
describeEngineVersions(callback?: (err: AWSError, data: MemoryDB.Types.DescribeEngineVersionsResponse) => void): Request<MemoryDB.Types.DescribeEngineVersionsResponse, AWSError>;
|
150
150
|
/**
|
@@ -456,11 +456,11 @@ declare namespace MemoryDB {
|
|
456
456
|
*/
|
457
457
|
NodeType?: String;
|
458
458
|
/**
|
459
|
-
* The Redis engine version used by the cluster
|
459
|
+
* The Redis OSS engine version used by the cluster
|
460
460
|
*/
|
461
461
|
EngineVersion?: String;
|
462
462
|
/**
|
463
|
-
* The Redis engine patch version used by the cluster
|
463
|
+
* The Redis OSS engine patch version used by the cluster
|
464
464
|
*/
|
465
465
|
EnginePatchVersion?: String;
|
466
466
|
/**
|
@@ -538,7 +538,7 @@ declare namespace MemoryDB {
|
|
538
538
|
*/
|
539
539
|
NodeType?: String;
|
540
540
|
/**
|
541
|
-
* The Redis engine version used by the cluster
|
541
|
+
* The Redis OSS engine version used by the cluster
|
542
542
|
*/
|
543
543
|
EngineVersion?: String;
|
544
544
|
/**
|
@@ -724,7 +724,7 @@ declare namespace MemoryDB {
|
|
724
724
|
*/
|
725
725
|
ACLName: ACLName;
|
726
726
|
/**
|
727
|
-
* The version number of the Redis engine to be used for the cluster.
|
727
|
+
* The version number of the Redis OSS engine to be used for the cluster.
|
728
728
|
*/
|
729
729
|
EngineVersion?: String;
|
730
730
|
/**
|
@@ -969,7 +969,7 @@ declare namespace MemoryDB {
|
|
969
969
|
}
|
970
970
|
export interface DescribeEngineVersionsRequest {
|
971
971
|
/**
|
972
|
-
* The Redis engine version
|
972
|
+
* The Redis OSS engine version
|
973
973
|
*/
|
974
974
|
EngineVersion?: String;
|
975
975
|
/**
|
@@ -269,6 +269,10 @@ declare namespace RolesAnywhere {
|
|
269
269
|
export type Boolean = boolean;
|
270
270
|
export type CertificateField = "x509Subject"|"x509Issuer"|"x509SAN"|string;
|
271
271
|
export interface CreateProfileRequest {
|
272
|
+
/**
|
273
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
274
|
+
*/
|
275
|
+
acceptRoleSessionName?: Boolean;
|
272
276
|
/**
|
273
277
|
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
|
274
278
|
*/
|
@@ -588,6 +592,10 @@ declare namespace RolesAnywhere {
|
|
588
592
|
export type NotificationSettings = NotificationSetting[];
|
589
593
|
export type ProfileArn = string;
|
590
594
|
export interface ProfileDetail {
|
595
|
+
/**
|
596
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
597
|
+
*/
|
598
|
+
acceptRoleSessionName?: Boolean;
|
591
599
|
/**
|
592
600
|
* A mapping applied to the authenticating end-entity certificate.
|
593
601
|
*/
|
@@ -917,6 +925,10 @@ declare namespace RolesAnywhere {
|
|
917
925
|
}
|
918
926
|
export type UpdateCrlRequestCrlDataBlob = Buffer|Uint8Array|Blob|string;
|
919
927
|
export interface UpdateProfileRequest {
|
928
|
+
/**
|
929
|
+
* Used to determine if a custom role session name will be accepted in a temporary credential request.
|
930
|
+
*/
|
931
|
+
acceptRoleSessionName?: Boolean;
|
920
932
|
/**
|
921
933
|
* Used to determine how long sessions vended using this profile are valid for. See the Expiration section of the CreateSession API documentation page for more details. In requests, if this value is not provided, the default value will be 3600.
|
922
934
|
*/
|
@@ -68,11 +68,11 @@ declare class Tnb extends Service {
|
|
68
68
|
*/
|
69
69
|
deleteSolNetworkPackage(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
70
70
|
/**
|
71
|
-
* Gets the details of a network function instance, including the
|
71
|
+
* Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. A network function instance is a function in a function package .
|
72
72
|
*/
|
73
73
|
getSolFunctionInstance(params: Tnb.Types.GetSolFunctionInstanceInput, callback?: (err: AWSError, data: Tnb.Types.GetSolFunctionInstanceOutput) => void): Request<Tnb.Types.GetSolFunctionInstanceOutput, AWSError>;
|
74
74
|
/**
|
75
|
-
* Gets the details of a network function instance, including the
|
75
|
+
* Gets the details of a network function instance, including the instantiation state and metadata from the function package descriptor in the network function package. A network function instance is a function in a function package .
|
76
76
|
*/
|
77
77
|
getSolFunctionInstance(callback?: (err: AWSError, data: Tnb.Types.GetSolFunctionInstanceOutput) => void): Request<Tnb.Types.GetSolFunctionInstanceOutput, AWSError>;
|
78
78
|
/**
|
@@ -244,11 +244,11 @@ declare class Tnb extends Service {
|
|
244
244
|
*/
|
245
245
|
updateSolFunctionPackage(callback?: (err: AWSError, data: Tnb.Types.UpdateSolFunctionPackageOutput) => void): Request<Tnb.Types.UpdateSolFunctionPackageOutput, AWSError>;
|
246
246
|
/**
|
247
|
-
* Update a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
|
247
|
+
* Update a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Choose the updateType parameter to target the necessary update of the network instance.
|
248
248
|
*/
|
249
249
|
updateSolNetworkInstance(params: Tnb.Types.UpdateSolNetworkInstanceInput, callback?: (err: AWSError, data: Tnb.Types.UpdateSolNetworkInstanceOutput) => void): Request<Tnb.Types.UpdateSolNetworkInstanceOutput, AWSError>;
|
250
250
|
/**
|
251
|
-
* Update a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
|
251
|
+
* Update a network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed. Choose the updateType parameter to target the necessary update of the network instance.
|
252
252
|
*/
|
253
253
|
updateSolNetworkInstance(callback?: (err: AWSError, data: Tnb.Types.UpdateSolNetworkInstanceOutput) => void): Request<Tnb.Types.UpdateSolNetworkInstanceOutput, AWSError>;
|
254
254
|
/**
|
@@ -662,10 +662,22 @@ declare namespace Tnb {
|
|
662
662
|
* The date that the resource was created.
|
663
663
|
*/
|
664
664
|
createdAt: SyntheticTimestamp_date_time;
|
665
|
+
/**
|
666
|
+
* Metadata related to the network operation occurrence for network instantiation. This is populated only if the lcmOperationType is INSTANTIATE.
|
667
|
+
*/
|
668
|
+
instantiateMetadata?: InstantiateMetadata;
|
665
669
|
/**
|
666
670
|
* The date that the resource was last modified.
|
667
671
|
*/
|
668
672
|
lastModified: SyntheticTimestamp_date_time;
|
673
|
+
/**
|
674
|
+
* Metadata related to the network operation occurrence for network function updates in a network instance. This is populated only if the lcmOperationType is UPDATE and the updateType is MODIFY_VNF_INFORMATION.
|
675
|
+
*/
|
676
|
+
modifyVnfInfoMetadata?: ModifyVnfInfoMetadata;
|
677
|
+
/**
|
678
|
+
* Metadata related to the network operation occurrence for network instance updates. This is populated only if the lcmOperationType is UPDATE and the updateType is UPDATE_NS.
|
679
|
+
*/
|
680
|
+
updateNsMetadata?: UpdateNsMetadata;
|
669
681
|
}
|
670
682
|
export interface GetSolNetworkOperationOutput {
|
671
683
|
/**
|
@@ -704,6 +716,10 @@ declare namespace Tnb {
|
|
704
716
|
* All tasks associated with this operation occurrence.
|
705
717
|
*/
|
706
718
|
tasks?: GetSolNetworkOperationTasksList;
|
719
|
+
/**
|
720
|
+
* Type of the update. Only present if the network operation lcmOperationType is UPDATE.
|
721
|
+
*/
|
722
|
+
updateType?: UpdateSolNetworkType;
|
707
723
|
}
|
708
724
|
export interface GetSolNetworkOperationTaskDetails {
|
709
725
|
/**
|
@@ -862,6 +878,16 @@ declare namespace Tnb {
|
|
862
878
|
*/
|
863
879
|
nodeGroup?: String;
|
864
880
|
}
|
881
|
+
export interface InstantiateMetadata {
|
882
|
+
/**
|
883
|
+
* The configurable properties used during instantiation.
|
884
|
+
*/
|
885
|
+
additionalParamsForNs?: Document;
|
886
|
+
/**
|
887
|
+
* The network service descriptor used for instantiating the network instance.
|
888
|
+
*/
|
889
|
+
nsdInfoId: NsdInfoId;
|
890
|
+
}
|
865
891
|
export interface InstantiateSolNetworkInstanceInput {
|
866
892
|
/**
|
867
893
|
* Provides values for the configurable properties.
|
@@ -876,7 +902,7 @@ declare namespace Tnb {
|
|
876
902
|
*/
|
877
903
|
nsInstanceId: NsInstanceId;
|
878
904
|
/**
|
879
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
905
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
880
906
|
*/
|
881
907
|
tags?: TagMap;
|
882
908
|
}
|
@@ -886,7 +912,7 @@ declare namespace Tnb {
|
|
886
912
|
*/
|
887
913
|
nsLcmOpOccId: NsLcmOpOccId;
|
888
914
|
/**
|
889
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
915
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
890
916
|
*/
|
891
917
|
tags?: TagMap;
|
892
918
|
}
|
@@ -1129,6 +1155,10 @@ declare namespace Tnb {
|
|
1129
1155
|
* The state of the network operation.
|
1130
1156
|
*/
|
1131
1157
|
operationState: NsLcmOperationState;
|
1158
|
+
/**
|
1159
|
+
* Type of the update. Only present if the network operation lcmOperationType is UPDATE.
|
1160
|
+
*/
|
1161
|
+
updateType?: UpdateSolNetworkType;
|
1132
1162
|
}
|
1133
1163
|
export interface ListSolNetworkOperationsInput {
|
1134
1164
|
/**
|
@@ -1139,6 +1169,10 @@ declare namespace Tnb {
|
|
1139
1169
|
* The token for the next page of results.
|
1140
1170
|
*/
|
1141
1171
|
nextToken?: PaginationToken;
|
1172
|
+
/**
|
1173
|
+
* Network instance id filter, to retrieve network operations associated to a network instance.
|
1174
|
+
*/
|
1175
|
+
nsInstanceId?: NsInstanceId;
|
1142
1176
|
}
|
1143
1177
|
export type ListSolNetworkOperationsInputMaxResultsInteger = number;
|
1144
1178
|
export interface ListSolNetworkOperationsMetadata {
|
@@ -1150,6 +1184,14 @@ declare namespace Tnb {
|
|
1150
1184
|
* The date that the resource was last modified.
|
1151
1185
|
*/
|
1152
1186
|
lastModified: SyntheticTimestamp_date_time;
|
1187
|
+
/**
|
1188
|
+
* The network service descriptor id used for the operation. Only present if the updateType is UPDATE_NS.
|
1189
|
+
*/
|
1190
|
+
nsdInfoId?: NsdInfoId;
|
1191
|
+
/**
|
1192
|
+
* The network function id used for the operation. Only present if the updateType is MODIFY_VNF_INFO.
|
1193
|
+
*/
|
1194
|
+
vnfInstanceId?: VnfInstanceId;
|
1153
1195
|
}
|
1154
1196
|
export interface ListSolNetworkOperationsOutput {
|
1155
1197
|
/**
|
@@ -1256,6 +1298,16 @@ declare namespace Tnb {
|
|
1256
1298
|
*/
|
1257
1299
|
tags: TagMap;
|
1258
1300
|
}
|
1301
|
+
export interface ModifyVnfInfoMetadata {
|
1302
|
+
/**
|
1303
|
+
* The configurable properties used during update of the network function instance.
|
1304
|
+
*/
|
1305
|
+
vnfConfigurableProperties: Document;
|
1306
|
+
/**
|
1307
|
+
* The network function instance that was updated in the network instance.
|
1308
|
+
*/
|
1309
|
+
vnfInstanceId: VnfInstanceId;
|
1310
|
+
}
|
1259
1311
|
export interface NetworkArtifactMeta {
|
1260
1312
|
/**
|
1261
1313
|
* Lists network package overrides.
|
@@ -1267,7 +1319,7 @@ declare namespace Tnb {
|
|
1267
1319
|
export type NsLcmOpOccArn = string;
|
1268
1320
|
export type NsLcmOpOccId = string;
|
1269
1321
|
export type NsLcmOperationState = "PROCESSING"|"COMPLETED"|"FAILED"|"CANCELLING"|"CANCELLED"|string;
|
1270
|
-
export type NsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"IMPAIRED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS"|string;
|
1322
|
+
export type NsState = "INSTANTIATED"|"NOT_INSTANTIATED"|"UPDATED"|"IMPAIRED"|"UPDATE_FAILED"|"STOPPED"|"DELETED"|"INSTANTIATE_IN_PROGRESS"|"INTENT_TO_UPDATE_IN_PROGRESS"|"UPDATE_IN_PROGRESS"|"TERMINATE_IN_PROGRESS"|string;
|
1271
1323
|
export type NsdId = string;
|
1272
1324
|
export type NsdInfoArn = string;
|
1273
1325
|
export type NsdInfoId = string;
|
@@ -1297,7 +1349,7 @@ declare namespace Tnb {
|
|
1297
1349
|
/**
|
1298
1350
|
* Function package file.
|
1299
1351
|
*/
|
1300
|
-
file:
|
1352
|
+
file: SensitiveBlob;
|
1301
1353
|
/**
|
1302
1354
|
* Function package ID.
|
1303
1355
|
*/
|
@@ -1340,7 +1392,7 @@ declare namespace Tnb {
|
|
1340
1392
|
/**
|
1341
1393
|
* Network package file.
|
1342
1394
|
*/
|
1343
|
-
file:
|
1395
|
+
file: SensitiveBlob;
|
1344
1396
|
/**
|
1345
1397
|
* Network service descriptor info ID.
|
1346
1398
|
*/
|
@@ -1379,6 +1431,7 @@ declare namespace Tnb {
|
|
1379
1431
|
*/
|
1380
1432
|
vnfPkgIds: VnfPkgIdList;
|
1381
1433
|
}
|
1434
|
+
export type SensitiveBlob = Buffer|Uint8Array|Blob|string;
|
1382
1435
|
export type String = string;
|
1383
1436
|
export type StringMap = {[key: string]: String};
|
1384
1437
|
export type SyntheticTimestamp_date_time = Date;
|
@@ -1406,7 +1459,7 @@ declare namespace Tnb {
|
|
1406
1459
|
*/
|
1407
1460
|
nsInstanceId: NsInstanceId;
|
1408
1461
|
/**
|
1409
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
1462
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
1410
1463
|
*/
|
1411
1464
|
tags?: TagMap;
|
1412
1465
|
}
|
@@ -1416,7 +1469,7 @@ declare namespace Tnb {
|
|
1416
1469
|
*/
|
1417
1470
|
nsLcmOpOccId?: NsLcmOpOccId;
|
1418
1471
|
/**
|
1419
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
1472
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
1420
1473
|
*/
|
1421
1474
|
tags?: TagMap;
|
1422
1475
|
}
|
@@ -1442,6 +1495,16 @@ declare namespace Tnb {
|
|
1442
1495
|
}
|
1443
1496
|
export interface UntagResourceOutput {
|
1444
1497
|
}
|
1498
|
+
export interface UpdateNsMetadata {
|
1499
|
+
/**
|
1500
|
+
* The configurable properties used during update.
|
1501
|
+
*/
|
1502
|
+
additionalParamsForNs?: Document;
|
1503
|
+
/**
|
1504
|
+
* The network service descriptor used for updating the network instance.
|
1505
|
+
*/
|
1506
|
+
nsdInfoId: NsdInfoId;
|
1507
|
+
}
|
1445
1508
|
export interface UpdateSolFunctionPackageInput {
|
1446
1509
|
/**
|
1447
1510
|
* Operational state of the function package.
|
@@ -1460,7 +1523,7 @@ declare namespace Tnb {
|
|
1460
1523
|
}
|
1461
1524
|
export interface UpdateSolNetworkInstanceInput {
|
1462
1525
|
/**
|
1463
|
-
* Identifies the network function information parameters and/or the configurable properties of the network function to be modified.
|
1526
|
+
* Identifies the network function information parameters and/or the configurable properties of the network function to be modified. Include this property only if the update type is MODIFY_VNF_INFORMATION.
|
1464
1527
|
*/
|
1465
1528
|
modifyVnfInfoData?: UpdateSolNetworkModify;
|
1466
1529
|
/**
|
@@ -1468,11 +1531,15 @@ declare namespace Tnb {
|
|
1468
1531
|
*/
|
1469
1532
|
nsInstanceId: NsInstanceId;
|
1470
1533
|
/**
|
1471
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
1534
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
1472
1535
|
*/
|
1473
1536
|
tags?: TagMap;
|
1474
1537
|
/**
|
1475
|
-
*
|
1538
|
+
* Identifies the network service descriptor and the configurable properties of the descriptor, to be used for the update. Include this property only if the update type is UPDATE_NS.
|
1539
|
+
*/
|
1540
|
+
updateNs?: UpdateSolNetworkServiceData;
|
1541
|
+
/**
|
1542
|
+
* The type of update. Use the MODIFY_VNF_INFORMATION update type, to update a specific network function configuration, in the network instance. Use the UPDATE_NS update type, to update the network instance to a new network service descriptor.
|
1476
1543
|
*/
|
1477
1544
|
updateType: UpdateSolNetworkType;
|
1478
1545
|
}
|
@@ -1482,7 +1549,7 @@ declare namespace Tnb {
|
|
1482
1549
|
*/
|
1483
1550
|
nsLcmOpOccId?: NsLcmOpOccId;
|
1484
1551
|
/**
|
1485
|
-
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are
|
1552
|
+
* A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are only applied to the network operation that is created. These tags are not applied to the network instance. Use tags to search and filter your resources or track your Amazon Web Services costs.
|
1486
1553
|
*/
|
1487
1554
|
tags?: TagMap;
|
1488
1555
|
}
|
@@ -1512,7 +1579,17 @@ declare namespace Tnb {
|
|
1512
1579
|
*/
|
1513
1580
|
nsdOperationalState: NsdOperationalState;
|
1514
1581
|
}
|
1515
|
-
export
|
1582
|
+
export interface UpdateSolNetworkServiceData {
|
1583
|
+
/**
|
1584
|
+
* Values for the configurable properties declared in the network service descriptor.
|
1585
|
+
*/
|
1586
|
+
additionalParamsForNs?: Document;
|
1587
|
+
/**
|
1588
|
+
* ID of the network service descriptor.
|
1589
|
+
*/
|
1590
|
+
nsdInfoId: NsdInfoId;
|
1591
|
+
}
|
1592
|
+
export type UpdateSolNetworkType = "MODIFY_VNF_INFORMATION"|"UPDATE_NS"|string;
|
1516
1593
|
export type UsageState = "IN_USE"|"NOT_IN_USE"|string;
|
1517
1594
|
export interface ValidateSolFunctionPackageContentInput {
|
1518
1595
|
/**
|
@@ -1522,7 +1599,7 @@ declare namespace Tnb {
|
|
1522
1599
|
/**
|
1523
1600
|
* Function package file.
|
1524
1601
|
*/
|
1525
|
-
file:
|
1602
|
+
file: SensitiveBlob;
|
1526
1603
|
/**
|
1527
1604
|
* Function package ID.
|
1528
1605
|
*/
|
@@ -1565,7 +1642,7 @@ declare namespace Tnb {
|
|
1565
1642
|
/**
|
1566
1643
|
* Network package file.
|
1567
1644
|
*/
|
1568
|
-
file:
|
1645
|
+
file: SensitiveBlob;
|
1569
1646
|
/**
|
1570
1647
|
* Network service descriptor file.
|
1571
1648
|
*/
|
@@ -132,11 +132,11 @@ declare class WorkSpaces extends Service {
|
|
132
132
|
*/
|
133
133
|
createWorkspaceImage(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspaceImageResult) => void): Request<WorkSpaces.Types.CreateWorkspaceImageResult, AWSError>;
|
134
134
|
/**
|
135
|
-
* Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles. User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core.
|
135
|
+
* Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles. User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core. Review your running mode to ensure you are using one that is optimal for your needs and budget. For more information on switching running modes, see Can I switch between hourly and monthly billing?
|
136
136
|
*/
|
137
137
|
createWorkspaces(params: WorkSpaces.Types.CreateWorkspacesRequest, callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
|
138
138
|
/**
|
139
|
-
* Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles. User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core.
|
139
|
+
* Creates one or more WorkSpaces. This operation is asynchronous and returns before the WorkSpaces are created. The MANUAL running mode value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles. User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core. Review your running mode to ensure you are using one that is optimal for your needs and budget. For more information on switching running modes, see Can I switch between hourly and monthly billing?
|
140
140
|
*/
|
141
141
|
createWorkspaces(callback?: (err: AWSError, data: WorkSpaces.Types.CreateWorkspacesResult) => void): Request<WorkSpaces.Types.CreateWorkspacesResult, AWSError>;
|
142
142
|
/**
|
@@ -971,13 +971,13 @@ declare namespace WorkSpaces {
|
|
971
971
|
export type BundleType = "REGULAR"|"STANDBY"|string;
|
972
972
|
export interface Capacity {
|
973
973
|
/**
|
974
|
-
* The desired number of user sessions for
|
974
|
+
* The desired number of user sessions for the WorkSpaces in the pool.
|
975
975
|
*/
|
976
976
|
DesiredUserSessions: DesiredUserSessions;
|
977
977
|
}
|
978
978
|
export interface CapacityStatus {
|
979
979
|
/**
|
980
|
-
* The number of user sessions currently
|
980
|
+
* The number of user sessions currently available for streaming from your pool. AvailableUserSessions = ActualUserSessions - ActiveUserSessions
|
981
981
|
*/
|
982
982
|
AvailableUserSessions: AvailableUserSessions;
|
983
983
|
/**
|
@@ -985,11 +985,11 @@ declare namespace WorkSpaces {
|
|
985
985
|
*/
|
986
986
|
DesiredUserSessions: DesiredUserSessions;
|
987
987
|
/**
|
988
|
-
* The total number of
|
988
|
+
* The total number of user sessions that are available for streaming or are currently streaming in your pool. ActualUserSessions = AvailableUserSessions + ActiveUserSessions
|
989
989
|
*/
|
990
990
|
ActualUserSessions: ActualUserSessions;
|
991
991
|
/**
|
992
|
-
* The number of user sessions currently being used for pool
|
992
|
+
* The number of user sessions currently being used for your pool.
|
993
993
|
*/
|
994
994
|
ActiveUserSessions: ActiveUserSessions;
|
995
995
|
}
|
@@ -3774,7 +3774,7 @@ declare namespace WorkSpaces {
|
|
3774
3774
|
export type WorkspaceName = string;
|
3775
3775
|
export interface WorkspaceProperties {
|
3776
3776
|
/**
|
3777
|
-
* The running mode. For more information, see Manage the WorkSpace Running Mode. The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.
|
3777
|
+
* The running mode. For more information, see Manage the WorkSpace Running Mode. The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core. Review your running mode to ensure you are using one that is optimal for your needs and budget. For more information on switching running modes, see Can I switch between hourly and monthly billing?
|
3778
3778
|
*/
|
3779
3779
|
RunningMode?: RunningMode;
|
3780
3780
|
/**
|