@aws-sdk/client-health 3.31.0 → 3.35.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/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/Health.js +2 -2
- package/dist-cjs/Health.js.map +1 -0
- package/{dist/cjs → dist-cjs}/HealthClient.js +14 -14
- package/dist-cjs/HealthClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedAccountsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEntityAggregatesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventAggregatesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventDetailsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTypesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventTypesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DisableHealthServiceAccessForOrganizationCommand.js +4 -4
- package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/EnableHealthServiceAccessForOrganizationCommand.js +4 -4
- package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventAggregatesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventTypesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventTypesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +63 -63
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/Health.js +3 -55
- package/dist-es/Health.js.map +1 -0
- package/dist-es/HealthClient.js +38 -0
- package/dist-es/HealthClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeAffectedAccountsForOrganizationCommand.js +4 -37
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +40 -0
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEntityAggregatesCommand.js +4 -30
- package/dist-es/commands/DescribeEntityAggregatesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventAggregatesCommand.js +4 -34
- package/dist-es/commands/DescribeEventAggregatesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventDetailsCommand.js +40 -0
- package/dist-es/commands/DescribeEventDetailsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventTypesCommand.js +4 -36
- package/dist-es/commands/DescribeEventTypesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsCommand.js +40 -0
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +4 -32
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +39 -0
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +39 -0
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -126
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventAggregatesPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventTypesPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventTypesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventsForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +158 -163
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/Health.d.ts +3 -3
- package/{dist/types → dist-types}/HealthClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Health.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/HealthClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{Health.ts → src/Health.ts} +8 -7
- package/{HealthClient.ts → src/HealthClient.ts} +59 -58
- package/{commands → src/commands}/DescribeAffectedAccountsForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeAffectedEntitiesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeAffectedEntitiesForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeEntityAggregatesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventAggregatesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventDetailsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventDetailsForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeEventTypesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsForOrganizationCommand.ts +8 -7
- package/{commands → src/commands}/DescribeHealthServiceStatusForOrganizationCommand.ts +8 -7
- package/{commands → src/commands}/DisableHealthServiceAccessForOrganizationCommand.ts +7 -6
- package/{commands → src/commands}/EnableHealthServiceAccessForOrganizationCommand.ts +7 -6
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/DescribeAffectedAccountsForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeAffectedEntitiesForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeAffectedEntitiesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventAggregatesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventTypesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventsForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventsPaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{protocols → src/protocols}/Aws_json1_1.ts +33 -32
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/Health.js.map +0 -1
- package/dist/cjs/HealthClient.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntityAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -28
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Health.js.map +0 -1
- package/dist/es/HealthClient.js +0 -95
- package/dist/es/HealthClient.js.map +0 -1
- package/dist/es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeAffectedEntitiesCommand.js +0 -83
- package/dist/es/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +0 -86
- package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntityAggregatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventAggregatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventDetailsCommand.js +0 -74
- package/dist/es/commands/DescribeEventDetailsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js +0 -97
- package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -87
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsForOrganizationCommand.js +0 -96
- package/dist/es/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js +0 -78
- package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js +0 -86
- package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventTypesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAffectedEntitiesForOrganizationRequest,
|
|
4
|
-
DescribeAffectedEntitiesForOrganizationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand,
|
|
8
|
-
serializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -14,12 +5,22 @@ import {
|
|
|
14
5
|
FinalizeHandlerArguments,
|
|
15
6
|
Handler,
|
|
16
7
|
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
20
11
|
SerdeContext as __SerdeContext,
|
|
21
12
|
} from "@aws-sdk/types";
|
|
22
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import {
|
|
16
|
+
DescribeAffectedEntitiesForOrganizationRequest,
|
|
17
|
+
DescribeAffectedEntitiesForOrganizationResponse,
|
|
18
|
+
} from "../models/models_0";
|
|
19
|
+
import {
|
|
20
|
+
deserializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand,
|
|
21
|
+
serializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand,
|
|
22
|
+
} from "../protocols/Aws_json1_1";
|
|
23
|
+
|
|
23
24
|
export interface DescribeAffectedEntitiesForOrganizationCommandInput
|
|
24
25
|
extends DescribeAffectedEntitiesForOrganizationRequest {}
|
|
25
26
|
export interface DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEntityAggregatesCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEntityAggregatesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEntityAggregatesCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEntityAggregatesCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEntityAggregatesCommandInput extends DescribeEntityAggregatesRequest {}
|
|
21
22
|
export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAggregatesResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEventAggregatesCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEventAggregatesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEventAggregatesCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEventAggregatesCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEventAggregatesCommandInput extends DescribeEventAggregatesRequest {}
|
|
21
22
|
export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggregatesResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEventDetailsCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEventDetailsCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEventDetailsCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEventDetailsCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEventDetailsCommandInput extends DescribeEventDetailsRequest {}
|
|
21
22
|
export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import {
|
|
3
|
-
DescribeEventDetailsForOrganizationRequest,
|
|
4
|
-
DescribeEventDetailsForOrganizationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1DescribeEventDetailsForOrganizationCommand,
|
|
8
|
-
serializeAws_json1_1DescribeEventDetailsForOrganizationCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -14,12 +5,22 @@ import {
|
|
|
14
5
|
FinalizeHandlerArguments,
|
|
15
6
|
Handler,
|
|
16
7
|
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
20
11
|
SerdeContext as __SerdeContext,
|
|
21
12
|
} from "@aws-sdk/types";
|
|
22
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import {
|
|
16
|
+
DescribeEventDetailsForOrganizationRequest,
|
|
17
|
+
DescribeEventDetailsForOrganizationResponse,
|
|
18
|
+
} from "../models/models_0";
|
|
19
|
+
import {
|
|
20
|
+
deserializeAws_json1_1DescribeEventDetailsForOrganizationCommand,
|
|
21
|
+
serializeAws_json1_1DescribeEventDetailsForOrganizationCommand,
|
|
22
|
+
} from "../protocols/Aws_json1_1";
|
|
23
|
+
|
|
23
24
|
export interface DescribeEventDetailsForOrganizationCommandInput extends DescribeEventDetailsForOrganizationRequest {}
|
|
24
25
|
export interface DescribeEventDetailsForOrganizationCommandOutput
|
|
25
26
|
extends DescribeEventDetailsForOrganizationResponse,
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEventTypesCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEventTypesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEventTypesCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEventTypesCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEventTypesCommandInput extends DescribeEventTypesRequest {}
|
|
21
22
|
export interface DescribeEventTypesCommandOutput extends DescribeEventTypesResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEventsCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEventsCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEventsCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEventsCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
21
22
|
export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeEventsForOrganizationCommand,
|
|
5
|
-
serializeAws_json1_1DescribeEventsForOrganizationCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeEventsForOrganizationCommand,
|
|
18
|
+
serializeAws_json1_1DescribeEventsForOrganizationCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeEventsForOrganizationCommandInput extends DescribeEventsForOrganizationRequest {}
|
|
21
22
|
export interface DescribeEventsForOrganizationCommandOutput
|
|
22
23
|
extends DescribeEventsForOrganizationResponse,
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand,
|
|
5
|
-
serializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand,
|
|
18
|
+
serializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeHealthServiceStatusForOrganizationCommandInput {}
|
|
21
22
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
22
23
|
extends DescribeHealthServiceStatusForOrganizationResponse,
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import {
|
|
3
|
-
deserializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand,
|
|
4
|
-
serializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand,
|
|
5
|
-
} from "../protocols/Aws_json1_1";
|
|
6
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
7
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
8
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -10,12 +5,18 @@ import {
|
|
|
10
5
|
FinalizeHandlerArguments,
|
|
11
6
|
Handler,
|
|
12
7
|
HandlerExecutionContext,
|
|
13
|
-
MiddlewareStack,
|
|
14
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
15
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
16
11
|
SerdeContext as __SerdeContext,
|
|
17
12
|
} from "@aws-sdk/types";
|
|
18
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand,
|
|
17
|
+
serializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
|
|
19
20
|
export interface DisableHealthServiceAccessForOrganizationCommandInput {}
|
|
20
21
|
export interface DisableHealthServiceAccessForOrganizationCommandOutput extends __MetadataBearer {}
|
|
21
22
|
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import {
|
|
3
|
-
deserializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand,
|
|
4
|
-
serializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand,
|
|
5
|
-
} from "../protocols/Aws_json1_1";
|
|
6
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
7
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
8
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -10,12 +5,18 @@ import {
|
|
|
10
5
|
FinalizeHandlerArguments,
|
|
11
6
|
Handler,
|
|
12
7
|
HandlerExecutionContext,
|
|
13
|
-
MiddlewareStack,
|
|
14
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
15
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
16
11
|
SerdeContext as __SerdeContext,
|
|
17
12
|
} from "@aws-sdk/types";
|
|
18
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import {
|
|
16
|
+
deserializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand,
|
|
17
|
+
serializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand,
|
|
18
|
+
} from "../protocols/Aws_json1_1";
|
|
19
|
+
|
|
19
20
|
export interface EnableHealthServiceAccessForOrganizationCommandInput {}
|
|
20
21
|
export interface EnableHealthServiceAccessForOrganizationCommandOutput extends __MetadataBearer {}
|
|
21
22
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeAffectedAccountsForOrganizationCommand,
|
|
5
5
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
6
6
|
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
7
7
|
} from "../commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeAffectedEntitiesForOrganizationCommand,
|
|
5
5
|
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
6
6
|
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
7
7
|
} from "../commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeAffectedEntitiesCommand,
|
|
5
5
|
DescribeAffectedEntitiesCommandInput,
|
|
6
6
|
DescribeAffectedEntitiesCommandOutput,
|
|
7
7
|
} from "../commands/DescribeAffectedEntitiesCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeEventAggregatesCommand,
|
|
5
5
|
DescribeEventAggregatesCommandInput,
|
|
6
6
|
DescribeEventAggregatesCommandOutput,
|
|
7
7
|
} from "../commands/DescribeEventAggregatesCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeEventTypesCommand,
|
|
5
5
|
DescribeEventTypesCommandInput,
|
|
6
6
|
DescribeEventTypesCommandOutput,
|
|
7
7
|
} from "../commands/DescribeEventTypesCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeEventsForOrganizationCommand,
|
|
5
5
|
DescribeEventsForOrganizationCommandInput,
|
|
6
6
|
DescribeEventsForOrganizationCommandOutput,
|
|
7
7
|
} from "../commands/DescribeEventsForOrganizationCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
3
|
import {
|
|
4
4
|
DescribeEventsCommand,
|
|
5
5
|
DescribeEventsCommandInput,
|
|
6
6
|
DescribeEventsCommandOutput,
|
|
7
7
|
} from "../commands/DescribeEventsCommand";
|
|
8
|
+
import { Health } from "../Health";
|
|
9
|
+
import { HealthClient } from "../HealthClient";
|
|
8
10
|
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
9
|
-
import { Paginator } from "@aws-sdk/types";
|
|
10
11
|
|
|
11
12
|
/**
|
|
12
13
|
* @private
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
|
|
1
3
|
import { Health } from "../Health";
|
|
2
4
|
import { HealthClient } from "../HealthClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
5
|
|
|
5
6
|
export interface HealthPaginationConfiguration extends PaginationConfiguration {
|
|
6
7
|
client: Health | HealthClient;
|