@pulumi/aws-native 1.43.0-alpha.1766090516 → 1.43.0-alpha.1766150342

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 (124) hide show
  1. package/bedrockagentcore/gatewayTarget.d.ts +1 -1
  2. package/bedrockagentcore/gatewayTarget.js +1 -1
  3. package/bedrockagentcore/getGatewayTarget.d.ts +2 -2
  4. package/bedrockagentcore/getGatewayTarget.js +2 -2
  5. package/cases/caseRule.d.ts +85 -0
  6. package/cases/caseRule.js +77 -0
  7. package/cases/caseRule.js.map +1 -0
  8. package/cases/domain.d.ts +65 -0
  9. package/cases/domain.js +68 -0
  10. package/cases/domain.js.map +1 -0
  11. package/cases/field.d.ts +84 -0
  12. package/cases/field.js +79 -0
  13. package/cases/field.js.map +1 -0
  14. package/cases/getCaseRule.d.ts +53 -0
  15. package/cases/getCaseRule.js +28 -0
  16. package/cases/getCaseRule.js.map +1 -0
  17. package/cases/getDomain.d.ts +42 -0
  18. package/cases/getDomain.js +28 -0
  19. package/cases/getDomain.js.map +1 -0
  20. package/cases/getField.d.ts +54 -0
  21. package/cases/getField.js +28 -0
  22. package/cases/getField.js.map +1 -0
  23. package/cases/getLayout.d.ts +46 -0
  24. package/cases/getLayout.js +28 -0
  25. package/cases/getLayout.js.map +1 -0
  26. package/cases/getTemplate.d.ts +63 -0
  27. package/cases/getTemplate.js +28 -0
  28. package/cases/getTemplate.js.map +1 -0
  29. package/cases/index.d.ts +31 -0
  30. package/cases/index.js +69 -0
  31. package/cases/index.js.map +1 -0
  32. package/cases/layout.d.ts +71 -0
  33. package/cases/layout.js +75 -0
  34. package/cases/layout.js.map +1 -0
  35. package/cases/template.d.ts +104 -0
  36. package/cases/template.js +80 -0
  37. package/cases/template.js.map +1 -0
  38. package/connect/contactFlowModule.d.ts +16 -0
  39. package/connect/contactFlowModule.js +4 -0
  40. package/connect/contactFlowModule.js.map +1 -1
  41. package/connect/getContactFlowModule.d.ts +8 -0
  42. package/connect/getContactFlowModule.js.map +1 -1
  43. package/connect/getHoursOfOperation.d.ts +8 -0
  44. package/connect/getHoursOfOperation.js.map +1 -1
  45. package/connect/hoursOfOperation.d.ts +16 -0
  46. package/connect/hoursOfOperation.js +4 -0
  47. package/connect/hoursOfOperation.js.map +1 -1
  48. package/ec2/getVolume.d.ts +19 -13
  49. package/ec2/getVolume.js.map +1 -1
  50. package/ec2/volume.d.ts +38 -26
  51. package/ec2/volume.js.map +1 -1
  52. package/ec2/vpnConnection.d.ts +12 -0
  53. package/ec2/vpnConnection.js.map +1 -1
  54. package/emr/step.d.ts +16 -0
  55. package/emr/step.js +5 -1
  56. package/emr/step.js.map +1 -1
  57. package/gameliftstreams/streamGroup.d.ts +96 -12
  58. package/gameliftstreams/streamGroup.js.map +1 -1
  59. package/index.d.ts +2 -1
  60. package/index.js +7 -5
  61. package/index.js.map +1 -1
  62. package/iotanalytics/dataset.d.ts +2 -2
  63. package/iotanalytics/datastore.d.ts +2 -2
  64. package/iotanalytics/getDataset.d.ts +1 -1
  65. package/iotanalytics/getDatastore.d.ts +1 -1
  66. package/lex/bot.d.ts +3 -3
  67. package/lex/bot.js +1 -1
  68. package/lex/botAlias.d.ts +3 -3
  69. package/lex/botAlias.js +1 -1
  70. package/lex/getBot.d.ts +6 -6
  71. package/lex/getBot.js +2 -2
  72. package/lex/getBotAlias.d.ts +6 -2
  73. package/lex/getBotAlias.js +2 -2
  74. package/lex/getBotAlias.js.map +1 -1
  75. package/observabilityadmin/getS3TableIntegration.d.ts +36 -0
  76. package/observabilityadmin/getS3TableIntegration.js +28 -0
  77. package/observabilityadmin/getS3TableIntegration.js.map +1 -0
  78. package/observabilityadmin/index.d.ts +6 -0
  79. package/observabilityadmin/index.js +8 -1
  80. package/observabilityadmin/index.js.map +1 -1
  81. package/observabilityadmin/s3tableIntegration.d.ts +71 -0
  82. package/observabilityadmin/s3tableIntegration.js +72 -0
  83. package/observabilityadmin/s3tableIntegration.js.map +1 -0
  84. package/odb/getOdbPeeringConnection.d.ts +8 -0
  85. package/odb/getOdbPeeringConnection.js.map +1 -1
  86. package/odb/odbPeeringConnection.d.ts +12 -0
  87. package/odb/odbPeeringConnection.js +5 -1
  88. package/odb/odbPeeringConnection.js.map +1 -1
  89. package/package.json +3 -3
  90. package/package.json.dev +2 -2
  91. package/types/enums/bedrockagentcore/index.d.ts +5 -0
  92. package/types/enums/bedrockagentcore/index.js +5 -1
  93. package/types/enums/bedrockagentcore/index.js.map +1 -1
  94. package/types/enums/cases/index.d.ts +38 -0
  95. package/types/enums/cases/index.js +28 -0
  96. package/types/enums/cases/index.js.map +1 -0
  97. package/types/enums/connect/index.d.ts +22 -4
  98. package/types/enums/connect/index.js +12 -2
  99. package/types/enums/connect/index.js.map +1 -1
  100. package/types/enums/ec2/index.d.ts +3 -0
  101. package/types/enums/ec2/index.js.map +1 -1
  102. package/types/enums/ecr/index.d.ts +1 -0
  103. package/types/enums/ecr/index.js +1 -0
  104. package/types/enums/ecr/index.js.map +1 -1
  105. package/types/enums/ecs/index.d.ts +5 -0
  106. package/types/enums/ecs/index.js +5 -1
  107. package/types/enums/ecs/index.js.map +1 -1
  108. package/types/enums/index.d.ts +2 -1
  109. package/types/enums/index.js +6 -4
  110. package/types/enums/index.js.map +1 -1
  111. package/types/enums/lex/index.d.ts +11 -0
  112. package/types/enums/lex/index.js +10 -1
  113. package/types/enums/lex/index.js.map +1 -1
  114. package/types/enums/observabilityadmin/index.d.ts +8 -0
  115. package/types/enums/observabilityadmin/index.js +5 -1
  116. package/types/enums/observabilityadmin/index.js.map +1 -1
  117. package/types/input.d.ts +352 -40
  118. package/types/output.d.ts +352 -40
  119. package/types/output.js.map +1 -1
  120. package/workspacesweb/getUserSettings.d.ts +1 -0
  121. package/workspacesweb/getUserSettings.js.map +1 -1
  122. package/workspacesweb/userSettings.d.ts +2 -0
  123. package/workspacesweb/userSettings.js +2 -0
  124. package/workspacesweb/userSettings.js.map +1 -1
@@ -0,0 +1,104 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
7
+ */
8
+ export declare class Template extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing Template resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Template;
18
+ /**
19
+ * Returns true if the given object is an instance of Template. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is Template;
23
+ /**
24
+ * The time at which the template was created.
25
+ */
26
+ readonly createdTime: pulumi.Output<string>;
27
+ /**
28
+ * A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
29
+ */
30
+ readonly description: pulumi.Output<string | undefined>;
31
+ /**
32
+ * The unique identifier of the Cases domain.
33
+ */
34
+ readonly domainId: pulumi.Output<string | undefined>;
35
+ /**
36
+ * The time at which the template was created or last modified.
37
+ */
38
+ readonly lastModifiedTime: pulumi.Output<string>;
39
+ readonly layoutConfiguration: pulumi.Output<outputs.cases.TemplateLayoutConfiguration | undefined>;
40
+ /**
41
+ * A name for the template. It must be unique per domain.
42
+ */
43
+ readonly name: pulumi.Output<string>;
44
+ /**
45
+ * A list of fields that must contain a value for a case to be successfully created with this template.
46
+ */
47
+ readonly requiredFields: pulumi.Output<outputs.cases.TemplateRequiredField[] | undefined>;
48
+ /**
49
+ * A list of case rules (also known as case field conditions) on a template.
50
+ */
51
+ readonly rules: pulumi.Output<outputs.cases.TemplateRule[] | undefined>;
52
+ readonly status: pulumi.Output<enums.cases.TemplateStatus | undefined>;
53
+ /**
54
+ * The tags that you attach to this template.
55
+ */
56
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
57
+ /**
58
+ * The Amazon Resource Name (ARN) of the template.
59
+ */
60
+ readonly templateArn: pulumi.Output<string>;
61
+ /**
62
+ * The unique identifier of a template.
63
+ */
64
+ readonly templateId: pulumi.Output<string>;
65
+ /**
66
+ * Create a Template resource with the given unique name, arguments, and options.
67
+ *
68
+ * @param name The _unique_ name of the resource.
69
+ * @param args The arguments to use to populate this resource's properties.
70
+ * @param opts A bag of options that control this resource's behavior.
71
+ */
72
+ constructor(name: string, args?: TemplateArgs, opts?: pulumi.CustomResourceOptions);
73
+ }
74
+ /**
75
+ * The set of arguments for constructing a Template resource.
76
+ */
77
+ export interface TemplateArgs {
78
+ /**
79
+ * A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
80
+ */
81
+ description?: pulumi.Input<string>;
82
+ /**
83
+ * The unique identifier of the Cases domain.
84
+ */
85
+ domainId?: pulumi.Input<string>;
86
+ layoutConfiguration?: pulumi.Input<inputs.cases.TemplateLayoutConfigurationArgs>;
87
+ /**
88
+ * A name for the template. It must be unique per domain.
89
+ */
90
+ name?: pulumi.Input<string>;
91
+ /**
92
+ * A list of fields that must contain a value for a case to be successfully created with this template.
93
+ */
94
+ requiredFields?: pulumi.Input<pulumi.Input<inputs.cases.TemplateRequiredFieldArgs>[]>;
95
+ /**
96
+ * A list of case rules (also known as case field conditions) on a template.
97
+ */
98
+ rules?: pulumi.Input<pulumi.Input<inputs.cases.TemplateRuleArgs>[]>;
99
+ status?: pulumi.Input<enums.cases.TemplateStatus>;
100
+ /**
101
+ * The tags that you attach to this template.
102
+ */
103
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
104
+ }
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Template = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
10
+ */
11
+ class Template extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Template resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new Template(name, undefined, { ...opts, id: id });
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Template. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === Template.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Template resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ resourceInputs["description"] = args?.description;
45
+ resourceInputs["domainId"] = args?.domainId;
46
+ resourceInputs["layoutConfiguration"] = args?.layoutConfiguration;
47
+ resourceInputs["name"] = args?.name;
48
+ resourceInputs["requiredFields"] = args?.requiredFields;
49
+ resourceInputs["rules"] = args?.rules;
50
+ resourceInputs["status"] = args?.status;
51
+ resourceInputs["tags"] = args?.tags;
52
+ resourceInputs["createdTime"] = undefined /*out*/;
53
+ resourceInputs["lastModifiedTime"] = undefined /*out*/;
54
+ resourceInputs["templateArn"] = undefined /*out*/;
55
+ resourceInputs["templateId"] = undefined /*out*/;
56
+ }
57
+ else {
58
+ resourceInputs["createdTime"] = undefined /*out*/;
59
+ resourceInputs["description"] = undefined /*out*/;
60
+ resourceInputs["domainId"] = undefined /*out*/;
61
+ resourceInputs["lastModifiedTime"] = undefined /*out*/;
62
+ resourceInputs["layoutConfiguration"] = undefined /*out*/;
63
+ resourceInputs["name"] = undefined /*out*/;
64
+ resourceInputs["requiredFields"] = undefined /*out*/;
65
+ resourceInputs["rules"] = undefined /*out*/;
66
+ resourceInputs["status"] = undefined /*out*/;
67
+ resourceInputs["tags"] = undefined /*out*/;
68
+ resourceInputs["templateArn"] = undefined /*out*/;
69
+ resourceInputs["templateId"] = undefined /*out*/;
70
+ }
71
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
72
+ const replaceOnChanges = { replaceOnChanges: ["domainId"] };
73
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
74
+ super(Template.__pulumiType, name, resourceInputs, opts);
75
+ }
76
+ }
77
+ exports.Template = Template;
78
+ /** @internal */
79
+ Template.__pulumiType = 'aws-native:cases:Template';
80
+ //# sourceMappingURL=template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"template.js","sourceRoot":"","sources":["../../cases/template.ts"],"names":[],"mappings":"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"}
@@ -51,6 +51,10 @@ export declare class ContactFlowModule extends pulumi.CustomResource {
51
51
  * The description of the contact flow module.
52
52
  */
53
53
  readonly description: pulumi.Output<string | undefined>;
54
+ /**
55
+ * Defines the external invocation configuration of the flow module resource
56
+ */
57
+ readonly externalInvocationConfiguration: pulumi.Output<outputs.connect.ExternalInvocationConfigurationProperties | undefined>;
54
58
  /**
55
59
  * The identifier of the Amazon Connect instance (ARN).
56
60
  */
@@ -59,6 +63,10 @@ export declare class ContactFlowModule extends pulumi.CustomResource {
59
63
  * The name of the contact flow module.
60
64
  */
61
65
  readonly name: pulumi.Output<string>;
66
+ /**
67
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
68
+ */
69
+ readonly settings: pulumi.Output<string | undefined>;
62
70
  /**
63
71
  * The state of the contact flow module.
64
72
  */
@@ -92,6 +100,10 @@ export interface ContactFlowModuleArgs {
92
100
  * The description of the contact flow module.
93
101
  */
94
102
  description?: pulumi.Input<string>;
103
+ /**
104
+ * Defines the external invocation configuration of the flow module resource
105
+ */
106
+ externalInvocationConfiguration?: pulumi.Input<inputs.connect.ExternalInvocationConfigurationPropertiesArgs>;
95
107
  /**
96
108
  * The identifier of the Amazon Connect instance (ARN).
97
109
  */
@@ -100,6 +112,10 @@ export interface ContactFlowModuleArgs {
100
112
  * The name of the contact flow module.
101
113
  */
102
114
  name?: pulumi.Input<string>;
115
+ /**
116
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
117
+ */
118
+ settings?: pulumi.Input<string>;
103
119
  /**
104
120
  * The state of the contact flow module.
105
121
  */
@@ -69,8 +69,10 @@ class ContactFlowModule extends pulumi.CustomResource {
69
69
  }
70
70
  resourceInputs["content"] = args?.content;
71
71
  resourceInputs["description"] = args?.description;
72
+ resourceInputs["externalInvocationConfiguration"] = args?.externalInvocationConfiguration;
72
73
  resourceInputs["instanceArn"] = args?.instanceArn;
73
74
  resourceInputs["name"] = args?.name;
75
+ resourceInputs["settings"] = args?.settings;
74
76
  resourceInputs["state"] = args?.state;
75
77
  resourceInputs["tags"] = args?.tags;
76
78
  resourceInputs["contactFlowModuleArn"] = undefined /*out*/;
@@ -80,8 +82,10 @@ class ContactFlowModule extends pulumi.CustomResource {
80
82
  resourceInputs["contactFlowModuleArn"] = undefined /*out*/;
81
83
  resourceInputs["content"] = undefined /*out*/;
82
84
  resourceInputs["description"] = undefined /*out*/;
85
+ resourceInputs["externalInvocationConfiguration"] = undefined /*out*/;
83
86
  resourceInputs["instanceArn"] = undefined /*out*/;
84
87
  resourceInputs["name"] = undefined /*out*/;
88
+ resourceInputs["settings"] = undefined /*out*/;
85
89
  resourceInputs["state"] = undefined /*out*/;
86
90
  resourceInputs["status"] = undefined /*out*/;
87
91
  resourceInputs["tags"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"contactFlowModule.js","sourceRoot":"","sources":["../../connect/contactFlowModule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA2B,EAAE,IAAmC;QACtF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAChD;aAAM;YACH,cAAc,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3D,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5C,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACtE,CAAC;;AAjGL,8CAkGC;AArFG,gBAAgB;AACO,8BAAY,GAAG,sCAAsC,CAAC"}
1
+ {"version":3,"file":"contactFlowModule.js","sourceRoot":"","sources":["../../connect/contactFlowModule.ts"],"names":[],"mappings":"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"}
@@ -23,6 +23,10 @@ export interface GetContactFlowModuleResult {
23
23
  * The description of the contact flow module.
24
24
  */
25
25
  readonly description?: string;
26
+ /**
27
+ * Defines the external invocation configuration of the flow module resource
28
+ */
29
+ readonly externalInvocationConfiguration?: outputs.connect.ExternalInvocationConfigurationProperties;
26
30
  /**
27
31
  * The identifier of the Amazon Connect instance (ARN).
28
32
  */
@@ -31,6 +35,10 @@ export interface GetContactFlowModuleResult {
31
35
  * The name of the contact flow module.
32
36
  */
33
37
  readonly name?: string;
38
+ /**
39
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
40
+ */
41
+ readonly settings?: string;
34
42
  /**
35
43
  * The state of the contact flow module.
36
44
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getContactFlowModule.js","sourceRoot":"","sources":["../../connect/getContactFlowModule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AA2CD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
1
+ {"version":3,"file":"getContactFlowModule.js","sourceRoot":"","sources":["../../connect/getContactFlowModule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC;AAmDD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gEAKC"}
@@ -11,6 +11,10 @@ export interface GetHoursOfOperationArgs {
11
11
  hoursOfOperationArn: string;
12
12
  }
13
13
  export interface GetHoursOfOperationResult {
14
+ /**
15
+ * List of child hours of operations.
16
+ */
17
+ readonly childHoursOfOperations?: outputs.connect.HoursOfOperationsIdentifier[];
14
18
  /**
15
19
  * Configuration information for the hours of operation: day, start time, and end time.
16
20
  */
@@ -35,6 +39,10 @@ export interface GetHoursOfOperationResult {
35
39
  * The name of the hours of operation.
36
40
  */
37
41
  readonly name?: string;
42
+ /**
43
+ * List of parent hours of operations.
44
+ */
45
+ readonly parentHoursOfOperations?: outputs.connect.HoursOfOperationsIdentifier[];
38
46
  /**
39
47
  * One or more tags.
40
48
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getHoursOfOperation.js","sourceRoot":"","sources":["../../connect/getHoursOfOperation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AA2CD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
1
+ {"version":3,"file":"getHoursOfOperation.js","sourceRoot":"","sources":["../../connect/getHoursOfOperation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wCAAwC,EAAE;QACnE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kDAKC;AAmDD;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wCAAwC,EAAE;QACzE,qBAAqB,EAAE,IAAI,CAAC,mBAAmB;KAClD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8DAKC"}
@@ -50,6 +50,10 @@ export declare class HoursOfOperation extends pulumi.CustomResource {
50
50
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
51
51
  */
52
52
  static isInstance(obj: any): obj is HoursOfOperation;
53
+ /**
54
+ * List of child hours of operations.
55
+ */
56
+ readonly childHoursOfOperations: pulumi.Output<outputs.connect.HoursOfOperationsIdentifier[] | undefined>;
53
57
  /**
54
58
  * Configuration information for the hours of operation: day, start time, and end time.
55
59
  */
@@ -74,6 +78,10 @@ export declare class HoursOfOperation extends pulumi.CustomResource {
74
78
  * The name of the hours of operation.
75
79
  */
76
80
  readonly name: pulumi.Output<string>;
81
+ /**
82
+ * List of parent hours of operations.
83
+ */
84
+ readonly parentHoursOfOperations: pulumi.Output<outputs.connect.HoursOfOperationsIdentifier[] | undefined>;
77
85
  /**
78
86
  * One or more tags.
79
87
  */
@@ -95,6 +103,10 @@ export declare class HoursOfOperation extends pulumi.CustomResource {
95
103
  * The set of arguments for constructing a HoursOfOperation resource.
96
104
  */
97
105
  export interface HoursOfOperationArgs {
106
+ /**
107
+ * List of child hours of operations.
108
+ */
109
+ childHoursOfOperations?: pulumi.Input<pulumi.Input<inputs.connect.HoursOfOperationsIdentifierArgs>[]>;
98
110
  /**
99
111
  * Configuration information for the hours of operation: day, start time, and end time.
100
112
  */
@@ -115,6 +127,10 @@ export interface HoursOfOperationArgs {
115
127
  * The name of the hours of operation.
116
128
  */
117
129
  name?: pulumi.Input<string>;
130
+ /**
131
+ * List of parent hours of operations.
132
+ */
133
+ parentHoursOfOperations?: pulumi.Input<pulumi.Input<inputs.connect.HoursOfOperationsIdentifierArgs>[]>;
118
134
  /**
119
135
  * One or more tags.
120
136
  */
@@ -81,22 +81,26 @@ class HoursOfOperation extends pulumi.CustomResource {
81
81
  if (args?.timeZone === undefined && !opts.urn) {
82
82
  throw new Error("Missing required property 'timeZone'");
83
83
  }
84
+ resourceInputs["childHoursOfOperations"] = args?.childHoursOfOperations;
84
85
  resourceInputs["config"] = args?.config;
85
86
  resourceInputs["description"] = args?.description;
86
87
  resourceInputs["hoursOfOperationOverrides"] = args?.hoursOfOperationOverrides;
87
88
  resourceInputs["instanceArn"] = args?.instanceArn;
88
89
  resourceInputs["name"] = args?.name;
90
+ resourceInputs["parentHoursOfOperations"] = args?.parentHoursOfOperations;
89
91
  resourceInputs["tags"] = args?.tags;
90
92
  resourceInputs["timeZone"] = args?.timeZone;
91
93
  resourceInputs["hoursOfOperationArn"] = undefined /*out*/;
92
94
  }
93
95
  else {
96
+ resourceInputs["childHoursOfOperations"] = undefined /*out*/;
94
97
  resourceInputs["config"] = undefined /*out*/;
95
98
  resourceInputs["description"] = undefined /*out*/;
96
99
  resourceInputs["hoursOfOperationArn"] = undefined /*out*/;
97
100
  resourceInputs["hoursOfOperationOverrides"] = undefined /*out*/;
98
101
  resourceInputs["instanceArn"] = undefined /*out*/;
99
102
  resourceInputs["name"] = undefined /*out*/;
103
+ resourceInputs["parentHoursOfOperations"] = undefined /*out*/;
100
104
  resourceInputs["tags"] = undefined /*out*/;
101
105
  resourceInputs["timeZone"] = undefined /*out*/;
102
106
  }
@@ -1 +1 @@
1
- {"version":3,"file":"hoursOfOperation.js","sourceRoot":"","sources":["../../connect/hoursOfOperation.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"hoursOfOperation.js","sourceRoot":"","sources":["../../connect/hoursOfOperation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC7E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IA2CD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAA0B,EAAE,IAAmC;QACrF,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,IAAI,EAAE,MAAM,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzC,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,EAAE,WAAW,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC9C,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,IAAI,EAAE,QAAQ,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC3C,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,EAAE,sBAAsB,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,EAAE,yBAAyB,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,EAAE,uBAAuB,CAAC;YAC1E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7D;aAAM;YACH,cAAc,CAAC,wBAAwB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7D,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,qBAAqB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC1D,cAAc,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,yBAAyB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC3C,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAhHL,4CAiHC;AApGG,gBAAgB;AACO,6BAAY,GAAG,qCAAqC,CAAC"}
@@ -26,25 +26,24 @@ export interface GetVolumeArgs {
26
26
  }
27
27
  export interface GetVolumeResult {
28
28
  /**
29
- * Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
29
+ * Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
30
30
  */
31
31
  readonly autoEnableIo?: boolean;
32
32
  /**
33
33
  * The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
34
34
  * Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
35
+ * If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
35
36
  */
36
37
  readonly availabilityZone?: string;
37
38
  /**
38
- * The ID of the Availability Zone in which to create the volume. For example, `use1-az1` .
39
- *
40
- * Either `AvailabilityZone` or `AvailabilityZoneId` must be specified, but not both.
41
- *
42
- * If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
39
+ * The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
40
+ * Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
41
+ * If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
43
42
  */
44
43
  readonly availabilityZoneId?: string;
45
44
  /**
46
- * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
47
- * Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
45
+ * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
46
+ * If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
48
47
  */
49
48
  readonly encrypted?: boolean;
50
49
  /**
@@ -65,6 +64,8 @@ export interface GetVolumeResult {
65
64
  * + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
66
65
  * + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
67
66
  * + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
67
+ *
68
+ * If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
68
69
  */
69
70
  readonly kmsKeyId?: string;
70
71
  /**
@@ -73,12 +74,16 @@ export interface GetVolumeResult {
73
74
  */
74
75
  readonly multiAttachEnabled?: boolean;
75
76
  /**
76
- * The Amazon Resource Name (ARN) of the Outpost.
77
+ * The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
78
+ * If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
77
79
  */
78
80
  readonly outpostArn?: string;
79
81
  /**
80
- * The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
81
- * Valid sizes:
82
+ * The size of the volume, in GiBs.
83
+ * + Required for new empty volumes.
84
+ * + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
85
+ *
86
+ * Supported volume sizes:
82
87
  * + gp2: ``1 - 16,384`` GiB
83
88
  * + gp3: ``1 - 65,536`` GiB
84
89
  * + io1: ``4 - 16,384`` GiB
@@ -88,7 +93,7 @@ export interface GetVolumeResult {
88
93
  */
89
94
  readonly size?: number;
90
95
  /**
91
- * The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
96
+ * The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
92
97
  */
93
98
  readonly snapshotId?: string;
94
99
  /**
@@ -128,7 +133,8 @@ export interface GetVolumeResult {
128
133
  * + Cold HDD: ``sc1``
129
134
  * + Magnetic: ``standard``
130
135
  *
131
- * For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
136
+ * Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
137
+ * For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
132
138
  * Default: ``gp2``
133
139
  */
134
140
  readonly volumeType?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../ec2/getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AAsHD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0BAA0B,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}
1
+ {"version":3,"file":"getVolume.js","sourceRoot":"","sources":["../../ec2/getVolume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8BAKC;AA4HD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAAiC;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0BAA0B,EAAE;QAC3D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0CAKC"}