@aws-sdk/client-health 3.300.0 → 3.301.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.
@@ -34,7 +34,7 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
34
34
  * import { HealthClient, DescribeAffectedAccountsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import
35
35
  * // const { HealthClient, DescribeAffectedAccountsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import
36
36
  * const client = new HealthClient(config);
37
- * const input = {
37
+ * const input = { // DescribeAffectedAccountsForOrganizationRequest
38
38
  * eventArn: "STRING_VALUE", // required
39
39
  * nextToken: "STRING_VALUE",
40
40
  * maxResults: Number("int"),
@@ -43,29 +43,29 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
43
43
  * import { HealthClient, DescribeAffectedEntitiesCommand } from "@aws-sdk/client-health"; // ES Modules import
44
44
  * // const { HealthClient, DescribeAffectedEntitiesCommand } = require("@aws-sdk/client-health"); // CommonJS import
45
45
  * const client = new HealthClient(config);
46
- * const input = {
47
- * filter: {
48
- * eventArns: [ // required
46
+ * const input = { // DescribeAffectedEntitiesRequest
47
+ * filter: { // EntityFilter
48
+ * eventArns: [ // eventArnList // required
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * entityArns: [
51
+ * entityArns: [ // entityArnList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
- * entityValues: [
54
+ * entityValues: [ // entityValueList
55
55
  * "STRING_VALUE",
56
56
  * ],
57
- * lastUpdatedTimes: [
58
- * {
57
+ * lastUpdatedTimes: [ // dateTimeRangeList
58
+ * { // DateTimeRange
59
59
  * from: new Date("TIMESTAMP"),
60
60
  * to: new Date("TIMESTAMP"),
61
61
  * },
62
62
  * ],
63
- * tags: [
64
- * {
63
+ * tags: [ // tagFilter
64
+ * { // tagSet
65
65
  * "<keys>": "STRING_VALUE",
66
66
  * },
67
67
  * ],
68
- * statusCodes: [
68
+ * statusCodes: [ // entityStatusCodeList
69
69
  * "STRING_VALUE",
70
70
  * ],
71
71
  * },
@@ -45,9 +45,9 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
45
45
  * import { HealthClient, DescribeAffectedEntitiesForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import
46
46
  * // const { HealthClient, DescribeAffectedEntitiesForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import
47
47
  * const client = new HealthClient(config);
48
- * const input = {
49
- * organizationEntityFilters: [ // required
50
- * {
48
+ * const input = { // DescribeAffectedEntitiesForOrganizationRequest
49
+ * organizationEntityFilters: [ // OrganizationEntityFiltersList // required
50
+ * { // EventAccountFilter
51
51
  * eventArn: "STRING_VALUE", // required
52
52
  * awsAccountId: "STRING_VALUE",
53
53
  * },
@@ -26,8 +26,8 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
26
26
  * import { HealthClient, DescribeEntityAggregatesCommand } from "@aws-sdk/client-health"; // ES Modules import
27
27
  * // const { HealthClient, DescribeEntityAggregatesCommand } = require("@aws-sdk/client-health"); // CommonJS import
28
28
  * const client = new HealthClient(config);
29
- * const input = {
30
- * eventArns: [
29
+ * const input = { // DescribeEntityAggregatesRequest
30
+ * eventArns: [ // EventArnsList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -31,25 +31,25 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
31
31
  * import { HealthClient, DescribeEventAggregatesCommand } from "@aws-sdk/client-health"; // ES Modules import
32
32
  * // const { HealthClient, DescribeEventAggregatesCommand } = require("@aws-sdk/client-health"); // CommonJS import
33
33
  * const client = new HealthClient(config);
34
- * const input = {
35
- * filter: {
36
- * eventArns: [
34
+ * const input = { // DescribeEventAggregatesRequest
35
+ * filter: { // EventFilter
36
+ * eventArns: [ // eventArnList
37
37
  * "STRING_VALUE",
38
38
  * ],
39
- * eventTypeCodes: [
39
+ * eventTypeCodes: [ // eventTypeList2
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * services: [
42
+ * services: [ // serviceList
43
43
  * "STRING_VALUE",
44
44
  * ],
45
- * regions: [
45
+ * regions: [ // regionList
46
46
  * "STRING_VALUE",
47
47
  * ],
48
- * availabilityZones: [
48
+ * availabilityZones: [ // availabilityZones
49
49
  * "STRING_VALUE",
50
50
  * ],
51
- * startTimes: [
52
- * {
51
+ * startTimes: [ // dateTimeRangeList
52
+ * { // DateTimeRange
53
53
  * from: new Date("TIMESTAMP"),
54
54
  * to: new Date("TIMESTAMP"),
55
55
  * },
@@ -66,21 +66,21 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
66
66
  * to: new Date("TIMESTAMP"),
67
67
  * },
68
68
  * ],
69
- * entityArns: [
69
+ * entityArns: [ // entityArnList
70
70
  * "STRING_VALUE",
71
71
  * ],
72
- * entityValues: [
72
+ * entityValues: [ // entityValueList
73
73
  * "STRING_VALUE",
74
74
  * ],
75
- * eventTypeCategories: [
75
+ * eventTypeCategories: [ // eventTypeCategoryList2
76
76
  * "STRING_VALUE",
77
77
  * ],
78
- * tags: [
79
- * {
78
+ * tags: [ // tagFilter
79
+ * { // tagSet
80
80
  * "<keys>": "STRING_VALUE",
81
81
  * },
82
82
  * ],
83
- * eventStatusCodes: [
83
+ * eventStatusCodes: [ // eventStatusCodeList
84
84
  * "STRING_VALUE",
85
85
  * ],
86
86
  * },
@@ -35,8 +35,8 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
35
35
  * import { HealthClient, DescribeEventDetailsCommand } from "@aws-sdk/client-health"; // ES Modules import
36
36
  * // const { HealthClient, DescribeEventDetailsCommand } = require("@aws-sdk/client-health"); // CommonJS import
37
37
  * const client = new HealthClient(config);
38
- * const input = {
39
- * eventArns: [ // required
38
+ * const input = { // DescribeEventDetailsRequest
39
+ * eventArns: [ // eventArnList // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * locale: "STRING_VALUE",
@@ -58,9 +58,9 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
58
58
  * import { HealthClient, DescribeEventDetailsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import
59
59
  * // const { HealthClient, DescribeEventDetailsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import
60
60
  * const client = new HealthClient(config);
61
- * const input = {
62
- * organizationEventDetailFilters: [ // required
63
- * {
61
+ * const input = { // DescribeEventDetailsForOrganizationRequest
62
+ * organizationEventDetailFilters: [ // OrganizationEventDetailFiltersList // required
63
+ * { // EventAccountFilter
64
64
  * eventArn: "STRING_VALUE", // required
65
65
  * awsAccountId: "STRING_VALUE",
66
66
  * },
@@ -33,15 +33,15 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
33
33
  * import { HealthClient, DescribeEventTypesCommand } from "@aws-sdk/client-health"; // ES Modules import
34
34
  * // const { HealthClient, DescribeEventTypesCommand } = require("@aws-sdk/client-health"); // CommonJS import
35
35
  * const client = new HealthClient(config);
36
- * const input = {
37
- * filter: {
38
- * eventTypeCodes: [
36
+ * const input = { // DescribeEventTypesRequest
37
+ * filter: { // EventTypeFilter
38
+ * eventTypeCodes: [ // EventTypeCodeList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
- * services: [
41
+ * services: [ // serviceList
42
42
  * "STRING_VALUE",
43
43
  * ],
44
- * eventTypeCategories: [
44
+ * eventTypeCategories: [ // EventTypeCategoryList
45
45
  * "STRING_VALUE",
46
46
  * ],
47
47
  * },
@@ -48,25 +48,25 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
48
48
  * import { HealthClient, DescribeEventsCommand } from "@aws-sdk/client-health"; // ES Modules import
49
49
  * // const { HealthClient, DescribeEventsCommand } = require("@aws-sdk/client-health"); // CommonJS import
50
50
  * const client = new HealthClient(config);
51
- * const input = {
52
- * filter: {
53
- * eventArns: [
51
+ * const input = { // DescribeEventsRequest
52
+ * filter: { // EventFilter
53
+ * eventArns: [ // eventArnList
54
54
  * "STRING_VALUE",
55
55
  * ],
56
- * eventTypeCodes: [
56
+ * eventTypeCodes: [ // eventTypeList2
57
57
  * "STRING_VALUE",
58
58
  * ],
59
- * services: [
59
+ * services: [ // serviceList
60
60
  * "STRING_VALUE",
61
61
  * ],
62
- * regions: [
62
+ * regions: [ // regionList
63
63
  * "STRING_VALUE",
64
64
  * ],
65
- * availabilityZones: [
65
+ * availabilityZones: [ // availabilityZones
66
66
  * "STRING_VALUE",
67
67
  * ],
68
- * startTimes: [
69
- * {
68
+ * startTimes: [ // dateTimeRangeList
69
+ * { // DateTimeRange
70
70
  * from: new Date("TIMESTAMP"),
71
71
  * to: new Date("TIMESTAMP"),
72
72
  * },
@@ -83,21 +83,21 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
83
83
  * to: new Date("TIMESTAMP"),
84
84
  * },
85
85
  * ],
86
- * entityArns: [
86
+ * entityArns: [ // entityArnList
87
87
  * "STRING_VALUE",
88
88
  * ],
89
- * entityValues: [
89
+ * entityValues: [ // entityValueList
90
90
  * "STRING_VALUE",
91
91
  * ],
92
- * eventTypeCategories: [
92
+ * eventTypeCategories: [ // eventTypeCategoryList2
93
93
  * "STRING_VALUE",
94
94
  * ],
95
- * tags: [
96
- * {
95
+ * tags: [ // tagFilter
96
+ * { // tagSet
97
97
  * "<keys>": "STRING_VALUE",
98
98
  * },
99
99
  * ],
100
- * eventStatusCodes: [
100
+ * eventStatusCodes: [ // eventStatusCodeList
101
101
  * "STRING_VALUE",
102
102
  * ],
103
103
  * },
@@ -57,21 +57,21 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
57
57
  * import { HealthClient, DescribeEventsForOrganizationCommand } from "@aws-sdk/client-health"; // ES Modules import
58
58
  * // const { HealthClient, DescribeEventsForOrganizationCommand } = require("@aws-sdk/client-health"); // CommonJS import
59
59
  * const client = new HealthClient(config);
60
- * const input = {
61
- * filter: {
62
- * eventTypeCodes: [
60
+ * const input = { // DescribeEventsForOrganizationRequest
61
+ * filter: { // OrganizationEventFilter
62
+ * eventTypeCodes: [ // eventTypeList2
63
63
  * "STRING_VALUE",
64
64
  * ],
65
- * awsAccountIds: [
65
+ * awsAccountIds: [ // awsAccountIdsList
66
66
  * "STRING_VALUE",
67
67
  * ],
68
- * services: [
68
+ * services: [ // serviceList
69
69
  * "STRING_VALUE",
70
70
  * ],
71
- * regions: [
71
+ * regions: [ // regionList
72
72
  * "STRING_VALUE",
73
73
  * ],
74
- * startTime: {
74
+ * startTime: { // DateTimeRange
75
75
  * from: new Date("TIMESTAMP"),
76
76
  * to: new Date("TIMESTAMP"),
77
77
  * },
@@ -83,16 +83,16 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
83
83
  * from: new Date("TIMESTAMP"),
84
84
  * to: new Date("TIMESTAMP"),
85
85
  * },
86
- * entityArns: [
86
+ * entityArns: [ // entityArnList
87
87
  * "STRING_VALUE",
88
88
  * ],
89
- * entityValues: [
89
+ * entityValues: [ // entityValueList
90
90
  * "STRING_VALUE",
91
91
  * ],
92
- * eventTypeCategories: [
92
+ * eventTypeCategories: [ // eventTypeCategoryList2
93
93
  * "STRING_VALUE",
94
94
  * ],
95
- * eventStatusCodes: [
95
+ * eventStatusCodes: [ // eventStatusCodeList
96
96
  * "STRING_VALUE",
97
97
  * ],
98
98
  * },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-health",
3
3
  "description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",